/CustoBootloader

CustoBootloader is a small (get started) bootloader written from scratch in NASM Assembly. Use command [ nasm -f bin -o CustoBootloader.bin Bootloader.asm ] to compile, and load your second stage of your custom Operating system Kernel in anywhere in the range of 1 MB, enjoy :)

Primary LanguageAssembly

CustoBootloader

CustoBootloader is a small (get started) bootloader written from scratch in NASM Assembly.

Use command

nasm -f bin -o CustoBootloader.bin Bootloader.asm

to compile, and load your second stage of your custom Operating system Kernel in anywhere in the range of 1 MB, enjoy :)