diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-05 09:43:56 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-05 09:43:56 +0200 |
| commit | 0ca4ed3c1999bbaf058e1492b68c4db261d74b35 (patch) | |
| tree | c41a4491deca2d3e30d9e623947b4c64b84498c3 /boot | |
| parent | c245268812a63bae0610de9a416dc7de97edde07 (diff) | |
fixed APs start address and reenabled smp.
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/mp.asm | 2 |
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" |
