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