summaryrefslogtreecommitdiffhomepage
path: root/Private/Linker
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-29 17:12:41 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-29 17:12:41 +0100
commitf03986937db0b927da4b10554801e18e4dc7c43f (patch)
tree408c75b5af373b0a9a42a4b858ce5396af75703a /Private/Linker
parent4b7cd3b0536f44a3c95e71550a77df08d9a4c088 (diff)
Kernel: Fix and unified NewBoot handover protocol.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/Linker')
-rw-r--r--Private/Linker/Platforms/PC.lds (renamed from Private/Linker/AMD64.ld)1
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/Linker/AMD64.ld b/Private/Linker/Platforms/PC.lds
index 39cb0076..77d237e2 100644
--- a/Private/Linker/AMD64.ld
+++ b/Private/Linker/Platforms/PC.lds
@@ -13,6 +13,7 @@ SECTIONS {
. = 0x10000000;
.text : {
+ *(.NewBoot)
*(.text .text.*)
} :text