mirror of
https://github.com/seL4/seL4.git
synced 2026-04-09 08:49:54 +00:00
aa3fc06c79e946a4f801f1c47e269ac2bb1e28dc
Previously if a variable had unmet dependencies and had been hidden, by being made an internal variable, it would not have been unhidden by the use of `option`. This emulates the behaviour of `option` that we were wanting, but additionally using `FORCE` to override the `INTERNAL` setting
The seL4 Repository
This repository contains the source code of seL4 microkernel.
For details about the seL4 microkernel, including details about its formal
correctness proof, please see the sel4.systems website and associated
FAQ.
DOIs for citing recent releases of this repository:
We welcome contributions to seL4. Please see the website for information on how to contribute.
This repository is usually not used in isolation, but as part of the build system in a larger project.
Repository Overview
includeandsrc: C and ASM source code of seL4tools: build toolslibsel4: C bindings for the seL4 ABImanual: LaTeX sources of the seL4 reference manual
Build Instructions
See the seL4 website for build instructions.
License
The files in this repository are released under standard open source licenses.
Please see the individual file headers and LICENSE_GPLv2.txt and
LICENSE_BSD2.txt files for details.
Description
Languages
C
72.7%
Python
9.5%
CMake
6.1%
TeX
5.9%
Assembly
2.7%
Other
3.1%
