commit | 7dfe5a65892d5d92ff1b6ff75025775e28833dd4 | [log] [tgz] |
---|---|---|
author | Austin Appleby <aappleby@google.com> | Mon Jun 07 19:35:53 2021 -0700 |
committer | Austin Appleby <aappleby@google.com> | Fri Jun 18 14:28:54 2021 -0700 |
tree | 12034461ced93678ffb64f6fe9bff83f064c9dee | |
parent | 2fbbd3c160b46b51d1413c9f91da5bcdf0f7e6bd [diff] |
Changes to remove BBL & Elfloader from our startup path. Add "preboot.c", which handles the system initialization that was previously handled by BBL & Elfloader. Add "machine_isr.c" which contains the current (trivial, incomplete) machine ISR/trap handler. Add "machine_uart.c" which contains the minimal amount of code to printf() from machine mode. Tweak head.S and init_kernel to compensate for changes to boot process. Change-Id: I4a6ef1e6535951fa9d831f04ae717f1bbcfda3f7
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:
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.
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
include
and src
: C and ASM source code of seL4tools
: build toolslibsel4
: C bindings for the seL4 ABImanual
: LaTeX sources of the seL4 reference manualSee the seL4 website for build instructions.
A list of releases and current project status can be found under seL4 releases.