A generic standalone EFI stub for DragonOS kernel, which based on the Linux EFI stub.
LoGin 8515606674 重新启用vamap (#16) | пре 10 месеци | |
---|---|---|
.vscode | пре 11 месеци | |
apps | пре 10 месеци | |
docs | пре 11 месеци | |
gnuefi | пре 1 година | |
inc | пре 10 месеци | |
lib | пре 11 месеци | |
tools | пре 11 месеци | |
.clang-format | пре 11 месеци | |
.gitignore | пре 11 месеци | |
ChangeLog | пре 9 година | |
LICENSE | пре 11 месеци | |
Make.defaults | пре 11 месеци | |
Make.rules | пре 1 година | |
Makefile | пре 11 месеци | |
README.md | пре 11 месеци | |
env.mk | пре 11 месеци |
A generic standalone EFI stub for DragonOS kernel, which based on the Linux EFI stub.
To build the stub, you need to have the following packages installed:
sudo apt install -y gcc-riscv64-linux-gnu
ARCH=riscv64 make -j $(nproc)
build with payload:
ARCH=riscv64 PAYLOAD_ELF=path/to/payload.elf make -j $(nproc)
Dry run:
ARCH=riscv64 make run
Run with payload:
ARCH=riscv64 PAYLOAD_ELF=path/to/payload.elf make run
DragonStub is licensed under the GPLv2 License. See LICENSE for details.