Initialize the display before the console
This will be useful when the console driver will be adapted to displays.
This commit is contained in:
parent
300e4897f1
commit
81da023bc9
|
@ -64,12 +64,12 @@ int multiboot(ukMultibootInfo * mi)
|
||||||
display = "vesa";
|
display = "vesa";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* initialize the console */
|
|
||||||
console_init(ioportbus, console);
|
|
||||||
|
|
||||||
/* initialize the display */
|
/* initialize the display */
|
||||||
display_init(vgabus, display);
|
display_init(vgabus, display);
|
||||||
|
|
||||||
|
/* initialize the console */
|
||||||
|
console_init(ioportbus, console);
|
||||||
|
|
||||||
/* initialize the PIC */
|
/* initialize the PIC */
|
||||||
pic_init(ioportbus, "i8259a");
|
pic_init(ioportbus, "i8259a");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user