A generic standalone EFI stub for DragonOS kernel, which based on the Linux EFI stub.
|
hace 1 día | |
---|---|---|
.vscode | hace 1 año | |
apps | hace 1 día | |
docs | hace 1 año | |
gnuefi | hace 1 año | |
inc | hace 1 día | |
lib | hace 1 día | |
tools | hace 1 año | |
.clang-format | hace 1 año | |
.gitignore | hace 1 año | |
ChangeLog | hace 10 años | |
LICENSE | hace 1 año | |
Make.defaults | hace 1 día | |
Make.rules | hace 1 año | |
Makefile | hace 1 día | |
README.md | hace 1 año | |
env.mk | hace 1 año |
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.