1
0
şundan çatallanmış xt-sys/exectos

Initialize framebuffer and processor

Bu işleme şunda yer alıyor:
2023-11-29 22:47:22 +01:00
ebeveyn 31b8cd8d3d
işleme 1e696258c2
2 değiştirilmiş dosya ile 12 ekleme ve 0 silme

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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