Kernel: You can now disable APIC from the grub commandline

This commit is contained in:
Bananymous
2022-12-20 11:57:09 +02:00
parent 6732cabf20
commit 5e2680cade
4 changed files with 37 additions and 6 deletions

View File

@@ -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);