File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/this-month/2022-02 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,15 +72,15 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
72
72
In February, we merged the following pull requests:
73
73
74
74
- [ Remove external assembly] ( https://github.com/rust-osdev/x86_64/pull/343 )
75
- - [ Implement core::iter::Step for VirtAddr and Page] ( https://github.com/rust-osdev/x86_64/pull/342 )
75
+ - [ Implement ` core::iter::Step ` for ` VirtAddr ` and ` Page ` ] ( https://github.com/rust-osdev/x86_64/pull/342 )
76
76
- [ Make fields of ` VirtAddrNotValid ` and ` PhysAddrNotValid ` public] ( https://github.com/rust-osdev/x86_64/pull/340 )
77
77
- [ Fix: ` VirtAddrNotValid ` and ` PhysAddrNotValid ` should contain the whole address] ( https://github.com/rust-osdev/x86_64/pull/347 )
78
78
79
79
We also merged a few breaking changes, which will be part of the upcoming ` v0.15 ` release:
80
80
81
- - [ Merge latest changes from master into next and migrate code] ( https://github.com/rust-osdev/x86_64/pull/338 )
81
+ - [ Merge latest changes from ` master ` into ` next ` and migrate code] ( https://github.com/rust-osdev/x86_64/pull/338 )
82
82
- [ Make ` Cr2::read ` return a result] ( https://github.com/rust-osdev/x86_64/pull/335 )
83
- - [ Remove external_asm and inline_asm features] ( https://github.com/rust-osdev/x86_64/pull/345 )
83
+ - [ Remove ` external_asm ` and ` inline_asm ` features] ( https://github.com/rust-osdev/x86_64/pull/345 )
84
84
85
85
### [ ` bootloader ` ] ( https://github.com/rust-osdev/bootloader )
86
86
You can’t perform that action at this time.
0 commit comments