- Learning Linux Kernel (Part 5) - Virtual Filesystem
One of the most important and complex subsystems in Linux kernel, which provides a unified abstraction layer for all file systems.
12 min read zh-CN - Learning Linux Kernel (Part 4) - Memory Management
In this chapter, we will continue to explore the memory management mechanism of the Linux kernel.
13 min read zh-CN - Learning Linux Kernel (Part 3) - Task & Scheduler
How the task is managed and scheduled in Linux kernel?
27 min read zh-CN - Learning Linux Kernel (Part 2) - Bootstrapping
Let's continue our journey to learn Linux kernel. In this part, we will talk about how Linux kernel is bootstrapped.
9 min read zh-CN - Learning Linux Kernel (Part 1) - Intro
I started learning the Linux kernel, and this is the first part of my notes.
7 min read zh-CN - 装一台新电脑
I use arch btw.
8 min read zh-CN - What is the Internet Protocol?
Understanding the Invisible Envelope that Delivers Data Across the Globe
14 min read en-US - What is a Socket?
Understanding Sockets in Go Networking and the Underlying OS Mechanics
4 min read en-US