Update the stack pointer and remove identity mapping

This commit is contained in:
Thomas Lovén 2017-11-17 22:49:49 +01:00
parent 663668ff93
commit 0a4b5ebd51

View File

@ -59,5 +59,11 @@ _start:
upper_memory: upper_memory:
mov rax, KERNEL_OFFSET
add rsp, rax
mov rax, 0
movabs [BootP4], rax
//; Loop infinitely //; Loop infinitely
jmp $ jmp $