rust-osdev / uefi-rs

Rusty wrapper for the Unified Extensible Firmware Interface (UEFI). This crate makes it easy to develop Rust software that leverages safe, convenient, and performant abstractions for UEFI functionality.
https://rust-osdev.com/uefi-book
Mozilla Public License 2.0
1.29k stars 155 forks source link

uefi: Move PAGE_SIZE to uefi::boot #1381

Closed nicholasbishop closed 1 month ago

nicholasbishop commented 1 month ago

Also re-export it from uefi::table::boot for compatibility.

Checklist