Local apic is dissabled by default

to enable it set no_apic=0 in the boot monitor
This commit is contained in:
Tomas Hruby 2010-01-11 17:21:19 +00:00
parent f595416e7f
commit a316221fbf

View 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),