No description
tasks, so I'm doing some housekeeping. gdt structure and related pointers go to gdt.structure. multiboot magic numbers go into multiboot.s. main code routine goes to start.s for bootstrapping C. |
||
|---|---|---|
| include | ||
| module_bootloader | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| linker.ld | ||
| Makefile | ||
| README.md | ||
Untitled Kernel
What if I made a kernel? Wouldn't that be quirky?
Just a piece of OS type things I plan on toying with.
Building
Make all, will place in build/.
In order for Make run to work, you'll need qemu for x86. This will likely change to build a complete image that pulls in a bootloader.
You will also need a i686 cross compiler.