[plug] kernel programming

Bernard Blackham bernard at blackham.com.au
Wed Mar 24 00:26:28 WST 2004


On Wed, Mar 24, 2004 at 12:14:38AM +0800, Shayne O'Neill wrote:
> Solution: Not use any includes!!!!! ( I know. its pretty drastic! But
> thats life).

There are a bunch of includes in the kernel you can use that will
provide things like date/time functions, string functions, etc (eg,
linux/string.h).

www.kernelnewbies.org and www.kernelhacking.org and Rusty's guides
at
http://people.netfilter.org/~rusty/unreliable-guides/kernel-hacking/lk-hacking-guide.html
might make some things clearer.

And http://www.xml.com/ldd/chapter/book/ is an awesome online book
for getting into this stuff (it assumes some prior knowledge, but is
pretty easy going).

Bernard.

-- 
 Bernard Blackham <bernard at blackham dot com dot au>



More information about the plug mailing list