Fix Small Issue With Last Commit
This commit is contained in:
parent
b12115690b
commit
5eed6d0590
@ -65,7 +65,6 @@ void __attribute__((section(".entry"))) start(BootParams* bootParams) {
|
|||||||
Serial_Init(DEBUG_COM_PORT, 9600);
|
Serial_Init(DEBUG_COM_PORT, 9600);
|
||||||
Keyboard_Init();
|
Keyboard_Init();
|
||||||
Floppy_Init(); // This should always be last; its slow as fuck
|
Floppy_Init(); // This should always be last; its slow as fuck
|
||||||
Floppy_Read_Sector
|
|
||||||
printf("Done!\n");
|
printf("Done!\n");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user