From 4404fa9b3d98646f942e32146722a9d0a68edc13 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 23 Aug 2018 03:20:56 +0200 Subject: never ending struggle with forking --- kernel/smp.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'kernel/smp.c') diff --git a/kernel/smp.c b/kernel/smp.c index d4bb6a1..4fe0705 100644 --- a/kernel/smp.c +++ b/kernel/smp.c @@ -3,9 +3,6 @@ // http://download.intel.com/design/chipsets/datashts/29056601.pdf // http://www.scs.stanford.edu/05au-cs240c/lab/ia32/IA32-3.pdf - - - #include #include "smp.h" #include "mem.h" @@ -28,7 +25,7 @@ void smp_main() { x86_cli(); - klog("local apic_addr:0x%08X",local_apic_addr); +// klog("local apic_addr:0x%08X",local_apic_addr); while(1); //TODO!!! @@ -127,7 +124,3 @@ void smp_start_aps(smp_processors *pros,char *path) *reg=(6<<8)|(1<<14)|0x7; // 110 SIPI } } - - - - -- cgit v1.2.3