Use round-toward-0 instead of round-to-nearest in fixed-point example.
[pintos-anon] / src / devices / intq.c
2008-08-25 Ben PfaffImprove comments.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2004-09-11 Ben PfaffReally make it safe to call printf() from any context.
2004-09-07 Ben PfaffMove serial interrupt queue into new file intq.c.