Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > f47c9556fae08a4ba497aec95548acd0 > files > 6

lkmpg-1.1.0-6mdk.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 98.1 release (February 19th, 1998)
originally by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Linux Kernel Module Programming Guide</TITLE>
<META NAME="description" CONTENT="Linux Kernel Module Programming Guide">
<META NAME="keywords" CONTENT="mpg">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="mpg.css">
<LINK REL="next" HREF="node1.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html310"
 HREF="node1.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="next_motif.gif"></A> 
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="up_motif_gr.gif"> 
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="previous_motif_gr.gif"> 
<A NAME="tex2html308"
 HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="contents_motif.gif"></A> 
<A NAME="tex2html309"
 HREF="node34.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
 SRC="index_motif.gif"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html311"
 HREF="node1.html">Contents</A>
<BR>
<BR>
<!--End of Navigation Panel-->

       

<P>
<H1 ALIGN="CENTER">Linux Kernel Module Programming Guide</H1>
<P ALIGN="CENTER"><STRONG><FONT SIZE="+1">Ori Pomerantz</FONT></STRONG></P>
<P ALIGN="LEFT"></P>

<P>

<A NAME="copyright">&#160;</A>
<P>
Names of all products herein are used for identification
purposes only and are trademarks and/or registered trademarks of their
respective owners. I make no
claim of ownership or corporate association with the products or
companies that own them.

<P>
<BR>
<BR>
Copyright &#169;  1999  Ori Pomerantz

<P>
<BR>
<BR>
Ori Pomerantz
<BR>
Apt. #1032
<BR>
2355 N Hwy 360
<BR>
Grand Prairie
<BR>
TX 75050
<BR>
USA
<BR>
E-mail: <TT>mpg@simple-tech.com</TT> <BR>
<P>
<FONT SIZE="-1">The <EM>Linux Kernel Module Programming Guide</EM> is a free book; you may reproduce and/or modify it 
under the terms of version 2 (or, at your option, any later version) of the 
GNU General Public License as published by the Free Software
Foundation. Version 2 is enclosed with this document at 
Appendix <A HREF="node33.html#gpl">E</A>. 
</FONT>
<P>
<FONT SIZE="-1">This book is distributed in the hope it will be useful, but 
<B>without any warranty</B>; without even the implied warranty of 
merchantability or fitness for a particular purpose.
</FONT>
<P>
<FONT SIZE="-1">The author encourages wide distribution of this book for personal or
commercial use, provided the above copyright notice remains intact and
the method adheres to the provisions of the GNU General Public License
(see Appendix <A HREF="node33.html#gpl">E</A>). In summary, you may copy and
distribute this book free of charge or for a profit. No explicit
permission is required from the author for reproduction of this book
in any medium, physical or electronic.
</FONT>
<P>
<FONT SIZE="-1">Note, derivative works and translations of this document <EM>must</EM>
be placed under the GNU General Public License, and the original
copyright notice must remain intact. If you have contributed new
material to this book, you must make the source code (e.g., L<SUP><SMALL>A</SMALL></SUP>T<SMALL>E</SMALL>X source) available for your revisions. Please make revisions and
updates available directly to the document maintainer, Ori Pomerantz.
This will allow for the merging of updates and provide consistent 
revisions to the Linux community.
</FONT>
<P>
<FONT SIZE="-1">If you plan to publish and distribute this book commercially,
donations, royalties, and/or printed copies are greatly appreciated by
the author and the Linux Documentation Project. 
Contributing in this way shows your support for free
software and the Linux Documentation Project.
If you have questions or comments, please contact the address above.
</FONT>

<P>

<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS">&#160;</A>
<UL>
<LI><A NAME="tex2html312"
 HREF="node1.html">Contents</A>
<LI><A NAME="tex2html313"
 HREF="node2.html">Introduction</A>
<UL>
<LI><A NAME="tex2html314"
 HREF="node3.html">Who Should Read This</A>
<LI><A NAME="tex2html315"
 HREF="node4.html">Note on the Style</A>
<LI><A NAME="tex2html316"
 HREF="node5.html">Changes</A>
<UL>
<LI><A NAME="tex2html317"
 HREF="node6.html">New in version 1.0.1</A>
<LI><A NAME="tex2html318"
 HREF="node7.html">New in version 1.1.0</A>
</UL>
<LI><A NAME="tex2html319"
 HREF="node8.html">Acknowledgements</A>
<UL>
<LI><A NAME="tex2html320"
 HREF="node9.html">For version 1.0.1</A>
<LI><A NAME="tex2html321"
 HREF="node10.html">For version 1.1.0</A>
</UL>
</UL>
<LI><A NAME="tex2html322"
 HREF="node11.html">Hello, world</A>
<UL>
<LI><A NAME="tex2html323"
 HREF="node12.html">Makefiles for Kernel Modules</A>
<LI><A NAME="tex2html324"
 HREF="node13.html">Multiple File Kernel Modules</A>
</UL>
<LI><A NAME="tex2html325"
 HREF="node14.html">Character Device Files</A>
<UL>
<LI><A NAME="tex2html326"
 HREF="node15.html">Multiple Kernel Versions Source Files</A>
</UL>
<LI><A NAME="tex2html327"
 HREF="node16.html">The /proc File System</A>
<LI><A NAME="tex2html328"
 HREF="node17.html">Using /proc For Input</A>
<LI><A NAME="tex2html329"
 HREF="node18.html">Talking to Device Files (writes and IOCTLs)</A>
<LI><A NAME="tex2html330"
 HREF="node19.html">Startup Parameters</A>
<LI><A NAME="tex2html331"
 HREF="node20.html">System Calls</A>
<LI><A NAME="tex2html332"
 HREF="node21.html">Blocking Processes</A>
<LI><A NAME="tex2html333"
 HREF="node22.html">Replacing printk's</A>
<LI><A NAME="tex2html334"
 HREF="node23.html">Scheduling Tasks</A>
<LI><A NAME="tex2html335"
 HREF="node24.html">Interrupt Handlers</A>
<UL>
<LI><A NAME="tex2html336"
 HREF="node25.html">Keyboards on the Intel Architecture</A>
</UL>
<LI><A NAME="tex2html337"
 HREF="node26.html">Symmetrical Multi-Processing</A>
<LI><A NAME="tex2html338"
 HREF="node27.html">Common Pitfalls</A>
<LI><A NAME="tex2html339"
 HREF="node28.html">Changes between 2.0 and 2.2</A>
<LI><A NAME="tex2html340"
 HREF="node29.html">Where From Here?</A>
<LI><A NAME="tex2html341"
 HREF="node30.html">Goods and Services</A>
<UL>
<LI><A NAME="tex2html342"
 HREF="node31.html">Getting this Book in Print</A>
</UL>
<LI><A NAME="tex2html343"
 HREF="node32.html">Showing Your Appreciation</A>
<LI><A NAME="tex2html344"
 HREF="node33.html">The GNU General Public License</A>
<LI><A NAME="tex2html345"
 HREF="node34.html">Index</A>
<LI><A NAME="tex2html346"
 HREF="node35.html">About this document ... </A>
</UL>
<!--End of Table of Child-Links-->
<HR>
<!--Navigation Panel-->
<A NAME="tex2html310"
 HREF="node1.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="next_motif.gif"></A> 
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="up_motif_gr.gif"> 
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="previous_motif_gr.gif"> 
<A NAME="tex2html308"
 HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="contents_motif.gif"></A> 
<A NAME="tex2html309"
 HREF="node34.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
 SRC="index_motif.gif"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html311"
 HREF="node1.html">Contents</A>
<!--End of Navigation Panel-->
<ADDRESS>
<I></I>
<BR><I>1999-05-19</I>
</ADDRESS>
</BODY>
</HTML>