Skip to content

Demonstrates the use of the seL4 crates to construct a simple system

Notifications You must be signed in to change notification settings

rel4team/rust-root-task-demo-mi-dev

 
 

Repository files navigation

Simple root task demo for the seL4 crates

This repository demonstrates the use of the seL4 crates to construct a simple system.

See comments in the files in this repository, especially ./Makefile, for documentation.

Quick start

The only requirements for getting started are Git, Make, and Docker.

First, clone this respository:

git clone https://github.com/seL4/rust-root-task-demo.git
cd rust-root-task-demo

Next, build, run, and enter a Docker container for development:

make -C docker/ run && make -C docker/ exec

Finally, inside the container, build and emulate a simple seL4-based system with a root task written in Rust:

make run

If you want to run on rel4:

make OS=rel4 run

Clear the build folder if you not run the specific kernel successfully.

About

Demonstrates the use of the seL4 crates to construct a simple system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 43.1%
  • Makefile 35.0%
  • Rust 15.4%
  • Python 4.0%
  • CMake 2.5%