progress?
This commit is contained in:
@ -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..
|
||||
*
|
||||
*/
|
||||
}
|
||||
|
Reference in New Issue
Block a user