mirror of https://github.com/FDOS/kernel.git
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
|
mov es, cx
|
||||||
|
|
||||||
no_incr_es:
|
no_incr_es:
|
||||||
add ax,byte 1
|
inc ax
|
||||||
adc dx,byte 0
|
jnz .no_carry
|
||||||
|
inc dx
|
||||||
|
.no_carry:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
times 0x01f1-$+$$ db 0
|
times 0x01f1-$+$$ db 0
|
||||||
|
|
Loading…
Reference in New Issue