xref: /plan9-contrib/sys/src/9/pc/pcflop (revision a60295f8f01618ca2f0ee8e2e6b7a88a0b3e2ebc)
1# pcflop - tiny kernel used to install from floppy.
2# has minimal vga drivers, no usb support and only some ether drivers,
3# and in general no frills.  probably only useful in quite old systems.
4dev
5	root
6	cons
7
8	arch
9	pnp		pci
10	env
11	pipe
12	proc
13	mnt
14	srv
15	dup
16	rtc
17	cap
18
19	ether		netif
20	ip		arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
21
22	draw		screen vga vgax
23	mouse		mouse
24	vga
25
26	sd
27	floppy		dma
28
29	pccard
30	i82365		cis
31	uart
32
33link
34	realmode
35	devpccard
36	devi82365
37
38# order of ethernet drivers should match that in ../pcboot/boot so that
39# devices are detected in the same order by bootstraps and kernels
40# and thus given the same controller numbers.
41	ether2000	ether8390
42	ether2114x	pci
43	ether589	etherelnk3
44	ether79c970	pci
45	ether8003	ether8390
46	ether8139	pci
47	ether8169	pci ethermii
48#	ether82543gc	pci
49	ether82557	pci
50	ether82563	pci
51	ether83815	pci
52#	etherdp83820	pci
53	etherec2t	ether8390
54	etherelnk3	pci
55# vast firmware
56#	etherga620
57	etherigbe	pci ethermii
58	ethervgbe	pci ethermii
59	ethervt6102	pci ethermii
60#	ethervt6105m	pci ethermii
61#	ethersink
62	ethersmc	devi82365 cis
63	etherwavelan	wavelan devi82365 cis pci
64#	etherm10g	pci ethermii		# vast firmware
65#	ether82598	pci
66	ethervirtio	pci
67	ethervirtio10	pci
68
69	ethermedium
70	pcmciamodem
71	netdevmedium
72	loopbackmedium
73
74misc
75	mtrr
76
77	sdata		pci sdscsi
78	sd53c8xx	pci sdscsi
79	sdmylex		pci sdscsi
80	sdiahci		pci sdscsi
81	sdvirtio	pci sdscsi
82	sdvirtio10	pci sdscsi
83
84	uarti8250
85
86	vgavesa
87
88ip
89	tcp
90	udp
91	ipifc
92	icmp
93	icmp6
94
95port
96	int cpuserver = 0;
97
98boot glenda boot #f/fd0disk
99	local
100
101bootdir
102	boot$CONF.out boot
103	/sys/lib/dist/bin/386/bzfs kfs
104	/sys/lib/dist/pc/root.bz2 bzroot
105