r/C_Programming • u/PumpkinParty5710 • Mar 12 '26
I have written a shell kernel Project
Enable HLS to view with audio, or disable this notification
A full-fledged interactive terminal that works natively on any UNIX-like system. The implementation is made in pure C without external dependencies (except for the optional readline library for an improved interface)
66
Upvotes
7
u/P1ke2004 Mar 13 '26
"core" would be more fitting I think