Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/allenvox/hello-world-boot
- Owner: allenvox
- Created: 2023-10-12T06:14:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T01:48:39.000Z (about 1 year ago)
- Last Synced: 2023-10-13T02:31:19.121Z (about 1 year ago)
- Topics: bios, boot, bootloader, os, ovmf, posix, posix-uefi, uefi
- Language: C
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`