plan9.ini 757 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # config for initial floppy booting
  2. [menu]
  3. menuitem=boot, Boot Plan 9
  4. # menuitem=debug, Boot Plan 9 and debug 9load
  5. menudefault=boot, 10
  6. [common]
  7. # very cautious settings to get started.
  8. # will defeat booting from usb devices.
  9. *nomp=1
  10. *nobiosload=1
  11. debugboot=1
  12. # *noahciload=1
  13. # *debugload=1
  14. # *nodumpstack=1
  15. # this would disable ether and usb probing.
  16. # *nousbprobe=1
  17. # *noetherprobe=1
  18. distname=plan9
  19. partition=new
  20. mouseport=ask
  21. monitor=ask
  22. vgasize=ask
  23. dmamode=ask
  24. nobootprompt=local!/boot/bzroot
  25. installurl=http://plan9.bell-labs.com/plan9/download/plan9.iso.bz2
  26. # serial console on COM1
  27. #console=0
  28. [boot]
  29. bootargs=local!#S/sdD0/data
  30. bootfile=sdD0!cdboot!9pccd.gz
  31. # [debug]
  32. # bootargs=local!#S/sdD0/data
  33. # bootfile=sdD0!cdboot!9pccd.gz
  34. # *debugload=1