summaryrefslogtreecommitdiff
path: root/picirq.c
AgeCommit message (Collapse)Author
2006-09-07fix ide, pit interfacesrsc
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-04a few nitskaashoek
2006-09-03remove duplicationkaashoek
don't use the same name for two different pieces of code
2006-08-13wdir now uses readi/writeirtm
2006-08-13fix iget() bug that allocated in-use inode[] entriesrtm
2006-08-04nitkaashoek
2006-08-04better interrupt plan---this one appears to workkaashoek
ioapic
2006-07-20uint32_t -> uint &crtm
2006-07-16Undo change from this morning that wasn't intended to get in.rsc
2006-07-15move everything having to do with proc_table_lock into proc.crsc
2006-07-05timer interruptskaashoek
disk interrupts (assuming bochs has a bug)
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek
and plan 9 code, at least boots and gets into C code.
2006-06-16checkpointrtm