History log of /
DragonBoot
/
build-scripts
/ (Results
1 – 1
of
1
)
Home
History
Annotate
current directory
Revision
Date
Author
Comments
(<<< Hide modified files)
(Show modified files >>>)
0ec3a34a
26-Nov-2023
LoGin <longjin@DragonOS.org>
成功在riscv上启动efi并且能够输出 (#2)
* 成功在riscv上启动efi并且能够输出
* fmt
* update readme
* update github workflow
/DragonBoot/.cargo/config
/DragonBoot/.github/workflows/cache-toolchain.yml
/DragonBoot/.github/workflows/riscv64-build.yml
/DragonBoot/.github/workflows/rustfmt.yml
/DragonBoot/.gitignore
/DragonBoot/.vscode/settings.json
/DragonBoot/Cargo.toml
/DragonBoot/LICENSE
/DragonBoot/Makefile
/DragonBoot/README.md
Cargo.toml
dragon_boot_build/Cargo.toml
dragon_boot_build/src/cfiles/arch/mod.rs
dragon_boot_build/src/cfiles/arch/riscv64.rs
dragon_boot_build/src/cfiles/mod.rs
dragon_boot_build/src/constant/mod.rs
dragon_boot_build/src/lib.rs
dragon_boot_build/src/utils/cargo_handler.rs
dragon_boot_build/src/utils/ld_scripts.rs
dragon_boot_build/src/utils/mod.rs
/DragonBoot/build.rs
/DragonBoot/rust-toolchain.toml
/DragonBoot/src/arch/mod.rs
/DragonBoot/src/arch/riscv64/crt0-efi-riscv64.S
/DragonBoot/src/arch/riscv64/link.ld
/DragonBoot/src/arch/riscv64/mod.rs
/DragonBoot/src/lib.rs
/DragonBoot/src/main.rs
/DragonBoot/tools/.gitignore
/DragonBoot/tools/run-qemu.sh