iT邦幫忙

鐵人檔案

2024 iThome 鐵人賽
回列表
自我挑戰組

LDD3 (Linux Device Drivers, 3th) 學習筆記 系列

最近工作上很常碰到要軟硬體協同除錯的情況,希望花點時間讀完這本 Driver 聖經後能對整個系統有更全面的概念,也順便找機會複習 Linux 環境的相關概念。

參賽天數 2 天 | 共 5 篇文章 | 1 人訂閱 訂閱系列文 RSS系列文
DAY 1

[Day01] Chapter 1: An Introduction to Device Drivers

Summarize The role of a device driver is providing mechanism, not policy Almost...

2024-09-03 ‧ 由 JC 分享
DAY 2

[Day02] Chapter 2: Building and Running Modules (1)

Summarize A module runs in kernel space, whereas applications run in user space...

2024-09-04 ‧ 由 JC 分享
DAY 2

[Day03] Chapter 2: Building and Running Modules (2)

Summarize As a general rule, code which is explicitly version (or platform) dep...

2024-09-06 ‧ 由 JC 分享
DAY 2

[Day04] Chapter 3: Char Drivers (1)

Summarize Char devices are accessed through names in the filesystem. Those name...

2024-09-06 ‧ 由 JC 分享
DAY 2

[Day05] Chapter 3: Char Drivers (2)

Summarize struct file, defined in <include/linux/fs.h>, is the second mo...

2024-09-15 ‧ 由 JC 分享