summaryrefslogtreecommitdiff
path: root/boot/mp.asm
diff options
context:
space:
mode:
Diffstat (limited to 'boot/mp.asm')
-rw-r--r--boot/mp.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/mp.asm b/boot/mp.asm
index 497a0a8..0e1ec7f 100644
--- a/boot/mp.asm
+++ b/boot/mp.asm
@@ -1,6 +1,6 @@
; other processors will enter here!
-[org 0x7000]
+[org 0x9000]
jmp switch_to_pm
@@ -38,4 +38,4 @@ boot_32_pm:
mov eax,1
;
- call 0x1000 ;jump into our Kernel!
+ call 0x10000 ;jump into our Kernel!