Kernel: Don't load AP init code to 0xF000, but relocate it later

This cleans up the kernel executable as bootloaders don't have to
load AP init code straight to 0xF000, but it will be moved there once
kernel is doing the AP initialization.
This commit is contained in:
2024-08-21 13:37:50 +03:00
parent 066e8e1cc2
commit 969563c06a
7 changed files with 71 additions and 69 deletions

View File

@@ -1,4 +1,4 @@
.section .userspace, "aw"
.section .userspace, "ax"
// stack contains
// return address