aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot/boot.stage2.asm
diff options
context:
space:
mode:
authorkotorifan <kotorifan05@gmail.com>2026-01-31 17:13:17 +0100
committerkotorifan <kotorifan05@gmail.com>2026-02-04 09:01:10 +0100
commit35f3e16135b371e11d540a8b6bd5395cb40b2c96 (patch)
tree60b8a3361b71bfd47f32d402ceeba5be351f8336 /src/boot/boot.stage2.asm
parente5c28a46a731a79d02266aa690a90a8f809d0f70 (diff)
downloadkotori-os-35f3e16135b371e11d540a8b6bd5395cb40b2c96.tar.gz
Whatever...
Diffstat (limited to 'src/boot/boot.stage2.asm')
-rw-r--r--src/boot/boot.stage2.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/boot/boot.stage2.asm b/src/boot/boot.stage2.asm
index 56ab73a..8f4885b 100644
--- a/src/boot/boot.stage2.asm
+++ b/src/boot/boot.stage2.asm
@@ -5,7 +5,10 @@
%include "boot.stage2.a20.asm"
%include "boot.stage2.pm.asm"
+
+ %define KERNEL_OFFSET 0x1000
_s2_entry:
call _enable_a20
- call _enter_pm
+ call _enable_pm
[bits 32]
+