xref: /plan9-contrib/sys/src/9/pcboot/boot (revision a60295f8f01618ca2f0ee8e2e6b7a88a0b3e2ebc)
1# boot - 9pxeload (not 9load) as a variant of 9pccpu.
2#	compressed text + data segments must fit in 1st 512K; currently 393K.
3dev
4	root
5	cons
6	arch
7	rtc
8
9	ether		netif
10	ip		arp chandial ip ipaux ipv6 iproute netlog nullmedium pktmedium ptclbsum386 inferno
11
12	uart
13
14link
15# order of ethernet drivers should match that in ../pc/pc so that
16# devices are detected in the same order by bootstraps and kernels
17# and thus given the same controller numbers.
18	ether2000	ether8390
19	ether2114x	pci
20	ether589	etherelnk3
21	ether79c970	pci
22	ether8003	ether8390
23	ether8139	pci
24	ether8169	pci ethermii
25	ether82543gc	pci
26	ether82557	pci
27	ether82563	pci
28	ether83815	pci
29	etherdp83820	pci
30	etherec2t	ether8390
31	etherelnk3	pci
32	etherga620	pci
33	etherigbe	pci ethermii
34	ethervgbe	pci ethermii
35	ethervt6102	pci ethermii
36	ethervt6105m	pci ethermii
37#	ethersink
38	ethersmc	devi82365 cis
39	etherwavelan	wavelan devi82365 cis pci
40	etherm10g
41	ether82598	pci
42	ethervirtio	pci
43	ethervirtio10	pci
44
45	ethermedium
46
47misc
48	bootld
49	conf
50	dir
51	nomtrr
52	no-inflate
53	pxeload
54	rand
55	stub
56	uarti8250
57
58ip
59	udp
60# would need tcp to read via 9p
61	ipifc
62	icmp
63	icmp6
64
65port
66	int cpuserver = 1;
67	char hellomsg[] = "\nPlan 9 from Bell Labs PXE boot loader";
68