BoxOS
Posted: Sat Apr 27, 2024 11:43 am
I've recently been working on a Unix-like kernel called Box. I started this project mostly out of curiosity after I took an OS class at my university. Right now, I'm working on the scheduler and it has a basic framebuffer and keyboard driver, however, the framebuffer is used exclusively by my printf implementation and the keyboard driver doesn't save the buffer anywhere yet. I do have a mailing list for anyone interested in sending patches and asking questions about my (toylike) kernel. The basic design isn't anything new, just a basic, Unix-like kernel with (hopefully one day) SMP and 64-bit support.
https://git.gymli.org/dholman/box.git/
https://lists.gymli.org/box-kernel/
https://git.gymli.org/dholman/box.git/
https://lists.gymli.org/box-kernel/