From 75c46037e742f07001fafc5a093b27556d2490c9 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 4 Sep 2014 15:51:43 +0200 Subject: reenabled symmetric multiprocessing entry --- boot/mp.asm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'boot') diff --git a/boot/mp.asm b/boot/mp.asm index 0e1ec7f..6763b27 100644 --- a/boot/mp.asm +++ b/boot/mp.asm @@ -1,13 +1,7 @@ ; other processors will enter here! - -[org 0x9000] - -jmp switch_to_pm - -%include "boot/GDT.asm" +[org 0x7000] ; here the binary will be loaded [bits 16] -switch_to_pm: cli ;switch off interrupts! lgdt [gdt_descriptor] ;load descriptor table! @@ -39,3 +33,5 @@ boot_32_pm: mov eax,1 ; call 0x10000 ;jump into our Kernel! + +%include "boot/GDT.asm" -- cgit v1.2.3