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

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

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