git: 9front

Download patch

ref: 17c490aca3aced92949ecbcece4e993202421eb2
parent: d98e19b458596ff5f2d10d9d42e23d313cb6a9f3
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Tue Aug 16 00:07:39 EDT 2011

handy test targets

--- a/sys/src/boot/pc/mkfile
+++ b/sys/src/boot/pc/mkfile
@@ -56,16 +56,16 @@
 	mkdir tmp
 	mkdir tmp/386
 	cp 9bootiso tmp/386
-	cp /386/9pccd tmp/386
+	cp /386/9pcf tmp/386
 	mkdir tmp/cfg
 	echo 'bootfile=/386/9pccd' >tmp/cfg/plan9.ini
 	disk/mk9660 -B 386/9bootiso -p /sys/lib/sysconfig/proto/allproto -s tmp $target
 	rm -fr tmp
 
-test.dsk: 9bootfat mbr pbs 
+test.dsk: 9bootfat mbr pbs test.iso
 	rm -fr tmp $target
 	mkdir tmp
-	cp 9bootfat tmp
+	cp test.iso 9bootfat tmp
 	mkdir tmp/386
 	cp /386/9pcf tmp/386
 	echo 'bootfile=/386/9pcf' >tmp/plan9.ini
--