https://github.com/neri/uefi-tiny
Challenge for minimal UEFI apps
https://github.com/neri/uefi-tiny
uefi
Last synced: about 2 months ago
JSON representation
Challenge for minimal UEFI apps
- Host: GitHub
- URL: https://github.com/neri/uefi-tiny
- Owner: neri
- License: unlicense
- Created: 2019-11-28T13:24:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T05:57:46.000Z (over 3 years ago)
- Last Synced: 2025-03-06T11:51:28.287Z (over 1 year ago)
- Topics: uefi
- Language: Assembly
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiny UEFI Hello world
- Challenge for minimal UEFI apps
## THIS VERSION
| App | Size | Remarks |
| - | - | - |
| hello | 282 | Hello world|
| chars | 268 | Probably the smallest app in UEFI |
## Requirements
- qemu
- nasm
## How to build
### build
```
$ make
```
### Run with qemu
```
$ make run
```