summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-28 04:26:55 +0000
committerrsc <rsc>2007-08-28 04:26:55 +0000
commiteae04163a758cf1fa8cc47c8668e1e769f289bc6 (patch)
treec69afb0493e6e87406f3aecd0ddcd8fc62959289
parent1a89baa7c650dfdaafb07591c387d747a96f16a2 (diff)
downloadxv6-labs-eae04163a758cf1fa8cc47c8668e1e769f289bc6.tar.gz
xv6-labs-eae04163a758cf1fa8cc47c8668e1e769f289bc6.tar.bz2
xv6-labs-eae04163a758cf1fa8cc47c8668e1e769f289bc6.zip
runoff
-rw-r--r--runoff.list7
-rw-r--r--runoff.spec4
2 files changed, 6 insertions, 5 deletions
diff --git a/runoff.list b/runoff.list
index 6952432..9064544 100644
--- a/runoff.list
+++ b/runoff.list
@@ -62,12 +62,13 @@ lapic.c
ioapic.c
picirq.c
kbd.h
+kbd.c
console.c
8253pit.c
-
-
-
+# user-level
+usys.S
+sh.c
diff --git a/runoff.spec b/runoff.spec
index 9d0ad31..2d13f3b 100644
--- a/runoff.spec
+++ b/runoff.spec
@@ -46,5 +46,5 @@ odd: fs.c # VERY important
even: pipe.c # mild preference
# string.c either
-# even: console.c
-
+even: console.c
+odd: sh.c