| 
Octopus files:
MacOSX:	software that depends on using a host w/ MacOSX
Plan9:	software that depends on using a host w/ Plan 9 or Plan B
port:		portable software
module:	system modules	(mdep. ones start with m)
man:		manual pages
lib:		various config files
doc:		various papers
To compile:
OCTOPUS=/usr/octopus
cd $OCTOPUS/port
mkdir -p /dis/o /pc /term /devs /dis/o/MacOSX /dis/o/Plan9
bind -a /dis/o/$emuhost /dis/o
mk
mk install
mk clean
or limbo -I $OCTOPUS/module otherwise
To start a PC:
	o/pcrc
To start a terminal:
	o/termrc
before doing this, create your home in the local inferno, and
setup a reasonable /lib/ndb/local
 |