summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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