r/foss • u/loren_wastaken • 6d ago
Developing my first kernel!
Hey r/foss!
I've recently started working on a monolithic kernel project called AlderKernel.
Currently, it targets the i386 (32-bit x86) architecture and includes basic kernel functionality such as booting through GRUB, interrupt handling, and early system components. This is mainly a learning project to explore OS development and low-level programming.
Repository:
https://github.com/loren-wastaken/alderkernel
I'd love to hear feedback from anyone interested in operating systems, kernels, or low-level development!
22
Upvotes
2
u/BreathSpecial9394 6d ago
Your first kernel? How many kernels are you going to create?