summaryrefslogtreecommitdiff
path: root/traps.h
AgeCommit message (Collapse)Author
2007-08-08typorsc
2006-09-07more commentsrsc
2006-09-07run without lapic and ioapic, if they are not presentkaashoek
if no lapic available, use 8253pit for clock now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP)
2006-09-06wrap long linesrsc
2006-09-06no /* */ commentsrsc
2006-09-06standardize various * conventionsrsc
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc
2006-09-03remove duplicationkaashoek
don't use the same name for two different pieces of code
2006-06-28timer interruptskaashoek
2006-06-15primitive fork and exit system callsrtm