No description
instead of stuffing all of the i/o stuff into the "kio" library, i've decided to rework i/o to be a generic handler that takes in a function pointer for putc, and does the rest of the logic onto that pointer. That way, you can pass any function that can take in characters and move them to buffers. I'll do a writeup on this at some point to document it. |
||
|---|---|---|
| include | ||
| module_bootloader | ||
| src | ||
| .gitignore | ||
| connect_gdb.sh | ||
| 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.
You will also need a i686 cross compiler.
If you want a full image, make iso will do that.