Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
# config for initial floppy booting
2
 
3
[menu]
4
menuitem=boot, Boot Plan 9
5
# menuitem=debug, Boot Plan 9 and debug 9load
6
menudefault=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
13
debugboot=1
14
# *noahciload=1
15
# *debugload=1
16
# *nodumpstack=1
17
# this would disable ether and usb probing.
18
# *nousbprobe=1
19
# *noetherprobe=1
20
distname=plan9
21
partition=new
22
mouseport=ask
23
monitor=ask
24
vgasize=ask
25
dmamode=ask
26
nobootprompt=local!/boot/bzroot
27
installurl=http://plan9.bell-labs.com/plan9/download/plan9.iso.bz2
28
# serial console on COM1
29
#console=0
30
 
31
[boot]
32
bootargs=local!#S/sdD0/data
33
bootfile=sdD0!cdboot!9pccd.gz
34
 
35
# [debug]
36
# bootargs=local!#S/sdD0/data
37
# bootfile=sdD0!cdboot!9pccd.gz
38
# *debugload=1