From: Silas Boyd-Wickizer Date: Tue, 15 Sep 2009 21:21:14 +0000 (-0400) Subject: rev3 X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=01b667e45d87a788e8029091a43d96d707f52402;p=cs3210-lab0.git rev3 --- diff --git a/Makefile b/Makefile index 52190a5..2b0c61a 100644 --- 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 new file mode 100644 index 0000000..8f8e250 Binary files /dev/null and b/xv6-rev3.tar.gz differ