We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022598a commit 2f79eecCopy full SHA for 2f79eec
Changelog.md
@@ -1,5 +1,11 @@
1
# Unreleased
2
3
+- New `registers::segmentation` module ([#309](https://github.com/rust-osdev/x86_64/pull/309)), containing:
4
+ - `instructions::segmentation::{Segment, Segment64, CS, DS, ES, FS, GS, SS}`
5
+ - `structures::gdt::SegmentSelector`
6
+ - Old locations still re-export all the types, so this is not a breaking change.
7
+- Fixes build so that `cargo doc --no-default-features` succeeds.
8
+
9
# 0.14.5 – 2021-09-04
10
11
- Add `ExceptionVector` enum and additional flags to `PageFaultErrorCode` ([#303](https://github.com/rust-osdev/x86_64/pull/303))
0 commit comments