No description
Find a file
2025-07-21 23:34:37 -04:00
include Page frame setup done, plus makefile changes. 2025-07-11 18:29:03 -04:00
module_bootloader Refactoring of makefiles is here. Looks like a bit less of a mess, 2025-05-26 22:42:41 -04:00
src Page frame setup done, plus makefile changes. 2025-07-11 18:29:03 -04:00
.gitignore Updated the readme for better usage. 2025-06-11 00:39:51 -04:00
connect_gdb.sh Loaded IDT! 2025-06-28 00:14:42 -04:00
LICENSE Initial commit 2025-05-21 19:22:01 +00:00
linker.ld Started work on memory map, added printf features 2025-07-05 04:36:39 -04:00
Makefile Change of exactly one character, but an important detail. Target is i386 now instead of 686 in an attempt to run on retro hardware :). 2025-07-21 23:34:37 -04:00
README.md Updated the readme for better usage. 2025-06-11 00:39:51 -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. You will also need a i686 cross compiler.

If you want a full image, make iso will do that.