1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 1. Introduction</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Unreliable Guide To Hacking The Linux Kernel"><link rel="up" href="index.html" title="Unreliable Guide To Hacking The Linux Kernel"><link rel="prev" href="index.html" title="Unreliable Guide To Hacking The Linux Kernel"><link rel="next" href="basic-players.html" title="Chapter 2. The Players"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 1. Introduction</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="basic-players.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="introduction"></a>Chapter 1. Introduction</h1></div></div></div><p> 2 Welcome, gentle reader, to Rusty's Remarkably Unreliable Guide to Linux 3 Kernel Hacking. This document describes the common routines and 4 general requirements for kernel code: its goal is to serve as a 5 primer for Linux kernel development for experienced C 6 programmers. I avoid implementation details: that's what the 7 code is for, and I ignore whole tracts of useful routines. 8 </p><p> 9 Before you read this, please understand that I never wanted to 10 write this document, being grossly under-qualified, but I always 11 wanted to read it, and this was the only way. I hope it will 12 grow into a compendium of best practice, common starting points 13 and random information. 14 </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="basic-players.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Unreliable Guide To Hacking The Linux Kernel </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 2. The Players</td></tr></table></div></body></html> 15