From: Austin Clements Date: Fri, 3 Sep 2010 19:47:28 +0000 (-0400) Subject: Rev 4 X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=124fe7e457c0dc9b671c7ffccb56004eb61da4f0;p=cs3210-lab1.git Rev 4 --- diff --git a/Makefile b/Makefile index 30cec7c..95247ff 100644 --- 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 new file mode 100644 index 0000000..adb3acc Binary files /dev/null and b/xv6-rev4.tar.gz differ