Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/himbeerserverde/hello_uefi


https://github.com/himbeerserverde/hello_uefi

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# hello_uefi

Build
=====

```
cargo build --target x86_64-unknown-uefi
```

Run
===

```
qemu-system-x86_64 -enable-kvm -drive if=pflash,format=raw,readonly=on,file=OVMF_CODE.fd -drive if=pflash,format=raw,readonly=on,file=OVMF_VARS.fd -drive format=raw,file=fat:rw:esp
```