Linuxデバイスドライバ開発 準備編
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* Linuxデバイスドライバ開発 準備編 [#g523dd40]
#seo(description,Linuxのデバイスドライバの書き方をメモ)
#seo(keywords,Linux, Device Driver)
** Linuxのデバイスドライバを作成する際に参考になるもの [#...
[[Linux標準教科書:https://linuc.org/textbooks/linux/]]~
まずは、Linuxについての学習を
[[The Linux Command Line:http://linuxcommand.org/tlcl.php...
コマンドラインのリファレンスとして
[[O'Reilly Open Books:https://www.oreilly.com/openbook/]]~
オライリーでは、オープンにしているドキュメントがあります。
・[[Linux Device Drivers, 2nd Edition:https://www.xml.c...
上記、オライリーからのリンク先。英語版の2版ですが参考に...
・[[Linux Device Drivers, Third Edition:https://lwn.net...
3版が入手できるようになっていたのに気が付きませんでした。
[[The Linux Kernel documentation:https://www.kernel.org/d...
[[kernel.org:https://www.kernel.org/]]本家のLinux関連の文...
・[[The Linux driver implementer’s API guide:https://ww...
実装に困ったときのリファレンスとして
おまけ~
[[Elixir Cross Referencer:https://elixir.bootlin.com]]~
ソースコードの参照をするときに便利
#br
#include(Linuxデバイスドライバ開発,notitle)
#br
#htmlinsert(amazon_book.html);
終了行:
* Linuxデバイスドライバ開発 準備編 [#g523dd40]
#seo(description,Linuxのデバイスドライバの書き方をメモ)
#seo(keywords,Linux, Device Driver)
** Linuxのデバイスドライバを作成する際に参考になるもの [#...
[[Linux標準教科書:https://linuc.org/textbooks/linux/]]~
まずは、Linuxについての学習を
[[The Linux Command Line:http://linuxcommand.org/tlcl.php...
コマンドラインのリファレンスとして
[[O'Reilly Open Books:https://www.oreilly.com/openbook/]]~
オライリーでは、オープンにしているドキュメントがあります。
・[[Linux Device Drivers, 2nd Edition:https://www.xml.c...
上記、オライリーからのリンク先。英語版の2版ですが参考に...
・[[Linux Device Drivers, Third Edition:https://lwn.net...
3版が入手できるようになっていたのに気が付きませんでした。
[[The Linux Kernel documentation:https://www.kernel.org/d...
[[kernel.org:https://www.kernel.org/]]本家のLinux関連の文...
・[[The Linux driver implementer’s API guide:https://ww...
実装に困ったときのリファレンスとして
おまけ~
[[Elixir Cross Referencer:https://elixir.bootlin.com]]~
ソースコードの参照をするときに便利
#br
#include(Linuxデバイスドライバ開発,notitle)
#br
#htmlinsert(amazon_book.html);
ページ名: