xv6

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

commit 01b667e45d87a788e8029091a43d96d707f52402
parent 37ba1c1ea602a9e68b75bb736f4b1d1779eb0567
Author: Silas Boyd-Wickizer <sbw@wether.csail.mit.edu>
Date:   Tue, 15 Sep 2009 17:21:14 -0400

rev3

Diffstat:
MMakefile | 2+-
Axv6-rev3.tar.gz | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -194,5 +194,5 @@ tar: rm -rf /tmp/xv6 mkdir -p /tmp/xv6 cp dist/* /tmp/xv6 - (cd /tmp; tar cf - xv6) | gzip >xv6-rev2.tar.gz + (cd /tmp; tar cf - xv6) | gzip >xv6-rev3.tar.gz diff --git a/xv6-rev3.tar.gz b/xv6-rev3.tar.gz Binary files differ.