xref: /plan9-contrib/sys/src/9/pc/pcfs (revision a60295f8f01618ca2f0ee8e2e6b7a88a0b3e2ebc)
1# pcfs - pccpuf variant with venti, fossil, boot script & more compiled in.
2#	for use on file servers, including standalone ones
3dev
4	root
5	cons
6	arch
7	pnp		pci
8	env
9	pipe
10	proc
11	mnt
12	srv
13	dup
14	rtc
15	ssl
16	tls
17	cap
18	fs
19
20	ether		netif
21	ip		arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
22
23	kbin
24
25	sd
26	floppy		dma
27	aoe
28
29	uart
30	usb
31
32link
33# order of ethernet drivers should match that in ../pcboot/boot so that
34# devices are detected in the same order by bootstraps and kernels
35# and thus given the same controller numbers.
36	ether82557	pci
37	ether82563	pci
38	etherdp83820	pci
39	etherga620	pci
40	etherigbe	pci ethermii
41	ethervt6105m	pci ethermii
42	ethersink
43	ethervirtio	pci
44	ethervirtio10	pci
45	ethermedium
46	netdevmedium
47	loopbackmedium
48	usbuhci
49	usbohci
50	usbehci		usbehcipc
51
52misc
53	realmode
54	archmp		mp apic mpacpi
55	mtrr
56
57	uarti8250
58
59	sdaoe
60	sdata		pci sdscsi
61	sdiahci		pci sdscsi
62	sd53c8xx	pci sdscsi
63	sdmylex		pci sdscsi
64	sdvirtio	pci sdscsi
65	sdvirtio10	pci sdscsi
66
67ip
68	tcp
69	udp
70	rudp
71	ipifc
72	icmp
73	icmp6
74	ipmux
75	esp
76
77port
78	int cpuserver = 1;
79
80boot boot #S/sdC0/
81	tcp
82	local
83
84bootdir
85	boot.fs boot
86	/386/bin/rc
87	/rc/lib/rcmain
88	/386/bin/ip/ipconfig
89	/386/bin/auth/factotum
90	/386/bin/venti/venti
91	/386/bin/fossil/fossil
92	/386/bin/auth/aescbc
93	/386/bin/aux/zerotrunc
94	/386/bin/bind
95	/386/bin/cat
96	/386/bin/cp
97	/386/bin/disk/fdisk
98	/386/bin/disk/prep
99	/386/bin/echo
100	/386/bin/ls
101	/386/bin/mount
102	/386/bin/read
103	/386/bin/sed
104	/386/bin/sleep
105	/386/bin/srv
106	/386/bin/test
107	/386/bin/usb/usbd
108