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

seL4/rust-root-task-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc93849 · Sep 19, 2024

History

46 Commits
Sep 19, 2024
Sep 19, 2024
Apr 21, 2024
Nov 7, 2023
Nov 7, 2023
Apr 21, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Nov 7, 2023
Sep 19, 2024
Nov 7, 2023
Sep 19, 2024
Nov 7, 2023

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

About

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

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published