Changes between Version 72 and Version 73 of WikiStart


Ignore:
Timestamp:
Apr 24, 2011, 2:12:51 AM (13 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v72 v73  
    44[http://www.mutekh.org/ MutekH] is a free and portable operating system for embedded platforms, ranging from micro-controller to multiprocessor systems. It's heavily used on multiprocessor platforms in various projects and was originally designed to natively support processors heterogeneity.
    55
    6 MutekH is very modular as it is [http://en.wikipedia.org/wiki/Exokernel exokernel] based; it is composed of the Hexo hardware abstraction layer and the Mutek base kernel. The exokernel comes with several operating system interface libraries and services libraries. It was designed to be easily extended with new libraries and platform support, and allows development of kernel land and user land applications. It is fully configurable to match every application needs and platform constraints, moreover it has an easy to use build system.
     6MutekH is very modular as it is [http://en.wikipedia.org/wiki/Exokernel exokernel] based; it is composed of the Hexo hardware abstraction layer and the Mutek base kernel. The exokernel comes with several operating system interface libraries and services libraries. It was designed to be easily extended with new libraries and platform support, and allows development of kernel land and user land applications. It is fully configurable to match every application needs and platform constraints, moreover it has an easy to use build system and testsuite.
    77
    88MutekH is currently used in several research projects, laboratories and universities and is actively developed. It was originally started at the [http://www-soc.lip6.fr/ SoC] department of the [http://www.lip6.fr/ LIP6] Laboratory ([http://www.upmc.fr/ UPMC] in Paris). Some [PapersAndPublications publications] used MutekH as a supporting OS. The MutekhManifesto page gives more details about project goals.
     
    8585 * [http://www.mutekh.org/www/mutekh_api/ MutekH API reference manual]
    8686
    87  * Using the BuildSystem
     87 * Using the BuildSystem to build applications.
    8888 * Using [FlattenedDeviceTree Flattened device trees] to describe hardware.
    8989 * [wiki:UsingMutekH/Sam7 Using MutekH on a AT91SAM7] Arm micro-controller based platform.
     
    9292
    9393 * Using the [wiki:Testsuite].
     94 * Using the BuildSystemDev to add modules and features.
    9495 * Writing [wiki:HeaderDoc header documentation] for the API reference manual.
    9596 * [NewDriver Adding a driver], or [NewDriverClass adding a new driver class]