Changes between Version 20 and Version 21 of WikiStart
- Timestamp:
- Oct 8, 2009, 6:49:11 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v20 v21 11 11 12 12 Hexo currently support these platforms: 13 * [wiki:Arch/Soclib Soclib] platform with Arm, Mips and Ppc multi -processorssupport14 * [wiki:Arch/IbmPc Pc platform] with x86 multi -processorssupport13 * [wiki:Arch/Soclib Soclib] platform with Arm, Mips and Ppc multiprocessor support 14 * [wiki:Arch/IbmPc Pc platform] with x86 multiprocessor support 15 15 * [wiki:Arch/Emu Unix processes] (kernel and application run as standalone unix process) 16 16 * [wiki:Arch/Simple Simple platforms] bare CPU with hardware (i.e. microcontrollers) … … 21 21 * Native Posix threads Support (libpthread) 22 22 * TPC/IP stack networking library (libnetwork) 23 * File system support library (libvfs) along with file system drivers 23 * File system support library (libvfs) along with file system drivers (FAT, NFS) 24 24 * [https://www.soclib.fr/trac/dev/wiki/Tools/Muteks MutekS] (libsrl), static OS for [https://www-asim.lip6.fr/trac/dsx DSX] 25 25 * [wiki:Drivers Device drivers for various peripherals] … … 30 30 31 31 Some successfully ported applications: 32 -MJPEG and Theora multi-processor video decoder (Soclib platform)33 -[http://en.wikipedia.org/wiki/Doom_%28video_game%29 Doom] video game with network multiplayer support (Pc and SocLib platforms)32 * MJPEG and Theora multi-processor video decoder (Soclib platform) 33 * [http://en.wikipedia.org/wiki/Doom_%28video_game%29 Doom] video game with network multiplayer support (Pc and SocLib platforms) 34 34 35 35 = Documentation =