forked from xt-sys/exectos
Initialize framebuffer and processor
This commit is contained in:
@@ -72,6 +72,12 @@ KepInitializeMachine(VOID)
|
|||||||
|
|
||||||
/* Disable the legacy PIC */
|
/* Disable the legacy PIC */
|
||||||
HlDisablePic();
|
HlDisablePic();
|
||||||
|
|
||||||
|
/* Initialize frame buffer */
|
||||||
|
HlInitializeFrameBuffer();
|
||||||
|
|
||||||
|
/* Initialize processor */
|
||||||
|
HlInitializeProcessor();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -72,6 +72,12 @@ KepInitializeMachine(VOID)
|
|||||||
|
|
||||||
/* Disable the legacy PIC */
|
/* Disable the legacy PIC */
|
||||||
HlDisablePic();
|
HlDisablePic();
|
||||||
|
|
||||||
|
/* Initialize frame buffer */
|
||||||
|
HlInitializeFrameBuffer();
|
||||||
|
|
||||||
|
/* Initialize processor */
|
||||||
|
HlInitializeProcessor();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user