Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himbeerserverde/hello_uefi
https://github.com/himbeerserverde/hello_uefi
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himbeerserverde/hello_uefi
- Owner: HimbeerserverDE
- Created: 2023-09-16T10:38:59.000Z (over 1 year ago)
- Default Branch: attempt2
- Last Pushed: 2023-09-16T13:38:39.000Z (over 1 year ago)
- Last Synced: 2024-11-08T06:19:54.648Z (about 2 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```