tree: e0c0449960aee15a30343de85c4023c995d52af4 [path history] [tgz]
  1. components/
  2. CMakeLists.txt
  3. README.md
  4. rumprun_rust.camkes
apps/rumprun_rust/README.md

Rumpkernel running a simple rust application

This application demonstrates a simple rust hello world program that runs in a rumprun unikernel instance on CAmkES on seL4. Second rumpkernel runs a simpe hello app.

Prerequisities

  • Install Rust using Rustup: curl https://sh.rustup.rs -sSf | sh
  • Setup rust:
rustup update nightly
rustup target add x86_64-rumprun-netbsd
rustup override set nightly