Formally verified microkernel: Will it replace Linux on GNU systems? (mirror)

Axel Heider a58480425c make SMP conditional check more general 3 weeks ago
.github 4d7cde075b CI: cancel older concurrent PR runs 2 weeks ago
.reuse 892a517633 dep5 file for additional license information 4 years ago
LICENSES 34f0666806 manual: apply foundation branding 2 years ago
configs b59fa0ed20 riscv: use MAX_IRQ instead of PLIC_MAX_NUM_INT 4 months ago
include a58480425c make SMP conditional check more general 4 days ago
libsel4 a58480425c make SMP conditional check more general 4 days ago
manual f6656e2c78 Add a glossary to the manual 3 weeks ago
src a58480425c make SMP conditional check more general 4 days ago
tools f461e0fa17 cmake: remove obsolete variable 5 days ago
.cmake-format.yaml 72f50774ec style: fix cmake formatting spec 1 month ago
.gitignore f6656e2c78 Add a glossary to the manual 3 weeks ago
CAVEATS-generic.md 646bf87cc8 CAVEATS-generic: ASID caveat applies all arches 2 years ago
CAVEATS-ia32.md c6bcf9e453 converted CAVEAT file content into .md 4 years ago
CHANGES 5bce5c0c1e ARM: Allow VMPIDR_EL2 reg to be set on unicore 1 month ago
CMakeLists.txt 7d3353332a cmake: install object API files under better names 2 months ago
CODE_OF_CONDUCT.md 876ef36085 add link to code of conduct 4 years ago
CONTRIBUTING.md f8e7884827 contributing: link to TSC 4 years ago
CONTRIBUTORS.md bbfd38455e update CONTRIBUTORS.md from repo 4 years ago
FindseL4.cmake 79da079239 Convert license tags to SPDX identifiers 4 years ago
LICENSE.md e3c2dbb26b docs: add link explaining license implications 2 years ago
README.md e3c2dbb26b docs: add link explaining license implications 2 years ago
SECURITY.md 8afebb55a0 meta: add vulnerability disclosure policy (#424) 2 years ago
VERSION eed10507ce Update VERSION file to 12.1.0-dev 2 years ago
config.cmake daf0afad71 trivial/cmake: fix typo in description 1 week ago
gcc.cmake 9ec543ce5a cmake: propagate CROSS_COMPILER_PREFIX 2 months ago
gdb-macros 466013b0c3 Update GDB macros 1 year ago
llvm.cmake 8035f1a7c4 llvm.cmake: remove additional compiler options 2 years ago

README.md

The seL4 microkernel

CII Best Practices CI seL4Test C Parser Compile Proof Sync RefMan XML

This project 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:

  • DOI

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.

seL4 Basics

Community

See the contact links on the seL4 website for the full list.

Reporting security vulnerabilities

If you believe you have found a security vulnerability in seL4 or related software, we ask you to follow our vulnerability disclosure policy.

Manual

A hosted version of the manual for the most recent release can be found here.

A web version of the API can be found here

Repository Overview

  • include and src: C and ASM source code of seL4
  • tools: build tools
  • libsel4: C bindings for the seL4 ABI
  • manual: LaTeX sources of the seL4 reference manual

Build Instructions

See the seL4 website for build instructions.

Status

A list of releases and current project status can be found under seL4 releases.

License

See the file LICENSE.md.