1
0
feito fork de xt-sys/exectos

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

Esse commit está contido em:
2024-02-09 15:11:14 +01:00
commit 77bc796769
5 arquivos alterados com 54 adições e 8 exclusões

Ver arquivo

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