hkucuk

Category: Os

UNIX: The Basis of Modern Operating Systems

August 19, 2024 • ☕️ 3 min read • 🏷 computer, software, os

In the world of computers, while some technologies are forgotten over time, others take root and form the basis for many other innovations. The UNIX operating system falls into this category. Developed by Dennis M. Ritchie and Ken Thompson in the early 1970s, UNIX is a revolutionary software that forms the basis of many modern operating systems today.

Banker's Algorithm: Anti-Deadlock Algorithm

March 27, 2024 • ☕️ 4 min read • 🏷 computer, software, algorithm, os

The Banker's Algorithm is an algorithm used in operating systems that helps reduce the possibility of deadlocks. Deadlock is a situation that occurs as a result of processes or resources that need each other waiting for each other and prevents progress in the system. The Banker's Algorithm is designed to prevent such deadlocks and is especially used in systems that require resource management.

1