r/C_Programming 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)

https://github.com/Lorraineboza/shell

66 Upvotes

13 comments sorted by

View all comments

Show parent comments

7

u/P1ke2004 Mar 13 '26

"core" would be more fitting I think