README 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. This directory contains source for some programs that
  2. help Plan 9 co-exist with the non-Plan 9 world.
  3. 9pfreebsd/
  4. Patches to FreeBSD 3.2 to add the IL network protocol
  5. and the pre-9P2000 version of 9P.
  6. drawterm/
  7. Drawterm is a Unix and Windows program that simulates
  8. a Plan 9 terminal to connect to a Plan 9 cpu server.
  9. See drawterm/README for details.
  10. u9fs/
  11. U9fs is a simple 9P server that runs on Unix.
  12. It serves both 9P2000 and the older 9P.
  13. netkey.c
  14. A standalone Unix version of Plan 9's netkey(1).
  15. winstart
  16. winplumb.c
  17. winplumb.exe
  18. Winstart is a shell script to be used with the plumber
  19. to relay plumbing messages (typically URLs) to a Windows
  20. machine. It is particularly useful with VMware.
  21. The following programs at external locations may also be of interest:
  22. Plan 9 from User Space
  23. a Unix port of acme, sam, tcs, and many other Plan 9 programs
  24. - http://swtch.com/plan9port
  25. V9fs
  26. a project to write 9P drivers for other operating systems
  27. - 9p2000.ko is now part of the standard Linux 2.6 tree
  28. - http://v9fs.sourceforge.net/
  29. spin, the protocol verifier
  30. - http://spinroot.com/
  31. sam
  32. older ports of Sam to Unix and Windows
  33. - ftp://ftp.demon.co.uk/pub/unix/plan9
  34. - ftp://plan9.bell-labs.com/netlib/research/
  35. 9pm
  36. an old port of much of the Plan 9 tools to Windows
  37. - http://plan9.bell-labs.com/plan9dist/ureg.html