diff options
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" |
