Stage 2 Bootloader Does Not Jump Into the Kernel Entry Correctly
I am developing a custom bootloader for my 64-bit OS in x86_64 NASM on macOS environment using QEMU. The bootloader is a 2-stage, and is designed to load operating systems from disks. I am experiencing issues where the bootloader fails to properly jump to the kernel entry point after loading it into memory.
Stage 2 Bootloader Does Not Jump Into the Kernel Entry Correctly
I am developing a custom bootloader for my 64-bit OS in x86_64 NASM on macOS environment using QEMU. The bootloader is a 2-stage, and is designed to load operating systems from disks. I am experiencing issues where the bootloader fails to properly jump to the kernel entry point after loading it into memory.
Stage 2 Bootloader Does Not Jump Into the Kernel Entry Correctly
I am developing a custom bootloader for my 64-bit OS in x86_64 NASM on macOS environment using QEMU. The bootloader is a 2-stage, and is designed to load operating systems from disks. I am experiencing issues where the bootloader fails to properly jump to the kernel entry point after loading it into memory.