Implement HlClearApicErrors() and HlSendEoi() routines, change HlDisableLegacyPic() calling convention
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 45s
Builds / ExectOS (i686) (push) Successful in 20s

This commit is contained in:
2024-02-09 15:11:14 +01:00
父節點 73cd4bd4f2
當前提交 77bc796769
共有 5 個文件被更改,包括 54 次插入8 次删除

查看文件

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