Update the stack pointer and remove identity mapping
This commit is contained in:
parent
663668ff93
commit
0a4b5ebd51
@ -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 $
|
||||||
|
Loading…
x
Reference in New Issue
Block a user