summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
rev3
-rw-r--r--Makefile2
-rw-r--r--xv6-rev3.tar.gzbin0 -> 69348 bytes
2 files changed, 1 insertions, 1 deletions
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
--- /dev/null
+++ b/xv6-rev3.tar.gz
Binary files differ