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

Higher-half kernel mapping. Unmap where possible, freeing up lower memory

parent aed85272
No related branches found
No related tags found
No related merge requests found
...@@ -126,6 +126,7 @@ long_mode: ...@@ -126,6 +126,7 @@ long_mode:
;rust init ;rust init
mov rax, [kernel_base + 0x18] mov rax, [kernel_base + 0x18]
xchg bx, bx
jmp rax jmp rax
long_mode_ap: 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