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