Linux Kernel and Driver Development Training

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章