Skip to content

413675377/kernel.org

Repository files navigation

Linux kernel

Date:2022-05-03 start

本仓库主要内容是简化Linux Kernel官方文档,降低Linux Kernel学习难度,仅此而已!

Recommand

API search
Code browser
CS Lesson
Bootlin doc

$ tree kernel.org/
├── Kbuild.md
├── Devicetree.md
├── DriverModel.md
├── DriverPorting.md
├── ALSA.md
├── ALSA: AudioDriver
├── I2C_sfs.md
├── I2C_Client.md
├── Input.md
├── run.sh

==TODO==

  • Input Subsystem -- on-going
  • I2C Subsystem
  • Device class
  • Zephyr RTOS
  • Driver API
  • AI Plan

Code阅读方法

  1. 解决的问题
  2. Code追踪(了解系统框架,查API)
  3. 画流程
  4. 实验

Target

  • 能根据原理图,理清代码逻辑
  • 能独立bringup,develop,maintain a board
  • 能移植kernel

About

For studying kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages