Changes between Initial Version and Version 1 of Tools/Mutekh


Ignore:
Timestamp:
Feb 25, 2008, 7:10:01 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Mutekh

    v1 v1  
     1= MutekH   =
     2
     3== General presentation ==
     4
     5MutekH is a portable operating system optimised for heterogeneous MPSoC architectures.
     6MutekH is a set of libraries build on top of the Hexo exo-kernel. This exo-kernel defines the Hardware Abstraction Layer, providing both portability and support for heterogeneity.
     7
     8Hexo has been ported  currently several hardware platforms
     9 * MIPS processor based MPSoCs architectures modeled with !SoCLib
     10 * PPC processor based MPSoC architectures modeled with SoCLib
     11 * PC plalforms using multi-cores x86 processors
     12
     13The libraries currently available are :
     14 * Native Posix Threads (libpthread)
     15 * Standard C library (libc) 
     16 * TCP/IP protocol stack (libnetwork)
     17
     18Other libraries are under development:
     19 * File system support (libvfs) along with file system drivers
     20 * Unix kernel API (libunix)
     21
     22== More Information ==
     23
     24You can obtain more detailed information, and download the code [https://www-asim.lip6.fr/trac/mutekh here]