Remove outdated comments
This commit is contained in:
parent
34023678a4
commit
750bfbdc60
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user