From 2ea4f867240ce63c2801b1e3690e022484eb3bcc Mon Sep 17 00:00:00 2001 From: Daksh R Titarmare <118054941+dakshtitarmare@users.noreply.github.com> Date: Thu, 29 Jan 2026 09:06:48 +0000 Subject: [PATCH] add-os-defination-in-fundamental --- 01-getting-started/02-linux-structure.md | 1 + 1 file changed, 1 insertion(+) diff --git a/01-getting-started/02-linux-structure.md b/01-getting-started/02-linux-structure.md index cff73eb..d499d6e 100644 --- a/01-getting-started/02-linux-structure.md +++ b/01-getting-started/02-linux-structure.md @@ -19,6 +19,7 @@ (a) Hardware Layer 🔹 The physical components of the computer (CPU, RAM, disk, network interfaces, etc.). +🔹 Operating Systems : An Operating System is an intermediate layer that acts as a bridge between the software (i.e., user and application) and the hardware. It performs tasks such as process management, memory management, file management, etc. 🔹 The OS interacts with hardware using device drivers. (b) Kernel (Core of Linux OS)