THE WORST BOOTLOADER EVER DO NOT USE THIS PLEASE
.gitignore | ||
build.sh | ||
kernel.c | ||
kernel_entry.asm | ||
LICENSE | ||
linker.ld | ||
main.asm | ||
Makefile | ||
README.md | ||
test.sh |
Badloader
Badloader can be: THE WORST BOOTLOADER EVER DO NOT USE THIS PLEASE Or: A nice example on CPU level functions and booting.
Building
install nasm
, make
and gcc
, then run make
notes
i have tested this in qemu