Toy os project bootloader
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) |
||
|---|---|---|
| src | ||
| .gitignore | ||
| connect_gdb.sh | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Untitled Bootloader
Bootloader for my kernel. Intends to implement multiboot.
Needs NASM to assemble and QEMU to run with make run