Initialize framebuffer and processor
Alle checks waren succesvol
Builds / ExectOS (amd64) (push) Successful in 29s
Builds / ExectOS (i686) (push) Successful in 27s

This commit is contained in:
2023-11-29 22:47:22 +01:00
bovenliggende 31b8cd8d3d
commit 1e696258c2
2 gewijzigde bestanden met toevoegingen van 12 en 0 verwijderingen

Bestand weergeven

@@ -72,6 +72,12 @@ KepInitializeMachine(VOID)
/* Disable the legacy PIC */ /* Disable the legacy PIC */
HlDisablePic(); HlDisablePic();
/* Initialize frame buffer */
HlInitializeFrameBuffer();
/* Initialize processor */
HlInitializeProcessor();
} }
/** /**

Bestand weergeven

@@ -72,6 +72,12 @@ KepInitializeMachine(VOID)
/* Disable the legacy PIC */ /* Disable the legacy PIC */
HlDisablePic(); HlDisablePic();
/* Initialize frame buffer */
HlInitializeFrameBuffer();
/* Initialize processor */
HlInitializeProcessor();
} }
/** /**