Fix Small Issue With Last Commit

This commit is contained in:
Tyler McGurrin 2025-06-04 17:09:41 -04:00
parent b12115690b
commit 5eed6d0590

View File

@ -65,7 +65,6 @@ void __attribute__((section(".entry"))) start(BootParams* bootParams) {
Serial_Init(DEBUG_COM_PORT, 9600);
Keyboard_Init();
Floppy_Init(); // This should always be last; its slow as fuck
Floppy_Read_Sector
printf("Done!\n");