cpurc.local 448 B

1234567891011121314
  1. #!/bin/rc
  2. # local cpu startup
  3. # used only by upas, as default return domain appended to all unqualified
  4. # return addresses, even local ones
  5. site=plan9
  6. # replace FILESERVER with the name of your file server
  7. # here we start with kfs, your local disk file system
  8. fileserver=kfs
  9. # replace FACEDOM with the local domain to be used in the faces database
  10. facedom=FACEDOM
  11. # turn on cooperative scheduling (assuming it starts off)
  12. echo coop > /dev/reboot