]> Zhao Yanbai Git Server - minix.git/commitdiff
Local apic is dissabled by default
authorTomas Hruby <tom@minix3.org>
Mon, 11 Jan 2010 17:21:19 +0000 (17:21 +0000)
committerTomas Hruby <tom@minix3.org>
Mon, 11 Jan 2010 17:21:19 +0000 (17:21 +0000)
to enable it set no_apic=0 in the boot monitor

kernel/start.c

index f022ec32b6c7f230e427fe34517b1fc2b3522e3b..17da976db31e2653ac75b35a62809e2d4a317358 100644 (file)
@@ -81,7 +81,7 @@ U16_t parmoff, parmsize;      /* boot parameters offset and length */
   if(value)
        config_no_apic = atoi(value);
   else
-       config_no_apic = 0;
+       config_no_apic = 1;
 #endif
 
   /* Return to assembler code to switch to protected mode (if 286),