Skip to Content
Linuxカーネルプログラミング 第2版
book

Linuxカーネルプログラミング 第2版

by Kaiwan N. Billimoria, 武内 覚, 大岩 尚宏
July 2025
Intermediate to advanced
492 pages
8h 23m
Japanese
O'Reilly Japan, Inc.
Content preview from Linuxカーネルプログラミング 第2版

はじめに

本書はLinuxカーネル開発を実践的にハンズオン形式で学ぶための本です。広範囲にわたるLinuxカーネルを理解するために必要な理論的背景も説明します。本書は、強力なカーネルモジュールサブシステムを通じたカーネル開発に焦点を当てています。なぜなら、カーネル関連プロジェクトや製品開発、特にデバイスドライバ開発の大部分はこのサブシステムを使うからです。

本書は3部に分かれています。第Ⅰ部は開発環境構築、最新カーネルのソースコードからのビルド、そして最初のカーネルモジュールの作成という基本的なことを扱います。

第Ⅱ部は本書の主要な部分であり、カーネル内部の詳細を理解するためにあります。Linuxカーネルのアーキテクチャ、タスクの構造、ユーザとカーネルモードのスタック、メモリ管理を扱います。特に重要なメモリ管理は「5章 メモリ管理」で説明します。ここでは内部構造だけではなく、カーネルメモリを効率的に獲得、解放する方法についても述べます。Linux OS上のCPUスケジューリング(あるいはタスクスケジューリング)の内部動作についても述べます。

最後の第Ⅱ部では、高度なカーネル同期メカニズムについて述べます。これはプロダクション向けのLinuxカーネル開発に必須です。

本書で使うカーネルのバージョンはLTSであるv6.1です。このカーネルは2022年12月から2026年12月までバグ修正やセキュリティがされる予定です。さらにCivil Infrastructure Project(CIP)はこのバージョンをSuper LTS(SLTS)リリースとして採用し、2033年8月までの10年間のメンテナンスを予定しています。このため、本書の内容は今後数年間有効な見込みです。

本書はハンズオンを重視しています。本書のGitHubリポジトリは約40個のカーネルモジュール、および、多くのユーザアプリケーションやシェルスクリプトを収録しています。これによって学びが実感できるだけでなく、楽しく、実践的になります。 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Gitハンズオンラーニング ―手を動かして学ぶバージョン管理システムの基本

Gitハンズオンラーニング ―手を動かして学ぶバージョン管理システムの基本

Anna Skoulikari, 原 隆文
プロダクトマネージャーのしごと 第2版 ―1日目から使える実践ガイド

プロダクトマネージャーのしごと 第2版 ―1日目から使える実践ガイド

Matt LeMay, 永瀬 美穂, 吉羽 龍太郎, 原田 騎郎, 高橋 一貴
プログラミングRust 第2版

プログラミングRust 第2版

Jim Blandy, Jason Orendorff, Leonora F. S. Tindall, 中田 秀基

Publisher Resources

ISBN: 9784814401109Publisher Website