Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-11 | s/IRQ_OFFSET/T_IRQ0/: it's a trap number, not an irq number. | Russ Cox | 1 | -2/+3 | |
move the SYSCALL number up, so does not overlap the IRQ traps. | |||||
2009-05-31 | Add serial port input/output. | rsc | 1 | -0/+1 | |
Delete parallel port output. Works well with qemu -nographic mode. | |||||
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 | |