You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hands-on collection of C programming labs that explore core OS ideas from user space down toward the Linux kernel. The repo includes CPU scheduling, disk scheduling, threaded text search, a simple shell, custom malloc implementations, and introductory loadable kernel modules.
A comprehensive collection of Operating Systems lab programs and theoretical concepts implemented in C and Shell Script. This repository covers essential OS topics such as process synchronization, multi-threading, deadlocks, memory management, system calls, and shell scripting — ideal for academic assignments and practical learning.