# Sample AOS configuration file # set CPU Nova # set CPU Nova_840 # set CPU Nova_3/D # set CPU Nova_4/X # set CPU Eclipse_S/130 # set CPU Eclipse_C/150 set CPU Eclipse_S/140 # Enable most devices for AOS access, # support SimH DZP (Zebra) and DKP disks # (AOS disk names DPF and DPD, use DPF as boot disk) set PTR enable set PTP enable set PLT enable set LPT enable set DSK disable set DEP disable set DKP enable set DZP enable set TTI1 enable set TTO1 enable set ALM enable # TTI/TTO characteristics depend upon various factors, # set up for most common environments # (some DG OSes require TTO time delays to prevent hangs) # set TTI D200 set TTI bs swap # set TTI time 50000 # # set TTO D200 set TTO bs dep TTO time 200 # Likewise, TTI1/TTO1 characteristics depend upon various factors, # set up for most common environments # set TTI1 D200 set TTI1 bs swap # set TTI1 time 50000 # # set TTO1 D200 set TTO1 bs dep TTO1 time 200 # display our MIPS count every 5 seconds set RTC MIPSsec=5 # use DG Model 6067 "Zebra" drive (50 MB) for all AOS # and CPU flavors! set DZP0 6067 attach DZP0 DZP.6067.AOS.raw deposit DZP stime 1000 deposit DZP rtime 1000 echo echo "AOS will boot and ask the following startup questions: " echo echo " SPECIFY EACH DISK IN THE LDU echo " DISK UNIT NAME? DPF0 (disk name is DPF0) " echo " DEVICE CODE? " echo " SYSTEM PATHNAME? " echo echo "AOS announce itself and ask for time and date: " echo echo " AOS REV 7.00 " echo echo " DATE (MM/DD/YY) ? 10 20 99 (sample date entered) " echo echo " TIME (HH:MM:SS) ? 23 23 (sample time entered) " echo echo " OVERRIDE DEFAULT SPECS [N] ? (hit ) " echo echo echo " Notes: The DATE? year should use a 2-digit year, " echo " in the range of 68 - 99, " echo echo " AOS is not Y2K compliant - the CLI displays " echo " years as years from 1900. " echo " i.e. respond with 11/17/99. " echo # multi-user configuration: # TTI1/TTO1 on port 40000 # all ALM lines on port 40001 attach TTI1 40000 attach ALM 40001 # Now boot the disk... boot DZP0 # # end of sample AOS configuration file