Changes between Version 4 and Version 5 of WikiStart


Ignore:
Timestamp:
Feb 25, 2008, 4:20:33 PM (16 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    88= What is MutekH =
    99
    10 MutekH is an operating system for embedded platforms. MutekH is a set of libraries built on top of the Hexo exo-kernel.
    11 The exo-kernel can be seen as an Hardware Abstration Layer (HAL) used to address platform and processors specific implementations.
    12 MutekH is fully configurable to match every application needs.
    13 A LibC and a Posix Threads implementation are available along with other librairies.
     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.
    1411
    15 MutekH currently support these platforms:
    16  - SoCLib platform with Mips and Ppc processors
    17  - Pc platform with x86 processors
     12Hexo currently support these platforms:
     13 - [http://www.soclib.fr Soclib] platform with Mips and Ppc multi-processors support
     14 - Pc platform with x86 multi-processors support
    1815 - Unix process (kernel and application run as standalone unix process)
     16
     17Several modules are available:
     18 - Standard C library (libc)
     19 - Native Posix threads Support (libpthread)
     20 - TPC/IP stack networking library (libnetwork)
     21 - Soclib SRL library (libsrl)
     22 - Device drivers for various peripherals
     23
     24The following modules are under developpment:
     25 - File system support library (libvfs) along with file system drivers
     26 - Unix kernel implementation library (libunix)
     27
     28The following library have been ported:
     29 - Lua scripting library (liblua)
     30
     31Some successfully ported applications:
     32 - MJPEG and Theora multi-processor video decoder (Soclib platform)
     33 - Doom with network multiplayer support (Pc platform)
    1934
    2035= Get the source =
     
    2338
    2439{{{
    25 svn co -r 472 https://www-asim.lip6.fr/svn/mutekh/trunk/mutekh
     40svn co -r 505 https://www-asim.lip6.fr/svn/mutekh/trunk/mutekh
    2641}}}
    2742