Russ Cox
|
8b75366ce4
|
s/IRQ_OFFSET/T_IRQ0/: it's a trap number, not an irq number.
move the SYSCALL number up, so does not overlap the IRQ traps.
|
2009-07-11 18:17:32 -07:00 |
|
rsc
|
74afa70d30
|
Add serial port input/output.
Delete parallel port output.
Works well with qemu -nographic mode.
|
2009-05-31 00:24:11 +00:00 |
|
rsc
|
cd08e6e065
|
typo
|
2007-08-08 08:27:32 +00:00 |
|
rsc
|
31085bb416
|
more comments
|
2006-09-07 14:12:30 +00:00 |
|
kaashoek
|
f70172129c
|
run without lapic and ioapic, if they are not present
if no lapic available, use 8253pit for clock
now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP)
|
2006-09-07 01:37:58 +00:00 |
|
rsc
|
0cfc7290e8
|
wrap long lines
|
2006-09-06 19:08:14 +00:00 |
|
rsc
|
f552738889
|
no /* */ comments
|
2006-09-06 17:50:20 +00:00 |
|
rsc
|
9e9bcaf143
|
standardize various * conventions
|
2006-09-06 17:27:19 +00:00 |
|
rsc
|
a650c606fe
|
spacing fixes: no tabs, 2-space indents (for rtm)
|
2006-09-06 17:04:06 +00:00 |
|
kaashoek
|
7abf49d2f2
|
remove duplication
don't use the same name for two different pieces of code
|
2006-09-03 15:39:29 +00:00 |
|
kaashoek
|
bd303ed060
|
timer interrupts
|
2006-06-28 16:35:03 +00:00 |
|
rtm
|
a4c03dea09
|
primitive fork and exit system calls
|
2006-06-15 16:02:20 +00:00 |
|