A generic standalone EFI stub for DragonOS kernel, which based on the Linux EFI stub.
LoGin 8515606674 重新启用vamap (#16) | hace 10 meses | |
---|---|---|
.vscode | hace 11 meses | |
apps | hace 10 meses | |
docs | hace 11 meses | |
gnuefi | hace 1 año | |
inc | hace 10 meses | |
lib | hace 11 meses | |
tools | hace 11 meses | |
.clang-format | hace 11 meses | |
.gitignore | hace 11 meses | |
ChangeLog | hace 9 años | |
LICENSE | hace 11 meses | |
Make.defaults | hace 11 meses | |
Make.rules | hace 1 año | |
Makefile | hace 11 meses | |
README.md | hace 11 meses | |
env.mk | hace 11 meses |
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.