Relative Content

Tag Archive for assemblynasmx86-16bootloaderosdev

Bootloader doesn’t jump to stage 2 to display a message

I’m developing a bootloader for a 32-bit kernel, and I’ve encountered an issue with the transition from stage 1 to stage 2 of the bootloader. The code doesn’t seem to jump to stage 2 as expected. I’m using NASM for assembly and QEMU for emulation. Here is the code for both stages and the Makefile used to build the bootloader.