Khushal Kapatekhushalkapate.hashnode.dev·Sep 13, 2024Introduction to Operating System - Day 2An operating system is system software that acts as an intermediary between hardware and software, helping users operate a computer. In simple terms, when a user uses the keyboard and mouse, the operating system transfers these requests to the softwa...Discussoperatingsystems
Sharon Jonallagaddasharonlearns.hashnode.dev·Aug 26, 2024What Happened in the Recent CrowdStrike Outage?In this article, I will discuss what I understood about the recent CrowdStrike outage. The outage occurred on July 19, 2024, and impacted Windows 10 and the latest versions of the operating system. Before diving into the details of the outage, let’s...DiscussCrowdstrike
Vishalvishalchhadekar.hashnode.dev·Aug 16, 2024Optimizing Folder Size Calculation in Nested Directory StructuresFile systems play a critical role in the functioning of modern operating systems, especially when it comes to managing storage efficiently. One common operation that users perform is checking the size of files or folders, typically by right-clicking ...Discussfile-systems
bandejibandeblogs.hashnode.dev·Jun 20, 2024Operating System Part-1Why we need OS? For better Resource management of cpu,gpu,memory,etc. Maintain sync between I/O devices and the system itself to use applications by users simultaneously. It also make sure use of DRY principle(Don't Repeat Yourself) by removing re...Discussoperatingsystems
KATTA SUNIL KUMARforTech Tribes Hubtechtribes.hashnode.dev·Feb 27, 2024OS Essentials: A Concise Cheat Sheet for Last-Minute ReviewOperating System The Operating System is system software that acts as an intermediary between the user and the computer. It manages all the programs and processes that run inside the computer. Types of Operating System Batch Operating System - In th...Discuss·1 like·62 readsoperatingsystems
Bhanuprakash Eagalabhanuprakasheagala.hashnode.dev·Jan 20, 2024Heap Memory Allocator in C ProgrammingGreetings, Systems devs! In this article on Building our own Memory Allocator, we dive into malloc library function. Please first read PART1 to understand sbrk() system call provided by Linux. malloc(size) function allocates the size bytes of memory ...Discuss·45 readsmemory-management
Darsh Pateldarsh-patel.hashnode.dev·Jan 16, 2024User Space and Kernel Space in Operating SystemsIn this blog post, we will explore the concepts of user space and kernel space in operating systems, and how they interact with each other. We will also discuss the benefits and challenges of separating these two spaces, and some examples of how they...DiscussOperating Systemoperating system
Chaitanyachaitanyaallu.hashnode.dev·Oct 2, 2023An Overview of Operating SystemsFun Fact The first operating system that looked like modern operating systems was UNIX, which Bell Labs created in 1969. About OS An operating system is a piece of software program. It acts as an intermediary between the user of a computer and comp...Discuss·10 likes·41 readsOperating Systemsoperatingsystems
Tosin Ezekieleztosin.hashnode.dev·Aug 20, 2023The Relevance of C in Building Efficient Operating SystemsIntroduction The creation of a simple, yet powerful tool remains one of the most remarkable innovations the world has ever beheld. This innovation carries the weight of the computing world, revolutionizing how we interact with machines. The C program...Discuss·20 likesC
Sourav Kumarblog.souravk.cloud·Aug 17, 2023Exploring the Heart of Computing: A Deep Dive into Operating System Architecture and FeaturesHey Everyone in this blog we are going to know about Operating Systems, Operating System Architecture and Operating system features. We will learn a lot today so let's start the blog. What is Operating System? In the recent advancements in technology...Discussos