Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/lib/sysconfig/ppc/boot

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


#!/boot/rc -m /boot/rcmain

cpuserver=yes
cd /boot
echo boot...
bind -a '#I' /net
bind -a '#l0' /net
bind -a '#S' /dev
bind '#p' /proc
bind '#d' /fd
bind -a /boot /

ipconfig

authaddr=`{sed -n 's/	auth=(.*)/\1/p' /net/ndb|sed 1q}
fsaddr=`{sed -n 's/	fs=(.*)/\1/p' /net/ndb|sed 1q}

factotum -sfactotum -S -a $authaddr

if(! srv tcp!$fsaddr!564 boot){
	if(! srv il!$fsaddr!17008 boot)
		exec ./rc -m/boot/rcmain -i
}

if(! mount -c /srv/boot /root)
	exec ./rc -m/boot/rcmain -i

bind -ac /root /
rootdir=/root
rootspec=''
/$cputype/init -c
exec ./rc -m/boot/rcmain -i

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.