From 0ca4ed3c1999bbaf058e1492b68c4db261d74b35 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 5 Sep 2014 09:43:56 +0200 Subject: fixed APs start address and reenabled smp. --- boot/mp.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') 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" -- cgit v1.2.3