No description
Find a file
lordtet 6f0b585bfe Quick addition to the makefile, run_iso will build the ISO image and
then run the full image. As opposed to run, which will just run the
kernel from QEMU.
2025-05-26 17:46:55 -04:00
module_bootloader Added some framework to create a bootable ISO with grub as the 2025-05-26 17:42:00 -04:00
src First content commit. Added sample code hello world with personal 2025-05-23 01:18:12 -04:00
.gitignore Initial commit 2025-05-21 19:22:01 +00:00
LICENSE Initial commit 2025-05-21 19:22:01 +00:00
Makefile Quick addition to the makefile, run_iso will build the ISO image and 2025-05-26 17:46:55 -04:00
README.md Updated readme. 2025-05-23 01:24:17 -04:00

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.