mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
Fixed address
This commit is contained in:
parent
dc2b444199
commit
3090511b6f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue