Changes between Version 28 and Version 29 of WikiStart


Ignore:
Timestamp:
Nov 25, 2009, 1:29:12 PM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v28 v29  
    88= What is MutekH =
    99
    10 [http://www.mutek.fr/ MutekH] is a portable operating system for embedded platforms. MutekH is a set of libraries built on top of the Hexo exo-kernel. The exo-kernel can be seen as an Hardware Abstration Layer (HAL) used to address platform and processors specific implementations. MutekH is fully configurable to match every application needs.
     10[http://www.mutek.fr/ MutekH] is a portable operating system for embedded platforms originally developped at the [http://www-soc.lip6.fr/ SoC] department of the [http://www.lip6.fr/ LIP6] Laboratory ([http://www.upmc.fr/ Université Pierre et Marie Curie] in Paris).
    1111
    12 Hexo currently support these platforms:
    13  * [wiki:Arch/Soclib Soclib] platform with Arm, Mips and Ppc multiprocessor support
     12MutekH is a set of libraries built on top of the Hexo exo-kernel. The exo-kernel can be seen as an Hardware Abstration Layer (HAL) used to address platform and processors specific implementations. MutekH is fully configurable to match every application needs.
     13
     14It currently support these platforms:
     15 * [wiki:Arch/Soclib Soclib] based platforms with Arm, Mips and Ppc multiprocessor support
    1416 * [wiki:Arch/IbmPc Pc platform] with x86 multiprocessor support
    1517 * [wiki:Arch/Emu Unix processes] (kernel and application run as standalone unix process)
    1618 * [wiki:Arch/Simple Simple platforms] bare CPU with hardware (i.e. microcontrollers)
     19
     20List of major contributors is available [wiki:Contributors here].
     21
     22= Getting started =
     23
     24The following ressources are available to try MutekH easily:
     25
     26 * The [wiki:QuickStartUnix MutekH as Unix process quick start guide] is a step by step guide to run MutekH embedded in a GNU/Linux or !MacOs user process.
     27 * The [wiki:QuickStartSoclib MutekH quick start guide for SoCLib platform] is a step by step guide to run MutekH on the Soclib multi-processor hardware simulator.
     28 * The [https://www.soclib.fr/trac/dev/wiki/LiveCd SoCLib livecd] provided some sample platforms and applications based on older MutekH revisions.
     29
     30More advanced topics are available:
     31
     32 * [wiki:UsingMutek/Sam7 Using MutekH on a AT91SAM7] Arm microcontroller based platform.
     33
     34= Detailed features =
    1735
    1836Several modules are available:
     
    3856 * MJPEG and Theora multi-processor video decoder (multi-processors)
    3957 * [http://en.wikipedia.org/wiki/Doom_%28video_game%29 Doom] video game with network multiplayer support
     58 * Various application using the [http://www.lua.org Lua] script engine
    4059
    4160= Documentation =
    4261
     62Quickstart and tutorial documents:
     63
    4364 * [wiki:QuickStartSoclib MutekH quick start guide for SoCLib platform]
     65 * [PortingYourApp Porting your application]
     66 * [wiki:UsingMutek/Sam7 Using MutekH on a AT91SAM7]
     67
     68Developper documentation:
     69
    4470 * [http://www.mutek.fr/www/mutekh_api/ MutekH API reference manual]
    4571 * Using the BuildSystem
    4672 * [NewDriver Adding a driver], or [NewDriverClass adding a new driver class]
    47  * [PortingYourApp Porting your application]
    48  * [wiki:UsingMutek/Sam7 Using MutekH on a AT91SAM7]
    4973 * Usage of IntegerTypes in MutekH
    5074
    51 = Get the source =
     75= Getting the source =
    5276
    53 Source code can be downloaded from the svn source tree:
     77MutekH is being actively developped, now tarball releases are available yet.
     78
     79Last source code can be downloaded from the svn source tree:
    5480
    5581{{{
    56 svn co -r 1024 https://www-asim.lip6.fr/svn/mutekh/trunk/mutekh
     82svn co https://www-asim.lip6.fr/svn/mutekh/trunk/mutekh
    5783}}}
    58