Initialize framebuffer and processor
This commit is contained in:
parent
31b8cd8d3d
commit
1e696258c2
@ -72,6 +72,12 @@ KepInitializeMachine(VOID)
|
||||
|
||||
/* Disable the legacy PIC */
|
||||
HlDisablePic();
|
||||
|
||||
/* Initialize frame buffer */
|
||||
HlInitializeFrameBuffer();
|
||||
|
||||
/* Initialize processor */
|
||||
HlInitializeProcessor();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -72,6 +72,12 @@ KepInitializeMachine(VOID)
|
||||
|
||||
/* Disable the legacy PIC */
|
||||
HlDisablePic();
|
||||
|
||||
/* Initialize frame buffer */
|
||||
HlInitializeFrameBuffer();
|
||||
|
||||
/* Initialize processor */
|
||||
HlInitializeProcessor();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user