
I am a new learning OS development,and got confused with one problem. Here is the detail:
step 1.wrote a boot program(stage1) and copy it to the first sector of a floppy disk using debug command(-w 100 0 0 1).
step 2.tried to use "copy stage2.sys A:\stage2.sys" to copy my stage2 program to the disk
but at the second step,my OS just complained that the file system of the floppy disk could not be recognized.I really get confused with this. My OS is windows 7.Seems like the behavior of copy of the bootloader(stage1) has crashed the FAT fs of the floppy ,but how could this happen?
Thanks in advance!
