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
- Host: GitHub
- URL: https://github.com/jbkahn/os161-assignments
- Owner: JBKahn
- Created: 2014-06-26T05:42:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T06:27:51.000Z (almost 12 years ago)
- Last Synced: 2025-03-02T00:28:28.643Z (over 1 year ago)
- Size: 1.03 MB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.