A generic standalone EFI stub for DragonOS kernel, which based on the Linux EFI stub.
|  | hace 7 meses | |
|---|---|---|
| .vscode | hace 1 año | |
| apps | hace 7 meses | |
| docs | hace 1 año | |
| gnuefi | hace 1 año | |
| inc | hace 7 meses | |
| lib | hace 7 meses | |
| 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 7 meses | |
| Make.rules | hace 2 años | |
| Makefile | hace 7 meses | |
| 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.