plan9.ini.cd 564 B

1234567891011121314151617181920212223242526272829303132
  1. [menu]
  2. menuitem=install, Install Plan 9 from this CD
  3. menuitem=cdboot, Boot Plan 9 from this CD
  4. menuitem=debug, Boot Plan 9 from this CD and debug 9load
  5. [common]
  6. *nomp=1
  7. *nodumpstack=1
  8. partition=new
  9. mouseport=ask
  10. monitor=ask
  11. vgasize=ask
  12. dmamode=ask
  13. adisk=/dev/sdD0/cdboot
  14. cdboot=yes
  15. [install]
  16. nobootprompt=local!/boot/bzroot
  17. bootfile=sdD0!cdboot!9pcflop.gz
  18. *nobiosload=1
  19. #*noahciload=1
  20. [cdboot]
  21. bootargs=local!#S/sdD0/data
  22. bootfile=sdD0!cdboot!9pccd.gz
  23. *nobiosload=1
  24. #*noahciload=1
  25. [debug]
  26. bootargs=local!#S/sdD0/data
  27. bootfile=sdD0!cdboot!9pccd.gz
  28. *debugload=1