Toy os project bootloader
Find a file
lordtet 7266661097 Boilerplate + Protected mode
Added make debug to Makefile
Added the gdb script from the kernel for easy debugging
now makes it to protected mode and shows a green box when done
Added a gdt (of course)
2025-07-30 17:17:12 -04:00
src Boilerplate + Protected mode 2025-07-30 17:17:12 -04:00
.gitignore Commit with some sample code and a working project folder + makefile. 2025-05-21 14:52:21 -04:00
connect_gdb.sh Boilerplate + Protected mode 2025-07-30 17:17:12 -04:00
LICENSE Initial commit 2025-05-21 18:24:00 +00:00
Makefile Boilerplate + Protected mode 2025-07-30 17:17:12 -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