Menu

Categories for Operating System Design

Deadlocks

October 29, 2016

Finite number of resources to be distributed among a number of competing processes A set of blocked processes each holding... View Article

Threads

October 29, 2016

A thread is the smallest unit of processing that can be performed in an OS. In most modern operating systems,... View Article

Virtual Memory

October 29, 2016

VIRTUAL MEMORY Virtual Memory is a technique that allows the execution of processes that may not be completely in memory... View Article