Changes between Version 56 and Version 57 of WikiStart
- Timestamp:
- Mar 18, 2010, 1:53:02 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v56 v57 51 51 * C library (libc) 52 52 * Container library (gpct) 53 * [wiki:Drivers Device drivers] for various peripherals 53 54 * Operating system interface libraries 54 55 * Native Posix threads support (libpthread) … … 60 61 * File system support library (libvfs) along with file system drivers (FAT 16/32, ISO9660, RamFS, NFS) 61 62 * ELF binary file format handling library (libelf) 62 * [wiki:Drivers Device drivers] for various peripherals63 * Flattened device tree library (libfdt) 63 64 * Other useful libraries: 64 65 * [http://www.lua.org/ Lua] scripting library (liblua) 65 66 * [http://www.netlib.org/fdlibm/ Fdlibm] standard math library (libm) 66 67 * [http://savannah.nongnu.org/projects/libtermui/ LibTermUI] Ansi terminal driver and getline library (libtermui) 68 * A simple cryptographic library (libcrypto) 67 69 68 70 = Applications =