13 lines
473 B
ReStructuredText
13 lines
473 B
ReStructuredText
|
.. _microkernel_apps:
|
||
|
|
||
|
How to Develop Microkernel Applications
|
||
|
#######################################
|
||
|
|
||
|
Microkernel applications are comprised of .c and . h files that are
|
||
|
integrated with the |codename| using Makefiles, MDEF and .conf files. The
|
||
|
following procedures explain how to accomplish this using examples.
|
||
|
|
||
|
Developing a Microkernel Application in C
|
||
|
*****************************************
|
||
|
|
||
|
Before you begin, read the :ref:`Install` and build a sample application.
|