https://github.com/embeddedos/uefi-bootloader
A simple UEFI OS loader to load a kernel.
https://github.com/embeddedos/uefi-bootloader
bootloader kernel uefi-application uefi-boot x86-64
Last synced: 11 months ago
JSON representation
A simple UEFI OS loader to load a kernel.
- Host: GitHub
- URL: https://github.com/embeddedos/uefi-bootloader
- Owner: EmbeddedOS
- Created: 2024-08-30T15:22:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T15:55:49.000Z (over 1 year ago)
- Last Synced: 2024-09-15T06:16:49.047Z (over 1 year ago)
- Topics: bootloader, kernel, uefi-application, uefi-boot, x86-64
- Language: C
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uefi-bootloader
A simple UEFI OS loader to load a kernel.
Build the GNU-EFI:
```bash
git submodule update -init
make lib
```
Build applications:
```bash
make app
```
Build final image:
```bash
make image
```
## Emulate with qemu
```bash
make image && ./qemu.sh
```
## UEFI specification
[UEFI spec](https://uefi.org/specs/UEFI/2.10/)