xv6

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

commit 124fe7e457c0dc9b671c7ffccb56004eb61da4f0
parent cc21c06e3b610951d4b870b90083f7f502388252
Author: Austin Clements <amdragon@mit.edu>
Date:   Fri,  3 Sep 2010 15:47:28 -0400

Rev 4

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

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