You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `x86_64` crate provides various abstractions for `x86_64` systems, including wrappers for CPU instructions, access to processor-specific registers, and abstraction types for architecture-specific structures such as page tables and descriptor tables. We merged the following changes this month:
39
+
40
+
-[Use new const_fn_trait_bound feature to fix build on latest nightly](https://github.com/rust-osdev/x86_64/pull/250) <spanclass="gray">(published as `v0.14.1`)</span>
41
+
-[Multiple improvements to the inline assembly code](https://github.com/rust-osdev/x86_64/pull/251) <spanclass="gray">(published as `v0.14.2`)</span>
-[Use marker types for Port read/write access](https://github.com/rust-osdev/x86_64/pull/248)
45
+
-[Bump version to 0.14.3](https://github.com/rust-osdev/x86_64/pull/256) <spanclass="gray">(published as `v0.14.3`)</span>
46
+
47
+
We also started to [prepare a `v0.15` release](https://github.com/rust-osdev/x86_64/issues/262), for which we already implemented the following breaking changes:
48
+
49
+
-[Replace software_interrupt! macro with generic function](https://github.com/rust-osdev/x86_64/pull/259)
-[Fix typo in docs](https://github.com/rust-osdev/x86_64/pull/265)
52
+
-[idt: Fixup Options structure and cleanup `set_handler_fn`](https://github.com/rust-osdev/x86_64/pull/226) (resubmitted in [#261](https://github.com/rust-osdev/x86_64/pull/261))
53
+
-[Use SegmentSelector in InterruptStackFrame](https://github.com/rust-osdev/x86_64/pull/263)
54
+
55
+
Thanks to [@dbeckwith](https://github.com/dbeckwith) and [@Freax13](https://github.com/Freax13) for their contributions!
The `bootloader` crate implements a custom Rust-based bootloader for easy loading of 64-bit ELF executables. This month, we merged the following changes:
@@ -52,12 +73,6 @@ We also published the following backport to `v0.9`:
52
73
53
74
-[Fix nightly regression by manually passing --gc-sections](https://github.com/rust-osdev/bootloader/pull/168) <spanclass="gray">(published as `v0.9.18`)</span>
The `x86_64` crate provides various abstractions for `x86_64` systems, including wrappers for CPU instructions, access to processor-specific registers, and abstraction types for architecture-specific structures such as page tables and descriptor tables.
The `uefi` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS. In May, we merged the following changes:
0 commit comments