Kernel: You can now disable APIC from the grub commandline
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace APIC
|
||||
{
|
||||
|
||||
void Initialize();
|
||||
void Initialize(bool force_pic = false);
|
||||
void EOI();
|
||||
void GetISR(uint32_t[8]);
|
||||
void EnableIRQ(uint8_t irq);
|
||||
|
||||
Reference in New Issue
Block a user