Skip to content

jlhieb01/sel4-tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 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

Tutorial Slides

The slides used for the tutorial are available in docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.3%
  • Makefile 29.7%