| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-13 | First bit of the new interrupts code added | Duncan Smith | |
| 2010-11-12 | Tiny non-code changes | Duncan Smith | |
| 2010-11-10 | Changes to commentary in interrupts.asm | Duncan Smith | |
| 2010-11-09 | Added 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-14 | Done with my first pass through the 1-byte opcodes. | Duncan Smith | |
