We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d478bb commit a53a57aCopy full SHA for a53a57a
Changelog.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
3
+- The following methods no longer require the `nightly` feature to be `const fn`s`:
4
+ - `PageTable::new`
5
+ - `GlobalDescriptorTable::from_raw_slice`
6
+ - `MappedFrame::{start_address, size}`
7
+ - `Page<Size4KiB>::p1_index`
8
- Add `Debug` implementation for `InterruptDescriptorTable` ([#253](https://github.com/rust-osdev/x86_64/pull/253))
9
- Improve `Debug` implementations for `Entry` and `EntryOptions`
10
0 commit comments