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