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 [@phil-opp](https://github.com/phil-opp) and [@Freax13](https://github.com/orgs/rust-osdev/people/Freax13)</span>
67
+
68
+
The `bootloader` crate implements a custom Rust-based bootloader for easy loading of 64-bit ELF executables. This month, we merged the following changes:
<spanclass="maintainers">Maintained by [@IsaacWoods](https://github.com/IsaacWoods)</span>
80
+
81
+
The `pci_types` library provides types for accessing and configuring PCI devices from Rust operating systems. We merged the following change this month:
82
+
83
+
-[fix: write compliant bit pattern for BAR sizing](https://github.com/rust-osdev/pci_types/pull/37)
84
+
85
+
Thanks to [@cagatay-y](https://github.com/cagatay-y) for their contribution!
<spanclass="maintainers">Maintained by [@GabrielMajeri](https://github.com/GabrielMajeri), [@nicholasbishop](https://github.com/nicholasbishop), and [@phip1611](https://github.com/phip1611)</span>
90
+
91
+
`uefi` makes it easy to develop Rust software that leverages safe, convenient,
92
+
and performant abstractions for UEFI functionality.
<!-- - [chore(deps): update actions/checkout action to v6](https://github.com/rust-osdev/uefi-rs/pull/1833) -->
114
+
<!-- - [chore(deps): update rust crate clap to v4.5.53](https://github.com/rust-osdev/uefi-rs/pull/1832) -->
115
+
<!-- - [chore(deps): update rust crate syn to v2.0.111](https://github.com/rust-osdev/uefi-rs/pull/1821) -->
116
+
117
+
Thanks to [@seijikun](https://github.com/seijikun), [@jasonbking](https://github.com/jasonbking), [@JayKickliter](https://github.com/JayKickliter), [@crawfxrd](https://github.com/crawfxrd), [@RenTrieu](https://github.com/RenTrieu), [@rymdbar](https://github.com/rymdbar), and [@splaled](https://github.com/splaled) 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>
122
+
123
+
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