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
; int 13 stub
; place reserved for stack switches
int13: ; debug output
;push bx
;push dx
@ -110,7 +109,6 @@ getprm: test byte [dskflag], 4
ret
; log in drive
; currently only supports 18 sectors 2 heads floppies
; IN dl drive number
logdrv: ; dont do anything if drive already selected
cmp dl, [dsknum]