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
- Adapted to the changes introduced in the acpi crate PR #223,
specifically for the MADT structure.
- Updated handling of MADT entries to align with the new API.
- Used Pin<&Madt> to ensure immovable references when accessing MADT entries,
in response to changes in the MADT structure.
- Adjusted usage of MADT pointers to accommodate the new access pattern
introduced by the acpi crate update.
See: rust-osdev/acpi#223
0 commit comments