dioxygen / lktm

Linux kernel training materials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lktm

Linux kernel training materials

This is a Linux kernel training materials collection. Any kind of materials which could help kernel newbie to understand Linux kernel will be collected in this responsitory.

Description of directories,

drivers - device drivers
	block - block drivers
		sampleblk - Demo block device driver by Oliver Yang

fs - file system
	docs - the training documents
	samplefs - Demo filesystem by Steve French

mm - memory management
    trace_logs - trace logs for understanding Linux memory management code

About

Linux kernel training materials


Languages

Language:C 99.1%Language:Makefile 0.9%