Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crawfxrd/uefi-driver-example
Example UEFI driver written in Rust
https://github.com/crawfxrd/uefi-driver-example
rust uefi
Last synced: about 15 hours ago
JSON representation
Example UEFI driver written in Rust
- Host: GitHub
- URL: https://github.com/crawfxrd/uefi-driver-example
- Owner: crawfxrd
- Created: 2024-12-14T06:50:06.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T07:02:30.000Z (about 2 months ago)
- Last Synced: 2024-12-14T07:26:54.763Z (about 2 months ago)
- Topics: rust, uefi
- Language: Rust
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-2-Clause-Patent.txt
Awesome Lists containing this project
README
# UEFI driver example
Example UEFI driver:
- Written in Rust using [uefi-rs](https://github.com/rust-osdev/uefi-rs).
- Using UEFI driver model (`EFI_DRIVER_BINDING_PROTOCOL`)## Running in QEMU
```
make qemu
```The driver doesn't do anything, so it is only useful to inspect some properties
about it.```
Shell> fs0:
FS0:\> load release\uefi-driver-example.efi
FS0:\> drivers
FS0:\> dh
FS0:\> unload -v -n 96
```