summaryrefslogtreecommitdiff
path: root/boot/mp.asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-03 14:04:12 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-03 14:04:12 +0200
commita6efba7a22b85c0556c8c262f3bbcaf7bda7ddfa (patch)
treee060237fe895995ad1fd6eee0f7f3b19beed8088 /boot/mp.asm
parent0ce7674a27043cfdf4115d09d65493ac8af13563 (diff)
Moved kernel to 0x10000 !
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!