plan9.ini 791 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # config for initial cd booting
  2. [menu]
  3. menuitem=install, Install Plan 9 from this CD
  4. menuitem=cdboot, Boot Plan 9 from this CD
  5. # menuitem=debug, Boot Plan 9 from this CD and debug 9load
  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. partition=new
  19. mouseport=ask
  20. monitor=ask
  21. vgasize=ask
  22. dmamode=ask
  23. adisk=/dev/sdD0/cdboot
  24. cdboot=yes
  25. # console=0
  26. # baud=9600
  27. [install]
  28. nobootprompt=local!/boot/bzroot
  29. bootfile=sdD0!cdboot!9pcflop.gz
  30. [cdboot]
  31. bootargs=local!#S/sdD0/data
  32. bootfile=sdD0!cdboot!9pccd.gz
  33. # [debug]
  34. # bootargs=local!#S/sdD0/data
  35. # bootfile=sdD0!cdboot!9pccd.gz
  36. # *debugload=1