An open API service indexing awesome lists of open source software.

https://github.com/jbkahn/os161-assignments

Assignments for Operating Systems Class
https://github.com/jbkahn/os161-assignments

Last synced: 5 months ago
JSON representation

Assignments for Operating Systems Class

Awesome Lists containing this project

README

          

Assignment 1
============
Argument passing, extending thread for pid_wait and pid_join, getpid, waitpid and kill
Assignment 2
============
Page fault handling, page eviction, page replacement (sequantial and random) and basic synchronization.
Assignment 3
============
File table, system calls (open, close, dup2, read, write, lseek, chdir, getcwd, fstat, getdirentry), Getdirectory and inode data inlining.