-
Notifications
You must be signed in to change notification settings - Fork 2
Future Plans
tanazd1 edited this page Apr 11, 2026
·
1 revision
- Pipes (
|) - Redirection (
>,<) - Command history
- PATH resolution
- Script execution engine
- Environment variables
Evolve Linux_ into a minimal educational OS shell environment with deeper UNIX behavior simulation.
A minimal single-file Linux-like shell written in C.
Built for learning:
- Operating system concepts
- Process execution
- Shell design
- UNIX system calls
Uses real system APIs:
- fork()
- execvp()
- wait()
https://github.com/tanazd2/Linux_
Linux_ Project (Educational Systems Shell)
- Project: Linux_
- Type: C Shell / OS Simulation
- Mode: Single Binary
- Runtime: Host OS (UNIX-like)
- Clone Repo
- Build System
- Run Kernel