Documentation/Maemo 5 Developer Guide/Kernel and Debugging Guide/Introduction: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
imported>jatikka
Placeholder page created
 
imported>tapio
No edit summary
Line 1: Line 1:
Placeholder for Introduction chapter listing used examples inb this chapter
= Introduction =


Copy paste from still unreviewd version...


The following code examples are used in this chapter:
The following code examples are used in this chapter:


    * gdb_example
* [https://garage.maemo.org/svn/maemoexamples/trunk/gdb_example/ gdb_example]
    * MaemoPad
* [https://garage.maemo.org/svn/maemoexamples/trunk/maemopad MaemoPad]
    * valgrind_example
* [https://garage.maemo.org/svn/maemoexamples/trunk/valgrind_example valgrind_example]
    * hello-world-app
* [https://garage.maemo.org/svn/maemoexamples/trunk/hello-world-app hello-world-app]
* [https://garage.maemo.org/svn/maemoexamples/trunk/hello-module/ hello-module]
 
This chapter documents two different topics. [[Documentation/Maemo_5_Developer_Guide/Kernel_and_Debugging_Guide/Maemo_Debugging_Guide|Maemo Debugging Guide]] gives tools for finding errors in a program, for example, fixing segfaults or memory leaks. [[Documentation/Maemo_5_Developer_Guide/Kernel_and_Debugging_Guide/Maemo_Kernel_Guide|Maemo Kernel Guide]], on the other hand, instructs how to compile the Fremantle kernel from source, make configuration changes to it or compile and install a self-made kernel module.

Revision as of 15:41, 5 November 2009

Introduction

The following code examples are used in this chapter:

This chapter documents two different topics. Maemo Debugging Guide gives tools for finding errors in a program, for example, fixing segfaults or memory leaks. Maemo Kernel Guide, on the other hand, instructs how to compile the Fremantle kernel from source, make configuration changes to it or compile and install a self-made kernel module.