xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit eae04163a758cf1fa8cc47c8668e1e769f289bc6
parent 1a89baa7c650dfdaafb07591c387d747a96f16a2
Author: rsc <rsc>
Date:   Tue, 28 Aug 2007 04:26:55 +0000

runoff

Diffstat:
Mrunoff.list | 7++++---
Mrunoff.spec | 4++--
2 files changed, 6 insertions(+), 5 deletions(-)

diff --git 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 @@ -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