Fix warnings, add -std=c++11 for systems that default to -std=c++03 or lower
[fuzix_sim.git] / n.sh
1 #!/bin/sh
2 rm -f disks/*.dsk
3 mkdir --parents disks
4 dd if=/dev/zero of=disks/drivea.dsk bs=128 count=2002
5 dd if=../FUZIX/Kernel/platform-v8080/bootblock of=disks/drivea.dsk bs=128 conv=notrunc
6 dd if=../FUZIX/Kernel/fuzix.bin of=disks/drivea.dsk bs=128 seek=1508 conv=notrunc
7 cat <<EOF |(cd ../FUZIX/Standalone/filesystem-src && ./build-filesystem ../../../fuzix_sim/disks/drivei.dsk 256 8192)
8 y
9 y
10 EOF
11 dd if=/dev/zero of=disks/drivej.dsk bs=128 count=32768