Browse Source

Plan 9 from Bell Labs 2009-09-14

David du Colombier 14 years ago
parent
commit
4c0a2dd52d
3 changed files with 14 additions and 16 deletions
  1. 6 7
      sys/lib/dist/pc/plan9.ini
  2. 7 9
      sys/lib/dist/pc/plan9.ini.cd
  3. 1 0
      sys/lib/dist/pc/plan9.ini.vmware

+ 6 - 7
sys/lib/dist/pc/plan9.ini

@@ -1,6 +1,6 @@
 [menu]
 menuitem=boot, Boot Plan 9
-menuitem=debug, Boot Plan 9 and debug 9load
+# menuitem=debug, Boot Plan 9 and debug 9load
 menudefault=boot, 10
 
 [common]
@@ -19,14 +19,13 @@ installurl=http://plan9.bell-labs.com/plan9/download/plan9.iso.bz2
 # disable ether and usb probing
 #*nousbprobe=1
 #*noetherprobe=1
+*nobiosload=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
+# [debug]
+# bootargs=local!#S/sdD0/data
+# bootfile=sdD0!cdboot!9pccd.gz
+# *debugload=1

+ 7 - 9
sys/lib/dist/pc/plan9.ini.cd

@@ -1,11 +1,13 @@
 [menu]
 menuitem=install, Install Plan 9 from this CD
 menuitem=cdboot, Boot Plan 9 from this CD
-menuitem=debug, Boot Plan 9 from this CD and debug 9load
+# menuitem=debug, Boot Plan 9 from this CD and debug 9load
 
 [common]
 *nomp=1
 *nodumpstack=1
+*nobiosload=1
+# *noahciload=1
 partition=new
 mouseport=ask
 monitor=ask
@@ -17,16 +19,12 @@ cdboot=yes
 [install]
 nobootprompt=local!/boot/bzroot
 bootfile=sdD0!cdboot!9pcflop.gz
-*nobiosload=1
-#*noahciload=1
 
 [cdboot]
 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
+# [debug]
+# bootargs=local!#S/sdD0/data
+# bootfile=sdD0!cdboot!9pccd.gz
+# *debugload=1

+ 1 - 0
sys/lib/dist/pc/plan9.ini.vmware

@@ -8,3 +8,4 @@ vgasize=1024x768x16
 #adisk=/dev/sdD0/cdboot
 console=0
 baud=9600
+*nobiosload=1