summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 12:16:22 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 12:16:22 +0200
commitcd400898f5a6ef04690231323c0be107ae330fb4 (patch)
treeb94f98443797dcc0e4e0cdea4410a667e26391bc /Kernel/HALKit
parentd335a696d5aaf8f40d2f30555a2e1fe97a8f9e5c (diff)
[META] bump.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit')
-rw-r--r--Kernel/HALKit/AMD64/HalBoot.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/Kernel/HALKit/AMD64/HalBoot.asm b/Kernel/HALKit/AMD64/HalBoot.asm
index 8cb55a20..f03982e6 100644
--- a/Kernel/HALKit/AMD64/HalBoot.asm
+++ b/Kernel/HALKit/AMD64/HalBoot.asm
@@ -23,3 +23,10 @@ HandoverType: dw kTypeKernel
HandoverArch: dw kArchAmd64
;; This NewBootStart points to Main.
HandoverStart: dq hal_init_platform
+
+section .text
+
+[global ke_startup_platform]
+
+ke_startup_platform:
+ ret \ No newline at end of file