Local apic is dissabled by default
to enable it set no_apic=0 in the boot monitor
This commit is contained in:
parent
f595416e7f
commit
a316221fbf
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue