Skip to content

Commit

Permalink
Update changelog for #165, #191, #184, and #188
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Nov 11, 2020
1 parent 0b2f50b commit 579bac8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Unreleased

- Use `asm!` instead of perma-unstable `llvm_asm!` macro
- Use `asm!` instead of perma-unstable `llvm_asm!` macro ([#165](https://github.com/rust-osdev/x86_64/pull/165))
- Make `GlobalDescriptorTable::add_entry` a const fn ([#191](https://github.com/rust-osdev/x86_64/pull/191))
- Rename `enable_interrupts_and_hlt` to `enable_and_hlt` ([#206](https://github.com/rust-osdev/x86_64/pull/206))
- Provide functions for accessing the underlying L4 table for mapper types ([#184](https://github.com/rust-osdev/x86_64/pull/184))
- Remove Trait constraint for Port::new() ([#188](https://github.com/rust-osdev/x86_64/pull/188))

# 0.12.2 – 2020-09-29

Expand Down

0 comments on commit 579bac8

Please sign in to comment.