Added 8259 PIC support

This commit is contained in:
Jozef Nagy
2023-11-26 10:31:31 +01:00
parent 96a19d23b3
commit 1c031e8be9
8 changed files with 197 additions and 0 deletions

View File

@@ -69,6 +69,10 @@ KepInitializeMachine(VOID)
/* Re-enable IDE interrupts */
HlIoPortOutByte(0x376, 0);
HlIoPortOutByte(0x3F6, 0);
/* Disable the legacy PIC */
HlInitializePic();
HlDisablePic();
}
/**