An open API service indexing awesome lists of open source software.

https://github.com/code4craft/os-learning

一个Java码农的Linux内核学习
https://github.com/code4craft/os-learning

Last synced: 9 months ago
JSON representation

一个Java码农的Linux内核学习

Awesome Lists containing this project

README

          

#Linux内核学习笔记
=====

本系列是我学习Linux的笔记。关于内核实现的一些原理的具体内容,《Linux内核设计与实现》(Linux Kernel Development,简称LKD)已经比较全面了,网络上的资料也非常多。这系列博文主要想站在初学者的角度,在了解How之前,先了解What跟Why,从而对内核有个稳固的大局观。同时会寻根究底的方式,找到对应的内核代码,满足一下个人的考究爱好。

# 目录:

## 1. [Task It Easy!](posts/ch1.md)
## 2. [进程与线程](posts/ch2.md)
## 3. [进程的调度](posts/ch3.md)
## 4. [内存管理](posts/ch4.md)

文章中讲到的代码会放到linux目录下。