【Linux】【内核】Linux内核学习资源汇总

  • 作者简介:花神庙码农(专注于Linux、WLAN、TCP/IP、Python等技术方向)
  • 博客主页:花神庙码农 ,地址:https://blog.csdn.net/qxhgd
  • 系列专栏:Linux技术
  • 如觉得博主文章写的不错或对你有所帮助的话,还望大家三连支持一下呀!!! 关注✨、点赞、收藏、评论。
  • 如需转载请参考转载须知!!

Linux内核学习资源汇总

    • Linux源码
      • Linux源码下载
      • Linux源码在线浏览
      • Linux源码注释
    • Linux书籍
      • 内核
      • 驱动
      • 网络
      • 内存
    • Linux文档
      • Linux\Documentation
      • 官方文档
      • LKML
      • Embedded Linux Wiki
      • Linux Kernel Workbook
      • University POLITEHNICA of Bucharest:
      • linux_kernel_hacking
      • Linux insides
      • Linux Kernel Map
      • LWN.net (Linux Weekly News)
      • Kernelnewbies

Linux源码

Linux源码下载

  • Linux官网,不止有源码

https://www.kernel.org

  • kernel.org的镜像,速度可能更快些。

https://mirrors.edge.kernel.org/pub/linux/kernel/

  • Linux github地址

https://github.com/torvalds/linux

Linux源码在线浏览

  • 大名鼎鼎的LXR,可以很方便的在不同Linux内核版本之间跳转,还支持符号的跳转。

http://lxr.linux.no/

  • bootlin,该站点服务器在国外,国内用起来略卡。但值得一提的是,这个系统可以在自己本地搭建。

https://elixir.bootlin.com/linux/latest/source

Linux源码注释

  • 目前,已经支持到5.5.9版内核:

http://www.bricktou.com/

  • 4.3.0注释版本的Linux内核

https://github.com/qxhgd/linux_4.3.0_comment

Linux书籍

内核

  • 《Linux内核设计与实现》
  • 《深入理解Linux内核》
  • 《深入linux内核架构》
  • 《奔跑吧 Linux 内核》

驱动

  • 《Linux设备驱动程序》
  • 《深入Linux设备驱动程序内核机制》
  • 《Linux 设备驱动开发详解:基于的 Linux 4.0 内核》

网络

  • 《深入理解LINUX网络内幕》

内存

  • 《深入理解Linux虚拟内存管理》

Linux文档

Linux\Documentation

linux-2.6.34\Documentation

官方文档

  • 英文版:

https://www.kernel.org/doc/

  • 中文版:

https://www.kernel.org/doc/html/latest/translations/zh_CN/

LKML

  • Linux 内核邮件列表(Linux Kernel Mailing List, LKML)

https://lkml.org/

Embedded Linux Wiki

https://elinux.org/Main_Page

Linux Kernel Workbook

https://lkw.readthedocs.io/en/latest/index.html

University POLITEHNICA of Bucharest:

https://linux-kernel-labs.github.io/refs/heads/master/

linux_kernel_hacking

https://github.com/xcellerator/linux_kernel_hacking

Linux insides

https://0xax.gitbooks.io/linux-insides/content/

Linux Kernel Map

https://makelinux.github.io/kernel/map/

LWN.net (Linux Weekly News)

https://lwn.net/

Kernelnewbies

https://kernelnewbies.org/

如本文对你有些许帮助,欢迎大佬加关注、评论、点赞,有关必回关

你可能感兴趣的:(linux,kernel,学习,资源,内核)