export KBD=en_GB_102.kbd export ABLANG=en export CON_KBD=UnitedKingdom export TZ=utc0 /bin/rtc -l hw Dev & emu87 & Pipe & /bin/Dev.ser -t8 -N/dev/ser1 3f8,4 & /bin/Dev.ser -t8 -N/dev/ser2 2f8,3 & Dev.ansi -Q -n6 & reopen /dev/con1 kbd $CON_KBD prefix -A /dev/console=/dev/con1 Dev.pty -n 16 2>/dev/null & /bin/Fsys.eide fsys -Ndsk1 -n0=hd1. -n5=cd1. eide -a170 -i15 /bin/Fsys.floppy -a3f0 -i6 2>/dev/null /bin/Iso9660fsys /cd1.0=/dev/cd1.0 & # Define the default CD Rom /bin/prefix -A /cd=//0/cd1.0 nameloc & chkfsys -Pqrs / Dosfsys a=/dev/fd0 2>/dev/null & # USB stack io-usb & devu-mouse & #devu-kbd & if test -f /etc/config/bin/tcpip.$NODE then . /etc/config/bin/tcpip.$NODE fi if test -f /etc/config/bin/ph.$NODE then . /etc/config/bin/ph.$NODE else : fi # Enable login onto the other personalities tinit -T /dev/con[2-6] & ############################################################################ ###### Clear out the tmp directories rm -rf /tmp mkdir /tmp chmod 777 /tmp rm -rf /usr/tmp mkdir /usr/tmp chmod 777 /usr/tmp ############################################################################ ### CR3000 requirements outside /usr/M5 are copied on startup ### cd /usr/M5/Scripts /usr/M5/Scripts/run M5Setup ############################################################################ ###### allow timer resolutions to 1 mSec ticksize 1 ###### Run the dumper to core dump programs that abort dumper & ###### Run tracelogger to log system events tracelogger -f /tmp/tracedata.%m%d -p 0 -t 3 & ############################################################################ ### start a CR3000 system running ### ### The following lines need to be in for a real cr3000 system ### echo -n Starting CR3000 utilities ... /usr/M5/bin/M5door /usr/M5/Scripts/run gateway ############################################################################ ### start a CR3000 mimic under a restricted photon session ### ### The following lines need to be in for a real cr3000 system ### echo echo Starting CR3000 graphics ... export LOGNAME=M5 /usr/M5/Scripts/run ph /usr/M5/Scripts/M5door /usr/M5/Scripts/run Links /usr/M5/Scripts/run mainmenu