summaryrefslogtreecommitdiff
path: root/interrupts.asm
AgeCommit message (Collapse)Author
2010-12-27Made interrupts.asm preprocess with m4Duncan Smith
2010-11-13First bit of the new interrupts code addedDuncan Smith
2010-11-12Tiny non-code changesDuncan Smith
2010-11-10Changes to commentary in interrupts.asmDuncan Smith
2010-11-09Added loads of interrupt processing code.Duncan Smith
Properly handling interrupts that come in a critical section is a difficult problem. This is my first stab at it. Notably, I'm doing all my interrupt processing in softwareland. It turns out to be about 1/3 as fast as using the interrupt hardware directly, though I don't have to run in supervisor mode this way.
2010-06-14Done with my first pass through the 1-byte opcodes.Duncan Smith