arch: x86_64: real-mode bootstrap code should jump to 1M
This commit is contained in:
parent
ffa2027226
commit
6b1f94ee49
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ __reset_entry:
|
|||
|
||||
// Long jump into protected mode
|
||||
// Hardcode the address
|
||||
ljmpl $0x8,$0x400000
|
||||
ljmpl $0x8,$0x100000
|
||||
|
||||
// Loader GDT and GDTR
|
||||
.align(16)
|
||||
|
|
Loading…
Reference in a new issue