This repository contains the documentation for the seL4 DevKit.
This work is © Crown Copyright NCSC, licensed under a Creative Commons Attribution 4.0 International License.
Quickstart: you can read the documentation here.
The sel4devkit documentation is able to be viewed here using the built in GitHub markdown viewer, but is also designed to be built using the mdbook command line tool.
mdbook can be downloaded from the releases section of its GitHub repository, which can be found here. Installation instructions can be found in the mdbook documentation here.
Once you have installed mdbook, the following instructions can be followed to create a HTML version of the documentation:
- Open a terminal.
- In a suitable location, clone this repository using git.
- From the
seL4-doc
folder within the main repo folder, runmdbook build
. - mdbook will now compile HTML from the markdown within the src folder.
- Once mdbook has finished compiling, a folder called
book
will be created within theseL4-doc
folder, containing the compiled HTML version of the documentation. - Open the
index.html
file contained within thebook
folder using a browser to view the documentation.