1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00

Fixed address

This commit is contained in:
bzt 2020-12-30 20:22:58 +01:00
parent dc2b444199
commit 3090511b6f

View file

@ -160,7 +160,7 @@ bootboot_record:
mov dl, byte [drive]
;invoke stage2 real mode code
mov ax, [ldr.executor]
add ax, ldr.executor+3
add ax, ldr.executor+2
jmp ax
.nostage2: ;try to load stage2 from a RAID mirror