Add script to write binaries to a FAT disk image.

This commit is contained in:
2021-04-26 22:17:39 +01:00
parent e0e18c0e29
commit 66bc63a0e6
2 changed files with 6 additions and 0 deletions

5
setter/build.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
dd if=/dev/zero of=fssetter.img bs=512 count=1440
MTOOLSRC=mtoolsrc mformat -f 720 -v FSSETTER a:
MTOOLSRC=mtoolsrc mcopy -sv binaries/* a:

1
setter/mtoolsrc Normal file
View File

@@ -0,0 +1 @@
drive a: file="fssetter.img"