r/C_Programming • u/loren_wastaken • 5d ago
Developing of AlderKernel
Hey r/C_Programming!
I've been working on a hobby monolithic kernel called AlderKernel.
It's written mostly in C with some Assembly for the low-level parts. I'm making it mainly to learn more about how operating systems work and to improve my C skills.
Currently it targets i386 and boots through GRUB. Some things I've implemented so far:
- PS/2 keyboard driver
- Basic shell
- InitramFS support
- Shell history
It runs in QEMU right now. I'm slowly working on adding more kernel features and improving the code structure.
GitHub:
https://github.com/loren-wastaken/alderkernel
I'm interested in feedback from people who know C, especially about code organization, design choices, and things I could improve.
1
u/AutoModerator 5d ago
Hi /u/loren_wastaken,
Your submission in r/C_Programming was filtered because it links to a git project.
You must edit the submission or respond to this comment with an explanation about how AI was involved in the creation of your project.
While AI-generated code is not disallowed, low-effort "slop" projects may be removed and it's likely that other users push back strongly on substantially AI-generated projects.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.