progress?

This commit is contained in:
2025-05-31 20:28:00 -04:00
parent 013b5a557e
commit c50d3f14a6
4 changed files with 39 additions and 2 deletions

View File

@ -22,4 +22,15 @@ void kmain(void)
serial_initialize();
#endif
/**
* The computer is now hanging on INTERRUPT 32,
* this is good because that means the PIC is working, its the timer interrupt
* we need to now implement the ISR routines in exception_handler,
* first i want to implement all of the code for the basic exceptions..
* then i want to setup the PIC triggers
*
* now for keyboard stuff, i believe i need to start looking into setting up a ps/2 driver before the interrupts will even start arriving..
*
*/
}