README (726B)
1 This is a test harness for developing filesystem drivers under UNIX to 2 be used on OpenBLT. Its design was inspired by a similar system written 3 by Dominic Giampaolo for designing BFS as described in *Practical 4 Filesystem Design with the Be File System*. 5 6 This code is guaranteed to build on OpenBSD/sparc, but should build on 7 other UNIX systems. It will probably also build on UNIX-like systems 8 such as Linux. I will eventually make it work on BeOS. To build, type 9 `make' as this is not built during a normal build. 10 11 12 Some caveats: 13 14 - add -DVFS_SANDBOX to $(CF) in make.conf 15 - if you're using this on an architecture other than Intel, remember 16 to rebuild the driver you're testing, fs.o, super.o, and hash.o 17