Added code to setup and build the IDT. Updated the Bochs' configuration file to allow break points to be set and did some general code clean-up.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "../includes/interrupt_handler.h"
|
||||
#include "../includes/serial.h"
|
||||
|
||||
void interrupt_handler(struct isr_state stack)
|
||||
{
|
||||
write_to_com(COM1_PORT, "Interrupt detected!\n");
|
||||
}
|
||||
Reference in New Issue
Block a user