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

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

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