Initialize segments and processor registers for i686 architecture
Všechny kontroly byly úspěšné
ci/woodpecker/push/build Pipeline was successful

Tento commit je obsažen v:
2023-02-05 15:45:22 +01:00
rodič 2ba42c5270
revize 76f22fbdc4
2 změnil soubory, kde provedl 39 přidání a 6 odebrání

Zobrazit soubor

@@ -20,12 +20,6 @@ XTAPI
VOID
KepArchInitialize(VOID)
{
/* Clear EFLAGS register */
ArWriteEflagsRegister(0);
/* Enable write-protection */
ArWriteControlRegister(0, ArReadControlRegister(0) | CR0_WP);
/* Re-enable IDE interrupts */
HlIoPortOutByte(0x376, 0);
HlIoPortOutByte(0x3F6, 0);