Linux Kernel and Driver Development Training

梦里梦外; 2023-06-19 13:28 83阅读 0赞

Here are the main topics that we cover:

  • Introduction to the Linux kernel
  • Kernel source code
  • Configuring, compiling and booting the kernel
  • Linux kernel modules
  • Memory management and accessing hardware
  • Character device drivers
  • Processes, scheduling, waiting for resources and interrupt management
  • Locking
  • Kernel debugging techniques
  • mmap
  • Using DMA
  • Kernel architecture for device drivers. Illustration by many examples in the kernel code.
  • Kernel booting details
  • Porting the Linux kernel to a new hardware platform
  • Power management
  • Working with the community
  • Managing sources with git.

来源:http://free-electrons.com/training/kernel/

文档下载:Linux Kernel and Driver Development Training

发表评论

表情:
评论列表 (有 0 条评论,83人围观)

还没有评论,来说两句吧...

相关阅读