Problem copying to FAT12 in Linux
Posted: Thu Jan 14, 2010 11:53 am
I havbe been doing the brokenthorn tutorials and i have reached the bootloader 4 one.
everything compiles, however i have a small problem.
i use a floppy.img , due to a lack of physical floppy on my notebook.
When i try to mount the floppy.img resulting from writing the stage1 bootloader to the floppy , it works.
however, when i try to copy the stage 2 loader onto the floppy, i get this error:
could anyone give me an idea? (except switch to windows)
everything compiles, however i have a small problem.
i use a floppy.img , due to a lack of physical floppy on my notebook.
When i try to mount the floppy.img resulting from writing the stage1 bootloader to the floppy , it works.
however, when i try to copy the stage 2 loader onto the floppy, i get this error:
Code: Select all
cp: cannot create regular file `Floppy/krnload.sys': No space left on device