Using Rust for kernel development
Using Rust for kernel development
Posted Sep 30, 2021 0:03 UTC (Thu) by mpr22 (subscriber, #60784)In reply to: Using Rust for kernel development by lwnli
Parent article: Using Rust for kernel development
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