stage1: Fix sector loading asm bug

This commit is contained in:
mintsuki 2022-06-12 23:44:43 +02:00
parent 57f384eed5
commit 564044ec36
1 changed files with 3 additions and 1 deletions

View File

@ -67,8 +67,10 @@ read_sectors:
jc .done
add word [si+4], bp
xor ebx, ebx
inc dword [si+8]
adc dword [si+12], 0
seto bl
add dword [si+12], ebx
loop .loop