1# L4Re Core Components 2 3This package contains the core components for the L4Re operating system. 4It includes the following components: 5 6* sigma0 - the initial memory manager 7* moe - the root task 8* ned - the default init process 9* libc and libstdc++ 10* kernel bindings 11* and more support libraries 12 13# Documentation 14 15This package is part of the L4Re operating system. For documentation and 16build instructions see the 17[L4Re wiki](https://kernkonzept.com/L4Re/guides/l4re). 18 19# Contributions 20 21We welcome contributions. Please see our contributors guide on 22[how to contribute](https://kernkonzept.com/L4Re/contributing/l4re). 23 24# License 25 26Detailed licensing information can be found in the [LICENSE](LICENSE.spdx) 27file. 28