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

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

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