We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b205454 commit 2bbeac5Copy full SHA for 2bbeac5
Changelog.md
@@ -14,6 +14,10 @@
14
- Rewrite for UEFI support ([#130](https://github.com/rust-osdev/bootloader/pull/130))
15
- Includes a new build process that no longer uses the `bootimage` crate. See the Readme for details.
16
17
+# 0.9.17 _(backport)_ – 2021-04-30
18
+
19
+- Reduce the number of used unstable features of x86_64 crate (backport [#155](https://github.com/rust-osdev/bootloader/pull/140))
20
21
# 0.9.16 – 2021-03-07
22
23
- Replace all remaining `lea`s with `mov` + `offset` ([#140](https://github.com/rust-osdev/bootloader/pull/140))
0 commit comments