I’m writing a bootsector for a FAT12 file system on a 1.44MB floppy disk using nasm x86 assembly. When computer boots from this floppy disk to real mode, its bootsector will load a second stage file, ex. STAGE2.SYS, for simplicity, STAGE2.SYS is a bin file. Anyone know an example bootsector which is written in nasm x86 assembly that do exactly what i described?
I’m writing a bootsector for a FAT12 file system on a 1.44MB floppy disk
Share
Check out the one here, in the zip’s ‘_boot’ folder.