Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [Add `MapperFlush` method to get page](https://github.com/rust-osdev/x86_64/pull/525)
- [add `update()` to `Cr3`, `Dr7`, `SFMask`, `UCet`, `SCet`, `mxcsr`, `rflags`, and `XCr0`](https://github.com/rust-osdev/x86_64/pull/527)
- [add IA32_APIC_BASE support](https://github.com/rust-osdev/x86_64/pull/532)
- [add memory encryption support](https://github.com/rust-osdev/x86_64/pull/542)
- [implement functions for accessing CR8](https://github.com/rust-osdev/x86_64/pull/547)
- [add forwarding `impl PageTableFrameMapping for &P`](https://github.com/rust-osdev/x86_64/pull/556)
- [add PageFaultErrorCode::HLAT](https://github.com/rust-osdev/x86_64/pull/564)
Expand Down