Using Rust for kernel development
Using Rust for kernel development
Posted Sep 28, 2021 21:57 UTC (Tue) by rahulsundaram (subscriber, #21946)In reply to: Using Rust for kernel development by lwnli
Parent article: Using Rust for kernel development
The article doesn't talk about user space drivers. Where are you getting that from?
Posted Sep 29, 2021 21:42 UTC (Wed)
by lwnli (guest, #141318)
[Link] (2 responses)
Posted Sep 30, 2021 0:03 UTC (Thu)
by mpr22 (subscriber, #60784)
[Link] (1 responses)
Running in user-space turns some subset of memory safety violations, which partially overlap with those that Rust turns into compile-time errors, into SIGSEGVs instead of kernel data structure corruption.
Posted Sep 30, 2021 0:06 UTC (Thu)
by mpr22 (subscriber, #60784)
[Link]
Using Rust for kernel development
Using Rust for kernel development
Using Rust for kernel development