Added README, LICENSE, Makefile for future PDP-11 Unix FUSE fs driver project.
[pdp11-unix-fusefs] / README.md
CommitLineData
47881a30
AT
1# Overview #
2
3This is a read-only FUSE filesystem driver for V6 UNIX filesystems. The
4original author is unknown and the code appears to be a WIP.
5
6I intend to clean it up, add support for writes, and teach it to speak the
7other common PDP-11 UNIX filesystem variants.
8
9
10# Status #
11
12Difficult to build but tested successfully on Linux with a V6 UNIX RK05 image.
13
14
15# Instructions #
16
17If you succeed in building the software, use the following command to mount an
18image.
19
20 v6fs -d image_rk.dsk /mount/point
21