You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it should not add ! It should be "X + sizeof(KernelBootSector)". The "MZ" magic is at address 0x10000, and the _start is offset 512 byte, which should add 0x200, So it's address should at 0x10200. By viewing memory data at 0x10200.
Describe the bug
The doc description bootloader jump to kernel at When the bootloader transfers control to the kernel, it starts at:
I think it should not add ! It should be "X + sizeof(KernelBootSector)". The "MZ" magic is at address 0x10000, and the _start is offset 512 byte, which should add 0x200, So it's address should at 0x10200. By viewing memory data at 0x10200.
The
eb
which is the_start: .byte 0xeb
.Screenshots
The text was updated successfully, but these errors were encountered: