Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 382 Bytes

Hello World bootloader for Qemu with OVMF / POSIX UEFI

Dependencies

  1. mtools
  2. mkgpt
  3. qemu

Use

Make bash scripts executable: chmod +x build.sh hdcreate.sh
Build UEFI Hello World program: ./build.sh
Create bootable hd for qemu: ./hdcreate.sh
Run example: qemu-system-x86_64 -L ./ -pflash ovmf/OVMF.fd -hda build/hdimage.bin -net none -nographic