© 2022 Hashnode
#operating-system
Introduction Ever wondered what happens when you press the power button of your Linux machine? 🤔. This blog will give you a better understanding of how things work behind the scenes, in the following…
Hello there! Hope you're doing well. Welcome to my second part of the System Programming write up. Here is the PART 1 Let's continue with Dynamic Memory Management. When memory is allocated, additiona…
After reading one of the most hilarious answers on Quora about some examples of software companies who ran out of business because of too many bugs greatest example of software failure. One of the gre…
If you've ever used a computer, you're probably familiar with Microsoft Windows. But there's another popular operating system out there called Linux. So, what exactly is Linux? In short, it's a free a…
Introduction Technology has evolved and is now part of our everyday life. Understanding how to interact with these technologies is required. There are different operating systems out there. However, o…
What is it The operating system is a set of programs that acts as an interface between a User and Hardware. It is necessary to reduce complexity Modes in an OS User mode Supervisor mode (i.e. Kernel-…
In today’s post we are going to discuss everything about the kernel of an operating system including its functions in detail. We are sure that this post will clear all your doubts regarding it. Also Read:- What is the function of the kerne…
Hi everyone, While developing the application, you come across the problem with Port XXXX already in use. Your system has already run the application that uses your port in the background. And If you …
I have this issue where Windows is sometimes randomly changing my primary display after a system restart. So I wanted to create a simple command-line application that would allow me to change the disp…
Installing Windows 11 in UEFI mode from a USB 3.0 drive proves to be rather painful but luckily sticking together a few different workarounds for various issues sourced from all over the internet makes it possible - though rather convoluted…