Fundamentals of Operating Systems

 Fundamentals of Operating Systems

This lecture presentation reviews fundamental operating system principles, including virtualization, process scheduling, memory management, and security features, offering a strong conceptual foundation.

Simple File System Implementation

Simple File System Implementation

Lab implementing simple file system operations including file creation, deletion, reading, writing, seeking, and inode management on emulated disk with superblock and data block allocation.