Dear Pablo, in message <[EMAIL PROTECTED]> you wrote: > > That post cleared up a lot of things. I have a question: where do I go to > start learning the kernel's library? Books, man pages, web sites?
See Documentation/kernel-docs.txt in your Linux kernel source directory for books and other pointers. Type "make pdfdocs" or "make psdocs" or "make htmldocs" in your Linux kernel source directory to build the online documentation, then see "Documentation/DocBook/kernel-api.pdf" or "*.ps" or "*.html" for a description of the Kernel API, especially "Chapter 3. Basic C Library Functions". Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: [EMAIL PROTECTED] Do not underestimate the value of print statements for debugging. -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
