Skip to content

agacek/sel4-tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sel4-tutorials

Various tutorials for using seL4, its libraries, and tools.

Prerequisites

Download the prerequisites for building and running the tutorial code following the instructions.

Virtual Machine Image

You can also download a VirtualBox virtual machine appliance(md5) (2.6GB, based on Lubuntu 15.04 and using VirtualBox 5.0.0) with all the prerequisites installed.

Tutorial Code

The tutorial exercises are available in apps. This directory contains partially completed code and comments on how to complete it. Sample solutions are available in solutions.

To get a copy of the seL4 API and library exercise code and all libraries and tools needed to build and run it do the following:

    mkdir sel4-tutorials
    cd sel4-tutorials
    repo init -u http://github.com/sel4-projects/sel4-tutorials-manifest
    repo sync -m sel4-tutorials.xml

To get a copy of the CAmkES exercise code and all libraries and tools needed to build and run it do the following:

    mkdir camkes-tutorials
    cd camkes-tutorials
    repo init -u http://github.com/sel4-projects/sel4-tutorials-manifest
    repo sync -m camkes-tutorials.xml

Documentation

Tutorial Slides

The slides used for the tutorial are available in docs.

seL4 Manual

The seL4 manual lives in the kernel source in the manual directory. To generate a PDF go into that directory and type make. You will need to have LaTeX installed to build it. We've also included a pre-generated PDF version in `docs/manual.pdf'

CAmkES Documentation

CAmkES documentation lives in the camkes-tool repository in docs/index.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.0%
  • Makefile 27.1%
  • Shell 0.9%