Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/9/kw/plug

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


# plug - sheeva plug, openrd-client, guruplug, dreamplug and others based on
#	marvell's kirkwood soc
dev
	root
	cons
	env
	pipe
	proc
	mnt
	srv
	dup
	rtc
	arch
	ssl
	tls
	cap
	kprof
	aoe
	sd
	fs
	flash
	twsi
#	pnp		pci

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

##	draw		screen vga vgax
##	mouse		mouse
##	vga
#	kbmap
##	kbin

	uart
	usb

link
	ether1116	ethermii
	archkw
	ethermedium
# no flash yet for guruplug nor dreamplug; it keeps changing, and
# on the dreamplug, flash is spi instead of nand.
	flashkw		ecc
	loopbackmedium
	netdevmedium
	usbehci		usbehcikw

ip
	tcp
	udp
	ipifc
	icmp
	icmp6
	ipmux

misc
	rdb
	coproc
	sdaoe		sdscsi
	sdmmc		sdio
	softfpu
	syscall
	uartkw
	ucalloc
##	vgavesa

port
	int cpuserver = 1;
	int i8250freq = 3686000;

boot cpu
	tcp
#	paq

bootdir
	boot$CONF.out boot
	/arm/bin/ip/ipconfig
	/arm/bin/auth/factotum
	/arm/bin/usb/usbd
	/arm/bin/disk/partfs
#	/arm/bin/paqfs

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.