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