Skip to content

Commit 98e0533

Browse files
committed
Add updates for uefi
1 parent 39d6fb4 commit 98e0533

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/this-month/2021-09/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3636

3737
In September, …
3838

39+
40+
### [`uefi-rs`](https://github.com/rust-osdev/uefi-rs)
41+
42+
The `uefi` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS.
43+
44+
This month, we merged the following changes:
45+
46+
- [Improve macro errors](https://github.com/rust-osdev/uefi-rs/pull/277)
47+
- [Implement missing methods of `DebugSupport`](https://github.com/rust-osdev/uefi-rs/pull/290)
48+
- [macros: add compilation tests](https://github.com/rust-osdev/uefi-rs/pull/286)
49+
- [Remove attribute to enable `const_panic`](https://github.com/rust-osdev/uefi-rs/pull/296)
50+
- [Add a test command to build.py and also use it in the CI](https://github.com/rust-osdev/uefi-rs/pull/283)
51+
52+
Thanks to [@necauqua](https://github.com/necauqua) and [@timrobertsdev](https://github.com/timrobertsdev) for their contributions!
53+
54+
3955
### [`multboot2`](https://github.com/rust-osdev/multiboot2)
4056

4157
The `multiboot2` crate provides abstraction types for the boot information of multiboot2 bootloaders.

0 commit comments

Comments
 (0)