Tagged articles
3 articles
Page 1 of 1
Linux Kernel Journey
Linux Kernel Journey
Nov 3, 2024 · Fundamentals

Linux Kernel Source Walkthrough: The Five Core Subsystems

This article explains the Linux kernel architecture, breaks it into three layers and five key subsystems—process scheduling, memory management, virtual file system, network interface, and inter‑process communication—detailing their responsibilities, inter‑dependencies, and providing concrete code examples and diagrams.

IPCLinuxMemory Management
0 likes · 29 min read
Linux Kernel Source Walkthrough: The Five Core Subsystems
Qunar Tech Salon
Qunar Tech Salon
Dec 12, 2015 · Fundamentals

Linux Kernel Architecture Overview and Design Principles

This article explains why the Linux kernel has succeeded, describing its layered position in a computer system, the roles of virtualization and multitasking, the overall modular architecture, key data structures, and the design of core subsystems such as the process scheduler, memory manager, virtual file system, and network interface.

LinuxProcess schedulerkernel
0 likes · 19 min read
Linux Kernel Architecture Overview and Design Principles