mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-26 15:24:15 +02:00
add comment about location that may be modified by sys (and some whitespace changes due to editor)
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1493 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
38abeed649
commit
66c9f421ac
@ -401,6 +401,8 @@ read_next:
|
|||||||
mov ah,041h ;
|
mov ah,041h ;
|
||||||
mov bx,055aah ;
|
mov bx,055aah ;
|
||||||
mov dl, [drive]
|
mov dl, [drive]
|
||||||
|
|
||||||
|
; NOTE: sys must be updated if location changes!!!
|
||||||
test dl,dl ; don't use LBA addressing on A:
|
test dl,dl ; don't use LBA addressing on A:
|
||||||
jz read_normal_BIOS ; might be a (buggy)
|
jz read_normal_BIOS ; might be a (buggy)
|
||||||
; CDROM-BOOT floppy emulation
|
; CDROM-BOOT floppy emulation
|
||||||
@ -536,3 +538,4 @@ PrintNumber: ; Prints (in Hex) value in AX, AX is preserved
|
|||||||
call PrintAL
|
call PrintAL
|
||||||
retn
|
retn
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user