File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ - fix: build error on the latest nightly ([ #329 ] ( https://github.com/rust-osdev/x86_64/pull/329 ) )
4
+ - add ` set_general_handler ` macro ([ #285 ] ( https://github.com/rust-osdev/x86_64/pull/285 ) )
5
+ - Derive common traits for number, range and enum types ([ #315 ] ( https://github.com/rust-osdev/x86_64/pull/315 ) )
6
+ - Add the VMM Communication Exception (` #VC ` ) to the ` InterruptDescriptorTable ` ([ #313 ] ( https://github.com/rust-osdev/x86_64/pull/313 ) )
7
+ - fix: enable manipulation of ` InterruptStackFrame ` ([ #312 ] ( https://github.com/rust-osdev/x86_64/pull/312 ) )
8
+ - fix docs for ` page_table_index ` ([ #318 ] ( https://github.com/rust-osdev/x86_64/pull/318 ) )
9
+ - Remove redundant alignment check ([ #314 ] ( https://github.com/rust-osdev/x86_64/pull/314 ) )
10
+ - fix(idt): fix panic messages for ` index ` and ` #VC ` ([ #321 ] ( https://github.com/rust-osdev/x86_64/pull/321 ) )
11
+ - remove ` const_assert! ` in favor of std's ` assert! ` ([ #326 ] ( https://github.com/rust-osdev/x86_64/pull/326 ) )
12
+ - Move bootloader integration test to separate CI job ([ #330 ] ( https://github.com/rust-osdev/x86_64/pull/330 ) )
13
+
3
14
# 0.14.6 – 2021-09-20
4
15
5
16
- New ` registers::segmentation ` module ([ #309 ] ( https://github.com/rust-osdev/x86_64/pull/309 ) ), containing:
You can’t perform that action at this time.
0 commit comments