plan9.ini 585 B

1234567891011121314151617181920212223242526272829303132
  1. [menu]
  2. menuitem=boot, Boot Plan 9
  3. menuitem=debug, Boot Plan 9 and debug 9load
  4. menudefault=boot, 10
  5. [common]
  6. *nomp=1
  7. distname=plan9
  8. nobootprompt=local!/boot/bzroot
  9. *nodumpstack=1
  10. partition=new
  11. mouseport=ask
  12. monitor=ask
  13. vgasize=ask
  14. dmamode=ask
  15. installurl=http://plan9.bell-labs.com/plan9/download/plan9.iso.bz2
  16. # serial console on COM1
  17. #console=0
  18. # disable ether and usb probing
  19. #*nousbprobe=1
  20. #*noetherprobe=1
  21. [boot]
  22. bootargs=local!#S/sdD0/data
  23. bootfile=sdD0!cdboot!9pccd.gz
  24. *nobiosload=1
  25. #*noahciload=1
  26. [debug]
  27. bootargs=local!#S/sdD0/data
  28. bootfile=sdD0!cdboot!9pccd.gz
  29. *debugload=1