ptos/amd64: cpu: Add MP trampoline stub

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-15 19:48:12 -04:00
parent 3e481cd58a
commit 0265810d9a
5 changed files with 83 additions and 2 deletions
+6
View File
@@ -41,6 +41,12 @@ SECTIONS
. += CONSTANT(MAXPAGESIZE);
.mp_trampoline : ALIGN(8) {
KEEP(*(.mp_trampoline))
}
. += CONSTANT(MAXPAGESIZE);
.data : {
*(.data)
} :data