Remove PIC support; disable it on boot

This commit is contained in:
Jozef Nagy
2023-11-29 18:42:16 +01:00
parent b89286facf
commit 2803a4ec40
4 changed files with 3 additions and 118 deletions

View File

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