No description
Find a file
2018-04-10 15:14:33 +10:00
configs autoconf: Update imx7 kernel build configs 2018-02-05 13:54:44 +11:00
include arm/gic: Guard struct gich_vcpu_ctrl_map 2018-04-06 13:44:53 +10:00
libsel4 libsel4/arm: Move VCPU to the common interface 2018-04-06 13:40:47 +10:00
manual Fix trivial comment typos. 2018-03-27 10:51:26 +11:00
src arm/hyp: ksCurThread -> NODE_STATE(ksCurThread) 2018-04-06 13:44:53 +10:00
tools cmake: Use ABSOLUTE instead of REALPATH 2018-04-04 15:51:45 +10:00
.gitignore Add gitignore for parsetab.py 2017-03-01 10:49:37 +11:00
.licenseignore Add CHANGES to license ignore 2017-09-06 14:34:50 +10:00
CAVEATS-generic.txt README.md: Update README for verified platform 2016-06-27 09:41:45 +10:00
CAVEATS-ia32.txt Release snapshot 2014-07-18 05:03:59 +10:00
CHANGES Increase seL4_TCBBits ready for alignment increase 2018-03-23 12:28:54 +11:00
CMakeLists.txt cmake: Correctly disable FPU usage on aarch64 2018-03-23 16:26:05 +11:00
config.cmake x64: SKIM window to mitigate Meltdown (CVE-2017-5754) on x86-64 2018-01-17 16:38:52 +11:00
CONTRIBUTING.md Fix licenses (the rest) 2017-06-22 15:29:12 +10:00
CONTRIBUTORS.md more CONTRIBUTORS 2015-10-14 10:01:39 +11:00
gcc.cmake cmake: Convience argument for arm hardware floating point toolchain 2018-03-23 12:29:33 +11:00
gdb-macros SELFOUR-317: rename async endpoint to notification object, and other 2015-11-09 17:18:43 +11:00
Kconfig x64: SKIM window to mitigate Meltdown (CVE-2017-5754) on x86-64 2018-01-17 16:38:52 +11:00
LICENSE_BSD2.txt Fix licenses (the rest) 2017-06-22 15:29:12 +10:00
LICENSE_GPLv2.txt adjust LICENSE file name to header reference. 2014-07-18 09:24:29 +02:00
Makefile x86: Implement IBRS based Spectre mitigations 2018-02-02 10:23:31 +11:00
README.md SELFOUR-1079: Add link to hosted manual in README 2018-04-10 15:14:33 +10:00
VERSION Update VERSION file to 8.0.0-dev 2018-01-17 15:31:40 +11:00

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:

  • 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.

Manual

A hosted version of the manual for the most recent release 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.

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.