1234567891011121314151617181920212223242526272829303132 |
- [menu]
- menuitem=boot, Boot Plan 9
- menuitem=debug, Boot Plan 9 and debug 9load
- menudefault=debug, 10
- [common]
- *nomp=1
- distname=plan9
- nobootprompt=local!/boot/bzroot
- *nodumpstack=1
- partition=new
- mouseport=ask
- monitor=ask
- vgasize=ask
- dmamode=ask
- installurl=http://plan9.bell-labs.com/plan9/download/plan9.iso.bz2
- # serial console on COM1
- #console=0
- # disable ether and usb probing
- #*nousbprobe=1
- #*noetherprobe=1
- [boot]
- bootargs=local!#S/sdD0/data
- bootfile=sdD0!cdboot!9pccd.gz
- *nobiosload=1
- *noahciload=1
- [debug]
- bootargs=local!#S/sdD0/data
- bootfile=sdD0!cdboot!9pccd.gz
- *debugload=1
|