# sel4 **Repository Path**: miracleeeee/sel4 ## Basic Information - **Project Name**: sel4 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-05 - **Last Updated**: 2024-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # seL4 rust seL4 ### build `cargo make all` ### run `cargo make run` ### dependencies 1. `rustup default nightly` 2. `rustup component add rust-src` 3. `rustup component add llvm-tools-preview` 4. `cargo install --force cargo-make` 5. `cargo install cargo-binutils`