xref: /plan9/sys/src/cmd/unix/README (revision 1a4050f5b2ddf426a278e3233ccd7b6bcb0639b8)
13e12c5d1SDavid du Colombier
2fdba4c50SDavid du ColombierThis directory contains source for some programs that
3fdba4c50SDavid du Colombierhelp Plan 9 co-exist with the non-Plan 9 world.
43e12c5d1SDavid du Colombier
5fdba4c50SDavid du Colombier	9pfreebsd/
6fdba4c50SDavid du Colombier		Patches to FreeBSD 3.2 to add the IL network protocol
7fdba4c50SDavid du Colombier		and the pre-9P2000 version of 9P.
83e12c5d1SDavid du Colombier
9fdba4c50SDavid du Colombier	drawterm/
10fdba4c50SDavid du Colombier		Drawterm is a Unix and Windows program that simulates
11fdba4c50SDavid du Colombier		a Plan 9 terminal to connect to a Plan 9 cpu server.
12219b2ee8SDavid du Colombier
13*1a4050f5SDavid du Colombier		See drawterm/README for details.
14219b2ee8SDavid du Colombier
15fdba4c50SDavid du Colombier	u9fs/
16fdba4c50SDavid du Colombier		U9fs is a simple 9P server that runs on Unix.
17fdba4c50SDavid du Colombier		It serves both 9P2000 and the older 9P.
18219b2ee8SDavid du Colombier
19fdba4c50SDavid du Colombier	netkey.c
20fdba4c50SDavid du Colombier		A standalone Unix version of Plan 9's netkey(1).
217dd7cddfSDavid du Colombier
22fdba4c50SDavid du Colombier	winstart
23fdba4c50SDavid du Colombier	winplumb.c
24fdba4c50SDavid du Colombier	winplumb.exe
25fdba4c50SDavid du Colombier		Winstart is a shell script to be used with the plumber
26fdba4c50SDavid du Colombier		to relay plumbing messages (typically URLs) to a Windows
27fdba4c50SDavid du Colombier		machine.  It is particularly useful with VMware.
283e12c5d1SDavid du Colombier
29fdba4c50SDavid du ColombierThe following programs at external locations may also be of interest:
30fdba4c50SDavid du Colombier
31fdba4c50SDavid du Colombier	Plan 9 from User Space
32fdba4c50SDavid du Colombier		a Unix port of acme, sam, tcs, and many other Plan 9 programs
33fdba4c50SDavid du Colombier		- http://swtch.com/plan9port
34fdba4c50SDavid du Colombier
35fdba4c50SDavid du Colombier	V9fs
36fdba4c50SDavid du Colombier		a project to write 9P drivers for other operating systems
37fdba4c50SDavid du Colombier		- 9p2000.ko is now part of the standard Linux 2.6 tree
38fdba4c50SDavid du Colombier		- http://v9fs.sourceforge.net/
39fdba4c50SDavid du Colombier
40fdba4c50SDavid du Colombier	spin, the protocol verifier
41fdba4c50SDavid du Colombier		- http://spinroot.com/
42fdba4c50SDavid du Colombier
43fdba4c50SDavid du Colombier	sam
44fdba4c50SDavid du Colombier		older ports of Sam to Unix and Windows
45fdba4c50SDavid du Colombier		- ftp://ftp.demon.co.uk/pub/unix/plan9
46fdba4c50SDavid du Colombier		- ftp://plan9.bell-labs.com/netlib/research/
47fdba4c50SDavid du Colombier
48fdba4c50SDavid du Colombier	9pm
49fdba4c50SDavid du Colombier		an old port of much of the Plan 9 tools to Windows
50fdba4c50SDavid du Colombier		- http://plan9.bell-labs.com/plan9dist/ureg.html
51885ba083SDavid du Colombier
52