You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `uefi` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS. In June, we merged the following changes:
65
+
66
+
-[Make the `qemu-exit` dependency optional](https://github.com/rust-osdev/uefi-rs/pull/229)
67
+
-[Fix type of the media field in the `BlockIO` protocol](https://github.com/rust-osdev/uefi-rs/pull/234)
68
+
-[Use `newtype_enum` for `DevicePath` enums](https://github.com/rust-osdev/uefi-rs/pull/230)
69
+
-[Make `DevicePath` and `AcpiDevicePath` unaligned](https://github.com/rust-osdev/uefi-rs/pull/231)
70
+
-[Derive `Debug` for `CharConversionError`](https://github.com/rust-osdev/uefi-rs/pull/233)
71
+
-[Rename boot services' `memset` to `set_mem`](https://github.com/rust-osdev/uefi-rs/pull/235)
Thanks to [@nicholasbishop](https://github.com/nicholasbishop), [@iankronquist](https://github.com/iankronquist) and [@josephlr](https://github.com/josephlr) for their contributions!
79
+
62
80
## Call for Participation
63
81
64
82
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding
0 commit comments