A stage2 UEFI bootloader of DragonOS.
LoGin 1971aeeee1 relocate the DragonBoot (#3) | il y a 1 an | |
---|---|---|
.cargo | il y a 1 an | |
.github | il y a 1 an | |
.vscode | il y a 1 an | |
build-scripts | il y a 1 an | |
src | il y a 1 an | |
tools | il y a 1 an | |
.gitignore | il y a 1 an | |
Cargo.toml | il y a 1 an | |
LICENSE | il y a 1 an | |
Makefile | il y a 1 an | |
README.md | il y a 1 an | |
build.rs | il y a 1 an | |
rust-toolchain.toml | il y a 1 an |
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.