UEFI App Bare Bones: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
No edit summary
Line 132:
 
=== Creating and running the CD image ===
The iso image is a standard ISO9660 image which contains our FAT image as a file. A special El Torito option (-e) then points EFI aware systems to this image to be loaded. You can either burn the CD image to a CD and run it in a UEFI machine, or run it in QEMU:
<source lang="bash">mkdir iso
cp fat.img iso