My journey of learning about legacy bios and MBR x86 bootloaders using NASM assembly, leading to a C micro kernel
This is solely for educational purposes. The codebase prioritizes simplicity and readability over efficiency.
git clone https://github.com/EliaOnceAgain/edu-x86-bootloader-kernel.git
cd edu-x86-bootloader-kernel
make run
sudo apt install nasm
sudo apt install qemu-system-x86