If you have a 1.44MB 3'5 floppy, just format it regularly with FAT12 in DOS or Windows and then write flp144.bin to the very first sector of the floppy with whatever tools you find/have for that. After that you can copy STARTUP.BIN to the floppy and off you go. If you want to create an image of a 1.44MB 3'5 floppy, it might be even easier. Raw Disk Images of Floppy disks: contain a binary copy of a floppy disk. The file size is the same size in bytes as the maximum amount that can be stored on the disk, e.g. 400k, 800k or 1440k. These images can be used with Floppy-Emu, and can be read by emulators. ZX Spectrum floppy PP format file extraction and write: If such format (for floppy interface on this site) is detected following dialog will open when click on ' Extract files ': Select side A or B - then clicking on files in left box selects them for transfer - they appear in right box. With ' Save sel. ' it will be transferred to PC. Writing a binary image to a virtual floppy starting at the beginning of the image can be done like this: dd if=bootload.bin of=disk.img conv=notrunc. This example take the file bootload.bin and places it at the beginning of the disk image (called disk.img in this case) without truncation ( conv=notrunc) If you don't use conv=notrunc on a virtual disk image it will write bootload.bin and truncate disk image to the size of the bootloader.
Page 1 of 1 | [ 5 posts ] |
|
Author | Message | ||
---|---|---|---|
| |||
Joined: Sun Jul 19, 2009 1:48 pm Posts: 201 Location: Brazil |
| ||
Top |
| |||
Joined: Sat Jan 15, 2005 12:00 am Posts: 8561 Location: At his keyboard! |
| ||
Top |
| |||
Joined: Sun Oct 22, 2006 7:01 am Posts: 2637 Location: Devon, UK |
| ||
Top |
Write Bin Files To Floppy Disk
| |||
Joined: Sun Oct 22, 2006 7:01 am Posts: 2637 Location: Devon, UK |
| ||
Top |
| |||
Joined: Sun Jul 19, 2009 1:48 pm Posts: 201 Location: Brazil |
| ||
Top |
Bin Files Linux
Page 1 of 1 | [ 5 posts ] |