Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/9/teg2/ts

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


# trimslice dual-core cortex-a9
dev
	root
	cons
	env
	pipe
	proc
	mnt
	srv
	dup
	arch
	ssl
	tls
	bridge		log
	sdp		thwack unthwack
	cap
	kprof
#	aoe
#	sd
	fs
#	flash

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

#	draw		screen
#	dss
#	kbmap
#	kbin
#	mouse

	uart
#	usb

link
	archtegra
	ethermedium
#	flashtegra	ecc
	loopbackmedium
	netdevmedium

	ether8169	ethermii
#	usbohci
#	usbehci		usbehcitegra

ip
	tcp
	udp
	ipifc
	icmp
	icmp6
	ipmux
	gre
	esp

misc
	pci
	rdb
	coproc
	v7-arch
	caches
	caches-v7
	cache-l2-pl310
#	mouse
#	sdaoe		sdscsi
	syscall
	syscallfmt
	uarti8250
	ucalloc
	ucallocb
# include vfp3 to use hardware fp, otherwise include softfpu
	vfp3
#	softfpu
# emulated arm7500 fp
	fpi
	fpiarm
	fpimem

port
	int cpuserver = 1;
	int i8250freq = 3686000;

boot cpu
	tcp

bootdir
	boot$CONF.out boot
	/arm/bin/ip/ipconfig ipconfig
	/arm/bin/auth/factotum factotum
	/arm/bin/usb/usbd
	nvram

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.