General information regarding the development of microkernel applications is included. A step by step process is included but still in development. Cross-references are added and updated as needed. Change-Id: Ib7442883016c92c660d03d806009a0bd1932fce7 Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
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. |