openblt

a hobby OS from the late 90s
git clone http://frotz.net/git/openblt.git
Log | Files | Refs | LICENSE

rc (497B)


      1 # $Id: //depot/blt/build/VULCAN/rc#1 $
      2 #
      3 # System initialisation script.  This is run by init after running
      4 # rc.boot to get enough services going to proceed normally.  We can
      5 # run any program here, so we must use full pathnames.
      6 
      7 # /boot/network
      8 # /boot/tell network load eth ipv4 arp ne
      9 # /boot/tell network probe ne
     10 # /boot/tell network config ne0 ipv4 up 10.0.1.5 255.255.255.0
     11 
     12 /boot/ide
     13 /boot/tell vfs load ffs
     14 /boot/mkdir /freebsd
     15 /boot/tell vfs mount ffs /freebsd ide/0/0/1a
     16 /boot/bltsh
     17