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.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/boot/boot.stage2.asm b/src/boot/boot.stage2.asm
index 8f4885b..97a2d05 100644
--- a/src/boot/boot.stage2.asm
+++ b/src/boot/boot.stage2.asm
@@ -1,7 +1,7 @@
;; boot.stage2.asm
[bits 16]
- [org 0x7e00]
+ [org 0x0000]
%include "boot.stage2.a20.asm"
%include "boot.stage2.pm.asm"
@@ -11,4 +11,3 @@ _s2_entry:
call _enable_a20
call _enable_pm
[bits 32]
-