Skip to content

Commit 31191c3

Browse files
committed
Add blog posts and infra updates
1 parent e4129ac commit 31191c3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

content/this-month/2025-01/index.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,27 @@ Please follow this template:
3232
- (optional) Some additional context
3333
-->
3434

35+
- Podcast: [Rust in Production: Volvo Ships Memory-Safe ECUs in Production Cars](https://www.reddit.com/r/rust/comments/1i88zmb/rust_in_production_volvo_ships_memorysafe_ecus_in/)
36+
- [The VEKOS operating system is now able to execute programs](https://www.reddit.com/r/rust/comments/1ieetqt/the_vekos_operating_system_is_now_able_to_execute/)
37+
- Video: [Windows Kernel Programming with Rust - Matthias Heiden | EuroRust 2024](https://www.youtube.com/watch?v=NfBXDEgm6VY)
38+
- [Understanding the Microsoft Pluton security processor](https://techcommunity.microsoft.com/blog/windows-itpro-blog/understanding-the-microsoft-pluton-security-processor/4370413) (uses Rust and [TockOS](https://tockos.org/))
39+
- Linux: [Resistance to Rust abstractions for DMA mapping](https://lwn.net/SubscriberLink/1006805/f75d238e25728afe/)
3540

3641
## Infrastructure and Tooling
3742

3843
In this section, we collect recent updates to `rustc`, `cargo`, and other tooling that are relevant to Rust OS development.
3944

45+
- [Insert null checks for pointer dereferences when debug assertions are enabled](https://github.com/rust-lang/rust/pull/134424)
46+
- [Make missing_abi lint warn-by-default](https://github.com/rust-lang/rust/pull/132397)
47+
- [show linker output even if the linker succeeds](https://github.com/rust-lang/rust/pull/119286)
48+
4049
<!--
4150
Please use the following template:
4251
4352
- [Title](https://example.com)
4453
- (optional) Some additional context
4554
-->
4655

47-
- [Improve default target options for `x86_64-unknown-linux-none`](https://github.com/rust-lang/rust/pull/134765)
48-
- [De-duplicate and improve definition of core::ffi::c_char](https://github.com/rust-lang/rust/pull/132975)
4956

5057
## `rust-osdev` Projects
5158

0 commit comments

Comments
 (0)