Changes between Version 5 and Version 6 of Tools/Muteks


Ignore:
Timestamp:
Feb 27, 2008, 12:41:37 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Muteks

    v5 v6  
    33== General presentation ==
    44
    5 MutekS is a static version of the [wiki:Tools/Mutekh MutekH] OS. As MutekH, MutekS is build on top
    6 of the Hexo Hardware Abstraction Layer, for portability. Therefore, it supports the same processor architectures than MutekH.
    7 
    8 MutekS has ben designed as an optimised version
    9 of MutekH for the [https://www-asim.lip6.fr/trac/dsx DSX]  hardware/software codesign tool : In most embedded, multi-threaded applications, the number of tasks and the communication scheme can be statically defined, and the POSIX dynamicity is not used. A static implementation reduces the memory footprint, and improves the performances.
     5MutekS is part of of the [wiki:Tools/Mutekh MutekH] project.
     6MutekS is a minimal static OS  optimised for the [https://www-asim.lip6.fr/trac/dsx DSX]  hardware/software codesign tool : In most embedded, multi-threaded applications, the number of tasks and the communication scheme can be statically defined, and the POSIX threads dynamicity is not used. A static implementation reduces the memory footprint, and improves the performances.
    107
    118MutekS implements directly the SRL (System Ressource Layer) API, used by DSX, at  the cost of loosing
    12 the POSIX compatibility.
     9the POSIX threads compatibility. MutekS is implemented as a library on top
     10of the Hexo Hardware Abstraction Layer and supports all processor architectures supported by Hexo.
    1311
    1412== More Information ==
    1513
    16 Mutek/S is part of the Mutek/H project.
    17 You can obtain more detailed information, and download the code on [https://www-asim.lip6.fr/trac/mutekh the dedicated site]
     14Mutek/S is distributed with the Mutek/H project.
     15You can obtain more detailed information, and download the code on [https://www-asim.lip6.fr/trac/mutekh/wiki/MutekS the dedicated site]