We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb44a1 commit a5be240Copy full SHA for a5be240
Changelog.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
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
+
7
# 0.10.6 – 2021-05-24
8
9
- Identity-map GDT into kernel address space to fix `iretq` ([#175](https://github.com/rust-osdev/bootloader/pull/175))
0 commit comments