Create a normal floppy with dd?
Posted: Tue Nov 11, 2014 4:49 pm
I am trying to create a normal in size floppy disk with dd using the following
However, the resulting floppy is only 6Kb in size, which Virtual Box won't accept. Any ideas?
Thanks in advance!
Code: Select all
dd if=/dev/zero of=os.img count=1440 bs=512
dd if=boot.bin of=os.img bs=512 count=1
dd if=kernel.bin of=os.img bs=512 seek=1
Thanks in advance!