There’s another new Github project related to UEFI, this one is a turorial using UEFI undre VirtualBox. Most use of virtualized UEFI occurs under QEMU, but VirtualBox also supports UEFI’s OVMF (Open Virtual Machine Firmware) format, so it is nice to see more documentation on using UEFI with VirtualBox, not only QEMU.
Tutorial on making UEFI with CMake and VirtualBox
UEFI Bare Bone Exercise
by Emanuele Ruffaldi using CMake,mxe and VirtualBox/Qemu
Related instructiosn from OSDEV: http://wiki.osdev.org/UEFI_Bare_Bones Other related project (Make+QEmu): – https://github.com/tqh/efi-example – http://www.rodsbooks.com/efi-programming/hello.html
Requirements:
* GCC Cross Compiler x86_64-w64-mingw32. MXE is fine
* MTools
* GNU-efi
[…]