Files
2024-02-19 00:23:35 -05:00

50 lines
1.9 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<title>Basic Functions</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.40">
<link rel="home" href="index.html" title="Kernel Hacking HOWTO">
<link rel="up" href="index.html" title="Kernel Hacking HOWTO">
<link rel="previous" href="indexs06.html" title="Tasks">
<link rel="next" href="indexs08.html" title="Drivers &amp; Modules">
</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">Basic Functions</th></tr>
<tr>
<td width="20%" align="left">
<a href="indexs06.html">Prev</a> </td>
<th width="60%" align="center"> </th>
<td width="20%" align="right"> <a href="indexs08.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1">
<a name="basicfunctions"></a><div class="titlepage"><div><h2 class="title" style="clear: both">
<a name="basicfunctions"></a>Basic Functions</h2></div></div>
<p>There are a core set of kernel functions that every kernel programmer should know about. This chapter will be heavily based on the corresponding chapter from the <a href="http://netfilter.samba.org/unreliable-guides/kernel-hacking/lk-hacking-guide.html" target="_top">original kernelhacking-HOWTO by Rusty Russell</a>.</p>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a href="indexs06.html">Prev</a> </td>
<td width="20%" align="center"><a href="index.html">Home</a></td>
<td width="40%" align="right"> <a href="indexs08.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left">Tasks </td>
<td width="20%" align="center"><a href="index.html">Up</a></td>
<td width="40%" align="right"> Drivers &amp; Modules</td>
</tr>
</table>
</div>
</body>
</html>