UEFI: Difference between revisions

327 bytes removed ,  2 years ago
Bochs does not support UEFI
[unchecked revision][unchecked revision]
(EDK2 works with LLVM, a couple of other changes)
(Bochs does not support UEFI)
Line 67:
 
====Emulation====
[[Bochs]] ships with a default open-source legacy BIOS. Additionally, [[SeaBIOS]], a popular open-source legacy BIOS, has been ported to both the Bochs and [[QEMU]] emulated machines. Both of these BIOSs implement most of the legacy BIOS features you would expect. However, they vary quite significantly in operation from commercial legacy BIOSs on real machines.
 
[[OVMF]], a popular open source UEFI firmware, has been ported to the QEMU (but not Bochs) emulated machine. Because it implements the UEFI specification, it behaves very similarly to commercial UEFI firmware on real machines. (OVMF itself is built with TianoCore, and its source ship with is as well, but pre-built images are available.)
 
===Legacy bootloader or UEFI application?===
Anonymous user