Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5be240

Browse files
committedAug 9, 2021
Update changelog for #186
1 parent aeb44a1 commit a5be240

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
- Fix `relocation-model` field name in the target spec json ([#186](https://github.com/rust-osdev/bootloader/pull/186))
4+
- This effectively changes the `relocation-model` from `pic` to `static`. Please report if you encounter any issues because of this.
5+
- This fixes the compilation warnings on the latest nightlies.
6+
37
# 0.10.6 – 2021-05-24
48

59
- Identity-map GDT into kernel address space to fix `iretq` ([#175](https://github.com/rust-osdev/bootloader/pull/175))

0 commit comments

Comments
 (0)
Please sign in to comment.