Relative Content

Tag Archive for assemblyx86kernelbootloaderbios

Why does my conversion from LBA to CHS not work?

I’m developing a bootloader for an x86 BIOS. In my first-stage bootloader (MBR), I need to read 2880 sectors (or more) from the disk, and then jump to the second-stage bootloader placed in the second sector of the disk. The second stage will then load a kernel file using FAT16, which I’ll implement later.