arch: x86_64: real-mode bootstrap code should jump to 1M

This commit is contained in:
Yang Chung-Fan 2020-05-06 15:16:55 +09:00 committed by Brennan Ashton
parent ffa2027226
commit 6b1f94ee49

View file

@ -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)