Remove outdated comments

This commit is contained in:
Nero 2021-01-05 00:15:36 +00:00
parent 34023678a4
commit 750bfbdc60
1 changed files with 0 additions and 2 deletions

View File

@ -49,7 +49,6 @@ dinit: ; copy previously set DPT to our data area
ret ret
; int 13 stub ; int 13 stub
; place reserved for stack switches
int13: ; debug output int13: ; debug output
;push bx ;push bx
;push dx ;push dx
@ -110,7 +109,6 @@ getprm: test byte [dskflag], 4
ret ret
; log in drive ; log in drive
; currently only supports 18 sectors 2 heads floppies
; IN dl drive number ; IN dl drive number
logdrv: ; dont do anything if drive already selected logdrv: ; dont do anything if drive already selected
cmp dl, [dsknum] cmp dl, [dsknum]