I am trying to boot my own program from a floppy (like a MS-DOS bootdisk) so I write a little x86 assembly program (a .com file) and use a program rawrite to write it to a floppy.
I supposed this would work because .com files are simply an image of the code (unlike .exe's).
But when I try booting my computer with that floppy it simply stops (or hangs) at the point where it tries booting the floppy.