Changes between Version 62 and Version 63 of WikiStart


Ignore:
Timestamp:
Jun 16, 2010, 12:19:33 AM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v62 v63  
    1515 * The Hexo hardware abstraction layer which deals with processor and hardware platform abstraction and is capable of processor heterogeneity.
    1616 * The Mutek kernel which offer various usual kernel base features in a configurable manner.
    17  * Some operating system interface libraries for kernel land or user land applications.
     17 * Some operating system interface libraries for kernelland or userland applications.
    1818 * Some kernel services libraries.
    1919 * Device and file system drivers.
     
    3333Several documents are available to help you start using MutekH. You may also want to [https://www.mutekh.org/wws/subscribe/mutekh-users subscribe] to the mutekh-users list.
    3434
     35 * The [wiki:BuildingExamples] page briefly explains how to get a toolchain and build example applications.
     36
    3537 * 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.
    36  * The [wiki:BuildingExamples] page briefly explains how to build example applications.
    3738 * The [wiki:Arch/Soclib/Tutorial MutekH/SoCLib tutorial] is a step by step guide to write a simple MutekH application for a customizable Soclib multi-processor hardware simulator, intended for mixed software/hardware development.
    3839 * The [wiki:QuickStartSoclib MutekH quick start guide for SoCLib] is a step by step quide to run MutekH over a complex SoCLib hardware simulator capable of processor heterogeneity, intended for kernel software developers.
     
    9899= Getting the source =
    99100
    100 MutekH is being actively developed, no tarball releases are available yet.
    101 
    102 Latest source code can be downloaded from the svn source tree:
     101Latest source code can be fetched from the subversion trunk:
    103102
    104103{{{
     
    109108
    110109 * A mailing list is available for questions, announcements... You may freely [https://www.mutekh.org/wws/subscribe/mutekh-users subscribe here].
    111 
    112 = Developer resources =
    113 
    114  * [http://buildbot.mutekh.org/ Buildbot status]