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
<spanclass="maintainers">Maintained by [@GabrielMajeri](https://github.com/GabrielMajeri), [@nicholasbishop](https://github.com/nicholasbishop), and [@phip1611](https://github.com/phip1611)</span>
69
+
70
+
The `uefi-rs` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS. We merged the following PRs this month:
-[uefi: Add TryFrom<&[u8]> for Time](https://github.com/rust-osdev/uefi-rs/pull/1212)
90
+
91
+
Thanks to [@LightAndLight](https://github.com/LightAndLight), [@andre-braga](https://github.com/andre-braga), and [@JeffLi01](https://github.com/JeffLi01) for their contributions!
<spanclass="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp) and [@Freax13](https://github.com/orgs/rust-osdev/people/Freax13)</span>
104
+
105
+
The `bootloader` crate implements a custom Rust-based bootloader for easy loading of 64-bit ELF executables. This month, we merged the following improvements:
106
+
107
+
-[Guard the lower 1MB of memory](https://github.com/rust-osdev/bootloader/pull/446)
108
+
109
+
Thanks to [@Wasabi375](https://github.com/Wasabi375) for their contributions!
<spanclass="maintainers">Maintained by [@IsaacWoods](https://github.com/IsaacWoods)</span>
114
+
115
+
The `pci_types` library provides types for accessing and configuring PCI devices from Rust operating systems. We merged the following change this month:
116
+
117
+
-[feat: accept `FnOnce` for updating commands](https://github.com/rust-osdev/pci_types/pull/15)
-[feat: don't take explicit references to `ConfigRegionAccess`](https://github.com/rust-osdev/pci_types/pull/22)
125
+
-[feat: implement `Copy` for all types that already implement `Clone`](https://github.com/rust-osdev/pci_types/pull/23)
126
+
-[fix: don't take explicit reference in `update_interrupt`](https://github.com/rust-osdev/pci_types/pull/24)
127
+
-[Add method to get the address of any capability](https://github.com/rust-osdev/pci_types/pull/27)
128
+
-[Fix docs rendering for MsixCapability::set_enabled](https://github.com/rust-osdev/pci_types/pull/28)
129
+
-[feat: make `update_command` take `&mut self`](https://github.com/rust-osdev/pci_types/pull/32)
130
+
-[Add method to enable/disable function masking for MSI-X](https://github.com/rust-osdev/pci_types/pull/29)
131
+
-[Add unwrap_io and unwrap_mem convenience methods on Bar](https://github.com/rust-osdev/pci_types/pull/25)
132
+
-[Remove the function_exists method of ConfigRegionAccess](https://github.com/rust-osdev/pci_types/pull/26)
133
+
-[Support 64-bit addressing in MSI capabilities and improve uniformity with rest of library](https://github.com/rust-osdev/pci_types/pull/33)
134
+
135
+
Thanks to [@IsaacWoods](https://github.com/IsaacWoods), [@bjorn3](https://github.com/bjorn3), and [@mkroening](https://github.com/mkroening) for their contributions!
<spanclass="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp), [@josephlr](https://github.com/orgs/rust-osdev/people/josephlr), and [@Freax13](https://github.com/orgs/rust-osdev/people/Freax13)</span>
141
+
142
+
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.
<spanclass="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp)</span>
150
+
151
+
The `volatile` crate provides a safe wrapper type for implementing volatile read and write operations. This is useful for accessing memory regions that have side-effects, such as memory-mapped hardware registers.
0 commit comments