Toy os project bootloader
Find a file
2025-05-23 01:26:21 -04:00
src Commit with some sample code and a working project folder + makefile. 2025-05-21 14:52:21 -04:00
.gitignore Commit with some sample code and a working project folder + makefile. 2025-05-21 14:52:21 -04:00
LICENSE Initial commit 2025-05-21 18:24:00 +00:00
Makefile Commit with some sample code and a working project folder + makefile. 2025-05-21 14:52:21 -04:00
README.md Updated README to be more informative. 2025-05-23 01:26:21 -04:00

Untitled Bootloader

Bootloader for my kernel. Intends to implement multiboot.

Needs NASM to assemble and QEMU to run with make run