diff options
Diffstat (limited to '')
| -rw-r--r-- | PLAN | 15 |
1 files changed, 2 insertions, 13 deletions
| @@ -1,13 +1,2 @@ | |||
| 1 | Turn on blinkenlights from the PDP core | 1 | Instrument simh to have deterministic input timing (stuffed input queue) |
| 2 | 2 | Instrument simh to have diagnostic messages about interrupt sources and terminal/keyboard/interrupt enable flags | |
| 3 | Implement remaining TTY output instructions | ||
| 4 | |||
| 5 | Jules thinks clock is most likely interrupt source | ||
| 6 | pdp8 source tries to map clock interrupts to "real time" - we might want to mangle that to make it deterministic | ||
| 7 | |||
| 8 | Sources of interrupts observed: | ||
| 9 | PTR flag is set from loader, might be ignorable | ||
| 10 | Memory management is poked from inside ISRs, might be ignorable (MMU should be optional) | ||
| 11 | TTO ready for output interrupt - this looks like a very likely candidate | ||
| 12 | TTI input ready interrupt - this looks like a very likely candidate | ||
| 13 | Looks like these happen even when there is no input available - might be caused by the program itself doing something a little funny | ||
