Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-08 | typo | rsc | 1 | -1/+1 | |
2006-09-07 | more comments | rsc | 1 | -1/+3 | |
2006-09-07 | run without lapic and ioapic, if they are not present | kaashoek | 1 | -1/+1 | |
if no lapic available, use 8253pit for clock now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP) | |||||
2006-09-06 | wrap long lines | rsc | 1 | -23/+23 | |
2006-09-06 | no /* */ comments | rsc | 1 | -3/+3 | |
2006-09-06 | standardize various * conventions | rsc | 1 | -1/+1 | |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 1 | -24/+24 | |
2006-09-03 | remove duplication | kaashoek | 1 | -0/+2 | |
don't use the same name for two different pieces of code | |||||
2006-06-28 | timer interrupts | kaashoek | 1 | -0/+6 | |
2006-06-15 | primitive fork and exit system calls | rtm | 1 | -0/+26 | |