mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
arch: x86_64: real-mode bootstrap code should jump to 1M
This commit is contained in:
committed by
Brennan Ashton
parent
ffa2027226
commit
6b1f94ee49
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user