Notes
CtrlK
gitbook
gitbook
  • Introduction
  • Commands
    • cd
    • df
    • du
    • fc-cahe
    • ifconfig
    • ip
    • ls
    • lsb_release
    • mkdir
    • mksquashfs
    • mount
    • ping
    • pwd
    • rm
    • sar
    • sudo
  • Linux C
    • Preprocessor
    • Keywords
    • Kernel
      • Ftrace
      • Watchdog
  • Python
    • general
      • Decorator
      • Generator
      • Iterator
      • Lambda
    • Download
    • NIC
  • Network
    • Protocol
      • Link layer
      • IP
      • ARP
      • ICMP
    • Proxy
      • Cntlm
      • Proxychains4
      • ShadowSocks
    • Tools
      • iperf
      • tc
      • Wireshark
    • Apps
      • samba
      • tftp
  • Software
    • Atom
    • Chrome
    • Docker
    • Git
    • Gitbook
    • Hexo
    • Nodejs
    • Teraterm
    • Tex
    • Tmux
    • VIM
    • VSCode
  • Database
    • MongoDB
  • Web
    • CSS
    • LNMP
  • Tools
    • common
    • programming
  • Ubuntu
    • Add user
    • AWS EC2
    • FAQ
    • Installer
    • Shell
    • Shell scripts
    • Themes
    • VPS
  • Windows
    • PowerShell
    • CMD
    • FAQ
  • Aphorisms
  • Book List
  • Favorites
  • Appendix
    • ASCII
    • GSM
Powered by GitBook
On this page
  • 知识图谱
  • 内核一瞥
  • 内核学习路径
  • 参考资料

Was this helpful?

Linux C

知识图谱

ProcessOn 嵌入式Linux系统编程

内核一瞥

kernel view 1

图片来自《Linux Kernel Development (3rd+Edition)》 CHAPTER 1 - Introduction to the Linux Kernel

kernel view 2

图片来自《Linux Device Drivers, Third Edition》 CHAPTER 1 - An Introduction to Device Drivers

内核学习路径

  1. Linux Kernel Development

  2. Understanding the Linux Kernel

  3. Linux Device Drivers

  4. Linux内核源代码情景分析

参考资料

  • Linux Kernel SourceCode

  • Linux 公社 - 资料下载

  • The Linux Programming Interface - source code files by chapter

  • 博客园 NQian - linux底层驱动

PrevioussudoNextPreprocessor

Last updated 4 years ago

Was this helpful?