Search found 2 matches
- Tue Jan 15, 2008 7:38 pm
- Forum: Beginning OS Development
- Topic: tutorial - bootloaders4
- Replies: 2
- Views: 17355
i solved the problem so there it is: the right syntax of the dd command for this situation is dd if=boot.bin of=floppy.img conv=notrunc the last directive makes the tool behave as we'd expect: just write the bootsector to the image and leave. the default behavior is to copy the data and truncate the...
- Tue Jan 15, 2008 12:38 am
- Forum: Beginning OS Development
- Topic: tutorial - bootloaders4
- Replies: 2
- Views: 17355
tutorial - bootloaders4
hi, i gotta a little problem deploying code from bootloaders4 tutorial. i'm working under linux so there is no partcopy or floppy imaging software for me so i use following technique: 1. i mount an image of an empty floppy disk (i don't have FDD - notebook) 2. i copy the stage 2 binary to the disk 3...