words 661 B

123456789101112131415161718
  1. This is an intermediate version of the fileserver kernel.
  2. 'emelie' is for any PC with supported hardware excluding the SONY jukebox,
  3. and will make an object '9pcfs'.
  4. 'sony' is the same but has the SONY jukebox code instead of the HP code,
  5. and will make an object '9sonyfs'.
  6. Both use a 16KB block size.
  7. To spin-off a new version to play with, say 'test':
  8. cd /sys/src/fs
  9. mkdir test
  10. cp emelie/9pcfs.c test/9testfs.c
  11. cp emelie/dat.h emelie/fns.h emelie/io.h emelie/mem.h test
  12. sed '1s/pc/test/' <emelie/mkfile >test/mkfile
  13. and hack as appropriate.
  14. The mkfiles aren't quite right yet to make this as automatic as it
  15. should be. There are a lot of rough edges.