-
Notifications
You must be signed in to change notification settings - Fork 1
hvisor UEFI image packer
License
syswonder/hvisor_uefi_packer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
hvisor UEFI Image Packer ======================== currently support for aarch64 and loongarch64 hvisor UEFI loader compilation build instruction: ------------------------------------------- make menuconfig ARCH=aarch64 BOARD=qemu-gicv3 ./make_image ------------------------------------------- the ARCH and BOARD will also be used to build hvisor in make_image since we also need to cross compile the gnu-efi, use ./make_image will done everything automatically you can also just run `make` to build but please notice the environment variables and the gnu-efi cross compile static library wheatfox <[email protected]> 2025
About
hvisor UEFI image packer