# sel4bench-manifest **Repository Path**: nextOS/sel4bench-manifest ## Basic Information - **Project Name**: sel4bench-manifest - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-31 - **Last Updated**: 2025-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sel4bench-manifest Manifest of the `seL4bench` project, which contains a set of microbenchmarks for seL4. # Getting the project Use the `repo` tool as described on [the seL4 docsite][repo]. mkdir sel4bench cd sel4bench repo init -u https://github.com/seL4/sel4bench-manifest.git repo sync mkdir build cd build ../init-build.sh -DPLATFORM=sabre -DHARDWARE=TRUE -DAARCH32=TRUE -DRELEASE=TRUE -DFAULT=TRUE -DFASTPATH=TRUE ninja [repo]: https://docs.sel4.systems/projects/buildsystem/host-dependencies.html#get-googles-repo-tool