Frans Kaashoek
|
4f14d8d1e5
|
Commit to running on an SMP (perhaps with only 1 core). Remove most code
from picirq.c and remove timer.c completely. Update runoff.list.
|
2017-08-09 07:44:51 -04:00 |
|
Frans Kaashoek
|
dec637bc59
|
Replace I_BUSY with sleep locks
|
2016-09-11 20:59:57 -04:00 |
|
Frans Kaashoek
|
7894fcd217
|
Remove trailing white space with:
for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done
(Thanks to Nicolás Wolovick)
|
2016-08-25 09:13:00 -04:00 |
|
Russ Cox
|
0aef891495
|
shuffle and tweak for formatting.
pdf has very good page breaks now.
would be a good copy for fall 2009.
|
2009-08-08 01:07:30 -07:00 |
|
rsc
|
030a47736f
|
tab police
|
2009-05-31 00:39:17 +00:00 |
|
rsc
|
74afa70d30
|
Add serial port input/output.
Delete parallel port output.
Works well with qemu -nographic mode.
|
2009-05-31 00:24:11 +00:00 |
|