| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-11 | separate source into kernel/ user/ mkfs/ | Robert Morris | |
| 2019-06-04 | fix a problem with end. make uartputc() wait until h/w is ready. | Robert Morris | |
| 2019-06-03 | console input and sbrk | Robert Morris | |
| 2019-06-03 | xx | Robert Morris | |
| 2019-06-03 | push/pop all registers when handling interrupt from kernel | Robert Morris | |
| 2019-06-03 | takes one uart input interrupt, then panics | Robert Morris | |
| 2019-05-31 | fork/wait/exit work | Robert Morris | |
| 2017-08-09 | Commit to running on an SMP (perhaps with only 1 core). Remove most code | Frans Kaashoek | |
| from picirq.c and remove timer.c completely. Update runoff.list. | |||
| 2016-09-11 | Replace I_BUSY with sleep locks | Frans Kaashoek | |
| 2016-08-25 | Remove trailing white space with: | Frans Kaashoek | |
| for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done (Thanks to Nicolás Wolovick) | |||
| 2009-08-08 | shuffle and tweak for formatting. | Russ Cox | |
| pdf has very good page breaks now. would be a good copy for fall 2009. | |||
| 2009-05-31 | tab police | rsc | |
| 2009-05-31 | Add serial port input/output. | rsc | |
| Delete parallel port output. Works well with qemu -nographic mode. | |||
