Hello all,
But i can't figure out how to add my .exe files to this FD12LITE.img file. >> Any
ideas ?> On a Mac, you can just mount that img file by double
clicking it in finder.> On Linux, you can mount it through the loop back
device.> On Windows, you may require additional software to mount a
filesystem image. IDK. I don’t use widows.
A quick note: the actual filesystem itself, where the extra files should
go, starts at offset 32256. (Offset 0 is the master boot record and
partition table.) So on Linux it is necessary to specify the offset to
mount from, e.g.
# mount -o loop,offset=32256 FD12LITE.img /mnt
...
# umount /mnt
I _think_ a Mac would be able to automatically parse the .img file and
find out where the filesystem is --- though I am not sure.
Thank you!
--
https://github.com/tkchia
_______________________________________________
Freedos-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-user