Disable legacy 8259 PIC before enabling APIC

Reviewed-on: xt-sys/exectos#5
Reviewed-by: Rafal Kupiec <belliash@noreply.codingworkshop.git>
Co-authored-by: Jozef Nagy <schkwve@gmail.com>
Co-committed-by: Jozef Nagy <schkwve@gmail.com>
This commit is contained in:
Jozef Nagy
2023-11-29 20:07:16 +01:00
committed by CodingWorkshop Signing Team
parent 669b84a826
commit c8a54e602b
4 changed files with 25 additions and 1 deletions

View File

@@ -11,8 +11,11 @@
#include <xtos.h>
/* HAL library routines forward references */
XTCDECL
VOID
HlDisablePic(VOID);
XTAPI
VOID
HlClearScreen(VOID);