summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-05 09:43:56 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-05 09:43:56 +0200
commit0ca4ed3c1999bbaf058e1492b68c4db261d74b35 (patch)
treec41a4491deca2d3e30d9e623947b4c64b84498c3 /boot
parentc245268812a63bae0610de9a416dc7de97edde07 (diff)
fixed APs start address and reenabled smp.
Diffstat (limited to 'boot')
-rw-r--r--boot/mp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mp.asm b/boot/mp.asm
index 6763b27..072aa74 100644
--- a/boot/mp.asm
+++ b/boot/mp.asm
@@ -32,6 +32,6 @@ boot_32_pm:
mov eax,1
;
- call 0x10000 ;jump into our Kernel!
+ call 0x18000 ;jump into our Kernel!
%include "boot/GDT.asm"