Team Topic Nest

About Author

1090

Articles Published
OS

Safety Algorithm

1. Let Workand Finish be vectors of length m and n, respectively. Initialize: Work = Available Finish [i] = false...
OS

Deadlock Prevention

Deadlock prevention is a set of methods for ensuring that at least one of these necessary conditions cannot hold. Mutual...
OS

Semaphores

For the solution to the critical section problem one synchronization tool is used which is known as semaphores. A semaphore...
virtual machines
OS

Virtual Machines

By using CPU scheduling & virtual memory techniques an operating system can create the illusion of multiple processes, each executing...
OS

System structure

Simple structure There are several commercial system that don‘t have a well- defined structure such operating systems begins as small,...
OS

System Programs

System programs provide a convenient environment for program development & execution. They are divided into the following categories. File manipulation:...
OS

System Calls

System calls provide the interface between a process & the OS. These are usually available in the form of assembly...