CSC 453 MOC - Intro to OS

Go back up: Welcome to My Digital Garden!
#MOC/school

See the main class website: http://www.csc.calpoly.edu/~pnico/class/now/cpe453

View lecture notes:

File Type
Lecture 1 - What is an OS Lecture Notes
Lecture 2 - Review of Systems Programming, Malloc Lecture Notes
Lecture 3 - Compilation and Linking of a C Program Lecture Notes
Lecture 4 - Processes and Privilege Lecture Notes
Lecture 5 - Process Management Lecture Notes
Lecture 6 - Threads Lecture Notes
Lecture 7 - Thread Schedulers, Race Conditions Lecture Notes
Lecture 8 - More on Synchronization Lecture Notes
Lecture 9 - Semaphores Lecture Notes
Lecture 12 - More on Dining Philosophers Lecture Notes
Lecture 13 - Disk Drives Lecture Notes
Lecture 14 - More on IO Software Lecture Notes
Lecture 15 - Midterm Review Lecture Notes
Lecture 10 - Scheduling Lecture Notes
Lecture 11 - More on Scheduling Lecture Notes
Lecture 16 - Writing Device Drivers Lecture Notes
Lecture 17 - Assignment 4, Device Drivers Lecture Notes
Lecture 18 - Memory Management Strategies Lecture Notes
Lecture 19 - Virtual Memory Lecture Notes
Lecture 20 - Filesystems, Virtual Memory Algorithms Lecture Notes
Lecture 21 - Minix Filesystem Structure, Finishing Virtual Memory Lecture Notes
Lecture 22 - Paging Policies Lecture Notes
Lecture 23 - Directories, Historical Filesystems Lecture Notes
Lecture 24 - Filesystem Consistency Lecture Notes

My GH for this class: https://github.com/BrianMere/CSC453 (you may need to ask for access if you want to see).