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 July, we merged the following changes:
36
+
37
+
-[Add support for getting/setting variables](https://github.com/rust-osdev/uefi-rs/pull/245)
38
+
-[Better logger that includes filename and line](https://github.com/rust-osdev/uefi-rs/pull/246)
39
+
-[device path: add constants for all subtypes](https://github.com/rust-osdev/uefi-rs/pull/250)
40
+
-[device path: change the length type to u16](https://github.com/rust-osdev/uefi-rs/pull/251)
-[device path: add iter method and test](https://github.com/rust-osdev/uefi-rs/pull/264)
48
+
49
+
Thanks to [@nicholasbishop](https://github.com/nicholasbishop), [@MaulingMoneky](https://github.com/MaulingMonkey), [@phip1611](https://github.com/phip1611) and [@necauqua](https://github.com/necauqua) for their contributions!
The `x86_64` crate provides various abstractions for `x86_64` systems, including wrappers for CPU instructions, access to processor-specific registers, and abstraction types for architecture-specific structures such as page tables and descriptor tables.
0 commit comments