Virtual floppy writer for Windows?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Ziddia
Member
Member
Posts: 38
Joined: Sat Nov 05, 2011 6:28 pm

Virtual floppy writer for Windows?

Post by Ziddia »

Hi,

I currently develop my hobby OS in Windows, with a portion of development done in Ubuntu under a virtual machine. I can't install or dual-boot Ubuntu, or any Linux distro, on this PC, as it's not my personal computer.

I've been using the ISO9660 file system for my bootloader and kernel thus far, as the only properly working image writer I've found for Windows is MagicISO. I want to move away from ISO9660 to a FAT filesystem, but MagicISO doesn't support writing bootable floppys or hard disks - it only works with .iso images, and it only writes an ISO9660 filesystem. Is there any program that can write a FAT12 filesystem to a disk image file, or will I have to constantly switch to Ubuntu and use the tools I have there?

Thanks.
User avatar
iansjack
Member
Member
Posts: 4711
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Virtual floppy writer for Windows?

Post by iansjack »

User avatar
Nessphoro
Member
Member
Posts: 308
Joined: Sat Apr 30, 2011 12:50 am

Re: Virtual floppy writer for Windows?

Post by Nessphoro »

If you want to use a virtual harddrive instead, there is a tutorial on the Wiki.
I think that would be the best choice because you get lots of space and FAT32 which is really easy to implement and you don't have to screw around with the weird FAT12 structures
Khronos
Posts: 23
Joined: Sat Jul 21, 2012 5:29 am

Re: Virtual floppy writer for Windows?

Post by Khronos »

I have built my own "fat12maker" in C to build floppy FAT12 images with bootstrap and files.

http://sourceforge.net/projects/fat12maker/
Ziddia
Member
Member
Posts: 38
Joined: Sat Nov 05, 2011 6:28 pm

Re: Virtual floppy writer for Windows?

Post by Ziddia »

Nessphoro wrote:If you want to use a virtual harddrive instead, there is a tutorial on the Wiki.
I think that would be the best choice because you get lots of space and FAT32 which is really easy to implement and you don't have to screw around with the weird FAT12 structures
I'll look into FAT32 instead, thanks.
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re: Virtual floppy writer for Windows?

Post by bubach »

try ImDisk, it's awesome
http://wiki.osdev.org/ImDisk
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
Post Reply