Skip to content

Commit a556d22

Browse files
committed
Add link to @gilomendes blog post
Fixes #58.
1 parent 134b89c commit a556d22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ This crates makes it easy to write UEFI applications in Rust.
1313
The objective is to provide **safe** and **performant** wrappers for UEFI interfaces,
1414
and allow developers to write idiomatic Rust code.
1515

16+
Check out @gilomendes [blog post on getting started with UEFI in Rust][gm-blog].
17+
1618
**Note**: due to some issues with the Rust compiler, this crate currently works
1719
and has been tested _only_ with **64-bit** UEFI.
1820

1921
[UEFI]: https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface
22+
[gm-blog]: https://medium.com/@gil0mendes/an-efi-app-a-bit-rusty-82c36b745f49
2023

2124
![uefi-rs running in QEMU](https://imgur.com/SFPSVuO.png)
2225

0 commit comments

Comments
 (0)