Added README, LICENSE, Makefile for future PDP-11 Unix FUSE fs driver project.
[pdp11-unix-fusefs] / README.md
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..a60faf7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# Overview #
+
+This is a read-only FUSE filesystem driver for V6 UNIX filesystems. The
+original author is unknown and the code appears to be a WIP.
+
+I intend to clean it up, add support for writes, and teach it to speak the
+other common PDP-11 UNIX filesystem variants.
+
+
+# Status #
+
+Difficult to build but tested successfully on Linux with a V6 UNIX RK05 image.
+
+
+# Instructions #
+
+If you succeed in building the software, use the following command to mount an
+image.
+
+    v6fs -d image_rk.dsk /mount/point
+