diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-15 07:25:45 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-15 07:25:45 +0000 |
commit | 856aeaf3333408c62b7627144e2bfd39fdf525d7 (patch) | |
tree | b86c78d023cfda477bc06f949c9a3371bea9acab /sys/src/boot | |
parent | 74dd2ac7cd5b91e101be062084078446a9f53898 (diff) |
let the kernel set dma mode for ata by default
Diffstat (limited to 'sys/src/boot')
-rw-r--r-- | sys/src/boot/pc/mkfile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/sys/src/boot/pc/mkfile b/sys/src/boot/pc/mkfile index 25b1d3838..16d0c2063 100644 --- a/sys/src/boot/pc/mkfile +++ b/sys/src/boot/pc/mkfile @@ -54,17 +54,11 @@ $BIN/%: % test.iso: 9bootiso rm -fr tmp $target mkdir tmp - touch tmp/foo - touch tmp/bar - touch tmp/baz - touch tmp/386aaa mkdir tmp/386 - cp 386/9bootiso tmp/386 - cp /386/9pc tmp/386 - cp /386/9pcload tmp/386 - cp /386/9pcf tmp/386 + cp 9bootiso tmp/386 + cp /386/9pccd tmp/386 mkdir tmp/cfg - echo 'bootfile=/386/9pc' >tmp/cfg/plan9.ini + 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 |