#operating-system
Read more stories on Hashnode
Articles with this tag
Deadlock is a recurring challenge in operating systems that can impede the proper execution of processes and cause system-wide disruptions. It is a...
In the realm of operating systems, synchronization and communication between processes are vital for effective and reliable execution. Semaphores play...
When you start your computer, the very first thing(code) that runs on that system is BIOS. A piece of code or we can say a small piece of code...
Segmentation is another way of dividing the addressable memory. It is another scheme of memory management and it generally supports the user's view of...
Page replacement is needed in operating systems that use virtual memory using Demand Paging. As we know that in Demand paging, only a set of pages of...
Virtual Memory is a storage allocation scheme in which secondary memory can be addressed as though it were part of the main memory. The addresses a...