Skip to content
Snippets Groups Projects
Commit d925e4fc authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Correctly position stack in higher half

parent 83562fb0
No related branches found
No related tags found
No related merge requests found
......@@ -122,10 +122,11 @@ long_mode:
mov gs, rax
mov ss, rax
mov rsp, 0x0009F000
mov rsp, 0xFFFFFF000009F000
;rust init
mov rax, [kernel_base + 0x18]
xchg bx, bx
jmp rax
long_mode_ap:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment