dev
	root	/
	cons	c
	env	e
	pipe	|
	proc	p
	srv	s
	mnt	M
	dup	d
	iic	2
	eia	t
	rtc	r
	incon	i
	dk	k
	scsi	S	scsi scsibuf
	wren	w
	ether	l
	arp	a
	iproute	P
	ip	I	tcpinput tcpoutput tcptimer tcpif stil

	kprof	T

stream
	urp
	ip
	async
	fcall

	reboot

misc
	kfs.root

port
	int cpuserver = 1;
	long cfslen = 0; ulong cfscode[1];

	char station[NAMELEN];			/* incon station info */

	void
	consdebug(void)
	{
	}

	void
	screeninit(int n)
	{
		USED(n);
	}

	void
	screenputs(char *s, int n)
	{
		USED(s, n);
	}

	void
	bitdebug(void)
	{
	}

	int
	mouseputc(IOQ *a, int b)
	{
		USED(a, b);
		return 0;
	}

boot cpu
	il
	tcp
	incon	"config 1 64 restart dk"
	9600	"#t/eia1"
	19200	"#t/eia1"
	local
