Bez popisu

guttatus 739419f535 fix(test-kernel): Fixed incorrect environment variable settings when compiling with `cargo make test-kernel-itb` před 4 měsíci
docs b9d7f2ca2c docs: fix typo před 5 měsíci
prototyper 356e8ba9eb feat: Improve code quality and enhance safety features před 4 měsíci
supervisor f64f5e857b feat: compile supervisor level bootloader před 6 měsíci
test-kernel 9f5523a0a2 fix(test-kernel): Fixed compilation errors caused by compiler version upgrade před 6 měsíci
.gitignore 0f815d2c71 fix(prototyper): Nemu's device tree doesn't have `riscv,isa-extensions` field, so it is not parsed před 5 měsíci
Cargo.lock c9626244aa feat(prototyper): add xilinx uartlite driver před 5 měsíci
Cargo.toml 2868e7338d fix: modified Cargo.toml to fix the missing comma před 6 měsíci
LICENSE-MIT fc3347e4a1 lib: project basic structure před 11 měsíci
LICENSE-MULAN fc3347e4a1 lib: project basic structure před 11 měsíci
Makefile.toml 739419f535 fix(test-kernel): Fixed incorrect environment variable settings when compiling with `cargo make test-kernel-itb` před 4 měsíci
README.md fc3347e4a1 lib: project basic structure před 11 měsíci
rust-toolchain.toml 292165d872 refactor(prototyper): Decoupling device drivers from SBI implementation před 6 měsíci

README.md

RustSBI Prototyper

RustSBI Prototyper is a developing RISC-V Secure Bootloader solution. It can be integrated with the Rust or C language ecosystem to form a complete RISC-V bootloader ecosystem.

License

This project is dual-licensed under MIT or Mulan-PSL v2. See LICENSE-MIT and LICENSE-MULAN for details.