No description
Find a file
G. Branden Robinson 49295a7b02 manual: improve discussion of Recv and Wait
...and other tweaks.

* Clarify the synonymy of Receive and Wait on non-MCS systems.

* Note that Receive takes a reply object on MCS systems, and not on
non-MCS systems.  Also note redundancy of Wait on non-MCS systems.

* Use the full English word "Receive" when the discussion is at the
conceptual level.  It still gets abbreviated in C context, where it also
receives the "seL4_" prefix.

* Try a little harder to explain what's the same and what's different
about a non-MCS "reply capability" and an MCS capability to a reply
object.

* Explain what MCS stands for at the beginning of the chapter.  In the
manual's current organisation, this precedes by a few paragraphs the
term's first occurrence.

* Recast language about things being "on the MCS kernel" in favour of
describing "MCS" and "non-MCS" _configurations_ of the kernel.  (We do
not refer to the "master" kernel in the manual--thankfully.)

* Correct doubled word "to to".

* Italicise "reply capability" to better distinguish it from the
(already italicised) "reply object".

* Add a TODO comment about hyphenation grief.
2020-01-10 16:52:05 +11:00
configs cmake: add helper functions 2019-11-16 16:31:00 +01:00
include Revert "Cache FPU enable state on all platforms" 2019-12-19 17:18:35 +11:00
libsel4 trivial: arm: Improve object method docs 2020-01-06 16:14:02 +11:00
manual manual: improve discussion of Recv and Wait 2020-01-10 16:52:05 +11:00
src Revert "Cache FPU enable state on all platforms" 2019-12-19 17:18:35 +11:00
tools RISCV: Added stdout-path to hifive dts 2019-12-23 12:18:34 -05:00
.cmake-format.yaml mcs: provide tickless api for arm timers 2019-08-22 11:22:34 +10:00
.gitignore git: Remove invocation.h files from .gitignore 2018-05-21 10:38:36 +10:00
.licenseignore RISCV: Remove hartid and DTB parsing from the boot code. 2019-03-19 13:39:36 +11:00
CAVEATS-generic.txt Fix typo: preemptible, not preemptable. 2018-04-25 13:46:01 +07:00
CAVEATS-ia32.txt Release snapshot 2014-07-18 05:03:59 +10:00
CHANGES CHANGES: improve introduction 2019-11-29 17:01:59 +11:00
CMakeLists.txt mcs: scheduling context donation over ipc 2019-08-22 11:22:37 +10:00
config.cmake Create device untypeds at boot for all arches 2019-11-12 16:20:07 +11:00
CONTRIBUTING.md CONTRIBUTING: use new docsite url 2018-04-20 10:24:48 +10:00
CONTRIBUTORS.md more CONTRIBUTORS 2015-10-14 10:01:39 +11:00
FindseL4.cmake CMake: Add FindseL4.cmake module 2019-09-13 18:42:42 +10:00
gcc.cmake Fix style complaints in gcc.cmake 2019-12-06 09:44:57 +11:00
gdb-macros SELFOUR-317: rename async endpoint to notification object, and other 2015-11-09 17:18:43 +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
llvm.cmake Add initial LLVM toolchain support 2019-03-18 14:11:07 +11:00
README.md README: fix build instructions link 2018-04-12 16:25:52 +10:00
VERSION Update VERSION file to 11.0.0-dev 2019-11-20 18:17:11 +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.