rellermeyer / course_os

CS 439 course OS
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

Interrupt Handler #9

Closed rellermeyer closed 4 years ago

rellermeyer commented 10 years ago

Implement an interrupt handler.

SensitiveDongle commented 10 years ago

This seems like an essential component. I've attached myself to a few other things, but if anyone else is game I think this should be a primary concern for the kernel.

brandong954 commented 10 years ago

Ok, let's do this one together then. What do you have so far? You can msg me on G+ -- brandon.gottesman@gmail.com

NULLx76 commented 4 years ago

There is a working interrupt vector table now, and it seems to work without issue