xref: /inferno-os/emu/Linux/emu-wrt (revision aee7f58dfcd519d45482e45ab1ce6026c846dc21)
1dev
2	root
3	cons
4	env
5	mnt
6	pipe
7	prog
8	prof
9	srv
10	dup
11	ssl
12	cap
13	fs
14	cmd	cmd
15	indir
16
17#	draw
18#	pointer
19#	snarf
20
21	ip	ipif-posix ipaux
22#	eia
23#	audio	audio
24	mem
25
26lib
27	interp
28#	tk
29#	freetype
30	math
31#	draw
32
33#	memlayer
34#	memdraw
35	keyring
36	sec
37	mp
38
39	9
40
41link
42
43mod
44	sys
45#	draw
46
47#	tk
48	math
49	srv	srv
50	keyring
51	loader
52#	freetype
53
54port
55	alloc
56	cache
57	chan
58	dev
59	dial
60	dis
61	discall
62	env
63	error
64	errstr
65	exception
66	exportfs
67	inferno
68	latin1
69	main
70	parse
71	pgrp
72	print
73	proc
74	qio
75	random
76	sysfile
77	uqid
78
79code
80	int dontcompile = 1;
81	unsigned long strtochan(char *s) {return 0;}
82
83init
84	emuinit
85
86root
87	/dev	/
88	/fd	/
89	/prog	/
90	/prof	/
91	/net	/
92	/net.alt	/
93	/chan	/
94	/nvfs	/
95	/env	/
96#	/chan
97#	/dev
98#	/dis
99#	/env
100#	/n
101#	/net
102#	/nvfs /
103#	/prog
104#	/icons
105#	/osinit.dis
106#	/dis/emuinit.dis
107#	/dis/lib/auth.dis
108#	/dis/lib/ssl.dis
109#	/n/local /
110