aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot/boot.stage2.asm
diff options
context:
space:
mode:
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]
+