A generic standalone EFI stub for DragonOS kernel, which based on the Linux EFI stub.

LoGin f412fd2a1a 命令行参数解析 (#3) пре 1 година
.vscode f412fd2a1a 命令行参数解析 (#3) пре 1 година
apps f412fd2a1a 命令行参数解析 (#3) пре 1 година
docs f1de0317e1 move gnuefi's README files to `docs/` (#2) пре 1 година
gnuefi cd78649395 ARM32: Only use 4K pages пре 1 година
inc f412fd2a1a 命令行参数解析 (#3) пре 1 година
lib f412fd2a1a 命令行参数解析 (#3) пре 1 година
tools 5c0de15d43 dragon stub helloworld (#1) пре 1 година
.clang-format f412fd2a1a 命令行参数解析 (#3) пре 1 година
.gitignore 5c0de15d43 dragon stub helloworld (#1) пре 1 година
ChangeLog aac405cc66 Updated Changelog пре 10 година
LICENSE 5c0de15d43 dragon stub helloworld (#1) пре 1 година
Make.defaults f412fd2a1a 命令行参数解析 (#3) пре 1 година
Make.rules 50b27a854c ARM32: fix image пре 1 година
Makefile f412fd2a1a 命令行参数解析 (#3) пре 1 година
README.md 5c0de15d43 dragon stub helloworld (#1) пре 1 година
env.mk 5c0de15d43 dragon stub helloworld (#1) пре 1 година

README.md

DragonStub

A generic standalone EFI stub for DragonOS kernel, which based on the Linux EFI stub.

Requirements

To build the stub, you need to have the following packages installed:

sudo apt install -y gcc-riscv64-linux-gnu

Building

ARCH=riscv64 make -j $(nproc)

Run

make run

Maintainer

License

DragonStub is licensed under the GPLv2 License. See LICENSE for details.

References

  • GNU-EFI: DragonStub built with gnu-efi
  • Linux-EFIStub: In Linux kernel source tree: firmware/efi/libstub