omscs-notes-notes
omscs-notes-notes copied to clipboard
The raw markdown notes for OMSCS Notes.
**What needs to be fixed?** In the section Two Stock Scenario Quiz Solution, the line "Let's consider stock B now, which has a β of 2.0 and an α of...
**What needs to be fixed?** In the section "What is a system call?" the line "Examples of system calls include open, send, malloc." exists. In the errata for those video...
**What needs to be fixed?** Please be specific as possible and add a link to the relevant file/lines. In the OS Protection Boundary section. https://www.omscs-notes.com/operating-systems/introduction-to-operating-systems/#os-protection-boundary mmap (memory) should be malloc...
Sorry about the PR bombs. I created them from the UI which resulted in one PR per chapter. Thank you for the notes and happy holidays!
**form should be from** [In this section](https://www.omscs-notes.com/operating-systems/midterm-exam-review-questions/#describe-all-the-steps-which-take-place-for-a-process-to-transition-form-a-waiting-blocked-state-to-a-running-executing-on-the-cpu-state) > Describe all the steps which take place for a process to transition form a waiting (blocked) state to a running (executing on...
**What needs to be fixed?** In the [Deadlocks](https://www.omscs-notes.com/operating-systems/threads-and-concurrency/#deadlocks) section, in the 4th paragraph -- This is where the problem lies. T2 will not be able to lock the mutex for...