From a6efba7a22b85c0556c8c262f3bbcaf7bda7ddfa Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 3 Sep 2014 14:04:12 +0200 Subject: Moved kernel to 0x10000 ! --- boot/mp.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot/mp.asm') 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! -- cgit v1.2.3