Changes between Version 15 and Version 16 of WikiStart


Ignore:
Timestamp:
Oct 7, 2009, 6:58:53 PM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    1111
    1212Hexo currently support these platforms:
    13  - [wiki:Arch/Soclib Soclib] platform with Arm, Mips and Ppc multi-processors support
    14  - [wiki:Arch/IbmPc Pc platform] with x86 multi-processors support
    15  - [wiki:Arch/Emu Unix processes] (kernel and application run as standalone unix process)
    16  - [wiki:Arch/Simple Simple platforms] bare CPU with hardware (i.e. microcontrollers)
     13 * [wiki:Arch/Soclib Soclib] platform with Arm, Mips and Ppc multi-processors support
     14 * [wiki:Arch/IbmPc Pc platform] with x86 multi-processors support
     15 * [wiki:Arch/Emu Unix processes] (kernel and application run as standalone unix process)
     16 * [wiki:Arch/Simple Simple platforms] bare CPU with hardware (i.e. microcontrollers)
    1717
    1818Several modules are available:
    19  - Standard C library (libc)
    20  - Native Posix threads Support (libpthread)
    21  - TPC/IP stack networking library (libnetwork)
    22  - File system support library (libvfs) along with file system drivers
    23  - [https://www.soclib.fr/trac/dev/wiki/Tools/Muteks MutekS] (libsrl), static OS for [https://www-asim.lip6.fr/trac/dsx DSX]
    24  - [wiki:Drivers Device drivers for various peripherals]
    25 
    26 The following modules are under developpment:
    27  - Unix kernel implementation library (libunix)
    28 
    29 The following library have been ported:
    30  - [http://www.lua.org/ Lua] scripting library (liblua)
     19 * Native modules
     20  * Standard C library (libc)
     21  * Native Posix threads Support (libpthread)
     22  * TPC/IP stack networking library (libnetwork)
     23  * File system support library (libvfs) along with file system drivers
     24  * [https://www.soclib.fr/trac/dev/wiki/Tools/Muteks MutekS] (libsrl), static OS for [https://www-asim.lip6.fr/trac/dsx DSX]
     25  * [wiki:Drivers Device drivers for various peripherals]
     26 * The following library have been ported:
     27  * [http://www.lua.org/ Lua] scripting library (liblua)
     28 * The following modules are under developpment:
     29  * Unix kernel implementation library (libunix)
    3130
    3231Some successfully ported applications:
    3332 - MJPEG and Theora multi-processor video decoder (Soclib platform)
    3433 - [http://en.wikipedia.org/wiki/Doom_%28video_game%29 Doom] video game with network multiplayer support (Pc and SocLib platforms)
     34
     35= Documentation =
     36
     37 * [wiki:QuickStartSoclib MutekH quick start guide for SoCLib platform]
     38 * Using the BuildSystem
     39
     40 * [attachment:pthread_implem.pdf Posix thread over Hexo implementation overview]
     41 * [attachment:hexo_manual.pdf Manual for Hexo API]
    3542
    3643= Get the source =
     
    4249}}}
    4350
    44 = Documents =
    45 
    46  - [attachment:pthread_implem.pdf Posix thread over Hexo implementation overview]
    47  - [attachment:hexo_manual.pdf Manual for Hexo API]
    48  - [wiki:QuickStartSoclib MutekH quick start guide for SoCLib platform]
    49