Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/patch/sd-mpt2/pcflop.orig

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


# pcflop - tiny kernel used to install from floppy.
# has minimal vga drivers, no usb support and only some ether drivers,
# and in general no frills.  probably only useful in quite old systems.
dev
	root
	cons

	arch
	pnp		pci
	env
	pipe
	proc
	mnt
	srv
	dup
	rtc
	cap

	ether		netif
	ip		arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno

	draw		screen vga vgax
	mouse		mouse
	vga

	sd
	floppy		dma

	pccard
	i82365		cis
	uart

link
	realmode
	devpccard
	devi82365

# order of ethernet drivers should match that in ../pcboot/boot so that
# devices are detected in the same order by bootstraps and kernels
# and thus given the same controller numbers.
	ether2000	ether8390
	ether2114x	pci
	ether589	etherelnk3
	ether79c970	pci
	ether8003	ether8390
	ether8139	pci
	ether8169	pci ethermii
#	ether82543gc	pci
	ether82557	pci
#	ether82563	pci
	ether83815	pci
#	etherdp83820	pci
	etherec2t	ether8390
	etherelnk3	pci
# vast firmware
#	etherga620
	etherigbe	pci ethermii
	ethervgbe	pci ethermii
	ethervt6102	pci ethermii
#	ethervt6105m	pci ethermii
#	ethersink
	ethersmc	devi82365 cis
	etherwavelan	wavelan devi82365 cis pci
#	etherm10g	pci ethermii		# vast firmware
#	ether82598	pci

	ethermedium
	pcmciamodem
	netdevmedium
	loopbackmedium

misc
	mtrr

	sdata		pci sdscsi
	sd53c8xx	pci sdscsi
	sdmylex		pci sdscsi
#	sdiahci		pci sdscsi

	uarti8250

	vgavesa

ip
	tcp
	udp
	ipifc
	icmp
	icmp6

port
	int cpuserver = 0;

boot glenda boot #f/fd0disk
	local

bootdir
	boot$CONF.out boot
	/sys/lib/dist/bin/386/bzfs kfs
	/sys/lib/dist/pc/root.bz2 bzroot

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.