Floppy Drive BootSector Problem
Posted: Mon Nov 05, 2007 3:11 pm
I put together a simple realmode bootloader, but when I try to put my kenel.bin onto the floppy drive it says "the disk in drive A is not formatted" and gives me that option to format it or not.
My bootsector ends with the standard
Why would the floppy not let me write to it anymore? is the bootloader messing up the FAT table or am I writing to many/to few zeros to the end of the bootsector image?
My bootsector ends with the standard
Code: Select all
times 510 - ($-$$) db 0
dw 0xAA55