• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..20-Aug-2023-

crtn/16-Nov-2021-

cxx/16-Nov-2021-

cxx_libc_io/16-Nov-2021-

l4re/16-Nov-2021-

l4re_c/16-Nov-2021-

l4re_kernel/16-Nov-2021-

l4re_vfs/16-Nov-2021-

l4sys/16-Nov-2021-

l4util/16-Nov-2021-

ldscripts/16-Nov-2021-

ldso/16-Nov-2021-

libc_backends/16-Nov-2021-

libgcc/16-Nov-2021-

libgcc-pure/16-Nov-2021-

libkproxy/16-Nov-2021-

libloader/16-Nov-2021-

libsigma0/16-Nov-2021-

libstdc++-headers/16-Nov-2021-

libstdc++-v3/16-Nov-2021-

libstdc++-v3-minimal/16-Nov-2021-

libsupc++/16-Nov-2021-

libsupc++-minimal/16-Nov-2021-

lua/16-Nov-2021-

moe/16-Nov-2021-

ned/16-Nov-2021-

prj-config/aliases.d/16-Nov-2021-

sigma0/16-Nov-2021-

uclibc/16-Nov-2021-

uclibc-headers/16-Nov-2021-

uclibc-minimal/16-Nov-2021-

COPYING A D16-Nov-202117.6 KiB340281

LICENSE.spdx A D16-Nov-202116.6 KiB441395

Makefile A D16-Nov-202147 42

README.md A D16-Nov-2021713 2819

README.md

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