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
|
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]
|
||||||
|
Loading…
Reference in New Issue
Block a user