# helloworld-manifest **Repository Path**: openEuler-sel4/helloworld-manifest ## Basic Information - **Project Name**: helloworld-manifest - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sel4runtime-demo This a hello-world project manifest base on seL4 runtime. ## environment prepare // TODO ## Configuration and build ```shell repo init -u https://gitee.com/openEuler-sel4/helloworld-manifest repo sync mkdir build-hello && cd build-hello ../init-build.sh -DPLATFORM=qemu-arm-virt -DSIMULATION=TRUE ninja -j8 ``` ## Run with Qemu You can run by running a generated simulate script: ```shell ./simulate # quit with Ctrl-A X ```