L4Re - Overview
The L4 Runtime Environment forms the foundation for application development and interaction on the Fiasco.OC microkernel. It consists of basic services such as program loading and memory management. L4Re also provides the environment for applications, including libraries and process local functionality.
Libraries and process local functionality:- C library
- pthreads
- libstdc++, fully features STL
- Shared libraries
- Virtual file-system infrastructure
- C and C++ environment
- libsdl
- Infrastructure for Client/Server programming
- Scriptable program launching
- Input/Output drivers
- Platform and device management, including ACPI and PCI
- Device Driver Environment
- GUI multiplexer
For more information, please refer to the L4Re documentation.