Processes and Threads Notes on processes, threads, context switch, pipes, file descriptors and some system calls that manage processes when studying OS 2024-10-24 OS #OS #File Descriptor #Process #Thread
OS161 Assignment 4 Implement kernel structures for open files and some file-related system calls 2024-10-22 OS > OS161 #OS #OS161 #File Descriptor #System Calls
OS161 Assignment 3 Solve a synchronization problem - AirBalloon using the synchronization primitives in OS/161 2024-10-07 OS > OS161 #OS #OS161 #Synchronization
OS161 Assignment 2 Implement basic synchronization primitives - blocking locks and condition variables based on existing implementation of mutexes and semaphores 2024-09-27 OS > OS161 #OS #OS161 #Synchronization
OS161 Assignment 1 Set up the environment for OS/161 and get familiar with the source code 2024-09-16 OS > OS161 #OS #OS161