Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allenvox/hello-world-boot

Basic OS-bootloader for OVMF UEFI
https://github.com/allenvox/hello-world-boot

bios boot bootloader os ovmf posix posix-uefi uefi

Last synced: about 1 month ago
JSON representation

Basic OS-bootloader for OVMF UEFI

Awesome Lists containing this project

README

        

# 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`