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.
Virtual floppy writer for Windows?
Re: Virtual floppy writer for Windows?
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 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
Re: Virtual floppy writer for Windows?
I have built my own "fat12maker" in C to build floppy FAT12 images with bootstrap and files.
http://sourceforge.net/projects/fat12maker/
http://sourceforge.net/projects/fat12maker/
Re: Virtual floppy writer for Windows?
I'll look into FAT32 instead, thanks.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
Re: Virtual floppy writer for Windows?
try ImDisk, it's awesome
http://wiki.osdev.org/ImDisk
http://wiki.osdev.org/ImDisk