Implement HlClearApicErrors() and HlSendEoi() routines, change HlDisableLegacyPic() calling convention

This commit is contained in:
2024-02-09 15:11:14 +01:00
parent 73cd4bd4f2
commit 77bc796769
5 changed files with 54 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ KepInitializeMachine(VOID)
HlIoPortOutByte(0x3F6, 0);
/* Disable the legacy PIC */
HlDisablePic();
HlDisableLegacyPic();
/* Initialize frame buffer */
HlInitializeFrameBuffer();