mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
boot32: optimise read sector increment to prepare for DL patch
This commit is contained in:
parent
9a7d22701d
commit
52136b27d6
@ -388,8 +388,10 @@ read_ok:
|
||||
mov es, cx
|
||||
|
||||
no_incr_es:
|
||||
add ax,byte 1
|
||||
adc dx,byte 0
|
||||
inc ax
|
||||
jnz .no_carry
|
||||
inc dx
|
||||
.no_carry:
|
||||
ret
|
||||
|
||||
times 0x01f1-$+$$ db 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user