This is my little hobbyist kernel, Goldspace! It runs on x86 processors and has been in the works for almost 6 months now! It's far from complete (can't switch to ring 3 yet), but by default, it runs using a built-in shell named Gash, which you can use to play around with the kernel!
Now, the kernel isn't all! Once I get the kernel stable and ready for user space, I'll make an OS (current name is planned to be PolarisOS) to show Goldspace's ability!
It is a multitasking kernel, preemptive multitasking to be exact. The scheduler is round-robin, which was the easiest to implement.
Developing it has been a wonderful experience, and if you like my work, leave a star on the GitHub page! :D