Changes between Version 56 and Version 57 of WikiStart


Ignore:
Timestamp:
Mar 18, 2010, 1:53:02 AM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v56 v57  
    5151  * C library (libc)
    5252  * Container library (gpct)
     53 * [wiki:Drivers Device drivers] for various peripherals
    5354 * Operating system interface libraries
    5455  * Native Posix threads support (libpthread)
     
    6061  * File system support library (libvfs) along with file system drivers (FAT 16/32, ISO9660, RamFS, NFS)
    6162  * ELF binary file format handling library (libelf)
    62   * [wiki:Drivers Device drivers] for various peripherals
     63  * Flattened device tree library (libfdt)
    6364 * Other useful libraries:
    6465  * [http://www.lua.org/ Lua] scripting library (liblua)
    6566  * [http://www.netlib.org/fdlibm/ Fdlibm] standard math library (libm)
    6667  * [http://savannah.nongnu.org/projects/libtermui/ LibTermUI] Ansi terminal driver and getline library (libtermui)
     68  * A simple cryptographic library (libcrypto)
    6769
    6870= Applications =