aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/boot
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-14 16:25:00 +0000
committerFelix Morgner <felix.morgner@ost.ch>2025-07-14 16:25:00 +0000
commitec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3 (patch)
treef66048c99b5015bf9cb7603b7be09c2a28d766ee /arch/x86_64/src/boot
parent25483b7af8df6b08d460f807fda04c6d409bd44e (diff)
downloadteachos-ec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3.tar.xz
teachos-ec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3.zip
arch: prepare interfaces
Diffstat (limited to 'arch/x86_64/src/boot')
-rw-r--r--arch/x86_64/src/boot/boot.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/src/boot/boot.s b/arch/x86_64/src/boot/boot.s
index 7932045..5488073 100644
--- a/arch/x86_64/src/boot/boot.s
+++ b/arch/x86_64/src/boot/boot.s
@@ -364,5 +364,5 @@ _transition_to_long_mode:
call _init
- call kernel_main
+ call main
call halt