A web-based test harness for RISC-V kernels (and any qemu-wasm guest). Press one button, get the freshest kernel running in a browser with a click-to-trigger scenario library.
Note: the working directory on this development host is still
~/Develop/norn-webfrom the project's earlier name; the workspace, binary, and crates are all namedbootroom. The directory may be renamed at the user's convenience.
cargo build --release
./target/release/bootroom serve --kernel /path/to/Image
# Open http://127.0.0.1:8765
Dual-licensed under MIT OR Apache-2.0. See LICENSE-MIT and LICENSE-APACHE.
Pre-1.0; under active development. See .planning/ROADMAP.md for phase plan
and .planning/PROJECT.md for design goals.