File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# 0.14.10 – 2022-07-10
4
4
5
+ ## New Features
6
+
7
+ - [ Add ` registers::debug ` ] ( https://github.com/rust-osdev/x86_64/pull/286 )
8
+ - [ Provide null segment selector as associated constant on ` SegmentSelector ` ] ( https://github.com/rust-osdev/x86_64/pull/373 )
9
+ - [ Add getters for the page table frame mapping] ( https://github.com/rust-osdev/x86_64/pull/385 )
10
+
11
+ ## Fixes
12
+
13
+ - [ Fix align functions] ( https://github.com/rust-osdev/x86_64/pull/375 )
14
+ - [ Correct wrong comment] ( https://github.com/rust-osdev/x86_64/pull/374 )
15
+
16
+ ## Other Improvements
17
+
18
+ - [ Cleanup Segment macros] ( https://github.com/rust-osdev/x86_64/pull/376 )
19
+ - [ Update comment and docs] ( https://github.com/rust-osdev/x86_64/pull/382 )
20
+
21
+
5
22
# 0.14.9 - 2022-03-31
6
23
7
24
## New Features
You can’t perform that action at this time.
0 commit comments