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";
|
||||
#endif
|
||||
|
||||
/* initialize the console */
|
||||
console_init(ioportbus, console);
|
||||
|
||||
/* initialize the display */
|
||||
display_init(vgabus, display);
|
||||
|
||||
/* initialize the console */
|
||||
console_init(ioportbus, console);
|
||||
|
||||
/* initialize the PIC */
|
||||
pic_init(ioportbus, "i8259a");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user