A stage2 UEFI bootloader of DragonOS.
LoGin 1971aeeee1 relocate the DragonBoot (#3) | 1 year ago | |
---|---|---|
.cargo | 1 year ago | |
.github | 1 year ago | |
.vscode | 1 year ago | |
build-scripts | 1 year ago | |
src | 1 year ago | |
tools | 1 year ago | |
.gitignore | 1 year ago | |
Cargo.toml | 1 year ago | |
LICENSE | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
build.rs | 1 year ago | |
rust-toolchain.toml | 1 year ago |
A stage2 UEFI bootloader of DragonOS in pure Rust.
由于目前Risc-V上,许多操作系统都是要把DTB编译进内核,导致操作系统无法作为一个与开发板无关的二进制文件进行传播,因此DragonBoot的目标是,作为一个第二阶段的引导加载程序,加载DragonOS内核,并把uboot传来的平坦设备树传递给内核。
DragonBoot is licensed under the GPLv2 License. See LICENSE for details.