9tarz / linux-kernel-modules

Programming Projects for Operating Systems Concepts 9e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming Projects for Operating Systems Concepts Ninth Edition

===============================

Chapter 2: System Structures

Linux Kernel Modules

Traverse the linked list and output its contents to th kernel log buffer.

Chapter 3: Process Concept

Part I Iterating over Tasks Linearly

the kernel module that iterates through all tasks in the system using for_each_process() macro.

Part II: Iterating over Tasks with a Depth-First Search Tree

the kernel module that iterates over all tasks in the system using a DFS tree.

About

Programming Projects for Operating Systems Concepts 9e


Languages

Language:C 84.4%Language:Makefile 15.6%