Comment by shevy-java 2 months ago So what is written in Rust so far therein? 15 comments shevy-java Reply gred 2 months ago > Linux's DRM Panic "Screen of Death"> "There is no particular reason to do it in rust, I just wanted to learn rust, and see if it can work in the kernel."https://www.phoronix.com/news/Linux-DRM-Panic-QR-Codes Filligree 2 months ago We certainly don’t want the BSOD to crash. So that’s a reason. dxroshan 2 months ago Mostly GPU drivers ramon156 2 months ago Rightfully so, its probably the place where you'll het most ROI weebull 2 months ago I don't understand why. Working with hardware you're going to have to do various things with `unsafe`. Interfacing to C (the rest of the kernel) you'll have to be using `unsafe`.In my mind, the reasoning for rust in this situation seems flawed. 10 replies →
gred 2 months ago > Linux's DRM Panic "Screen of Death"> "There is no particular reason to do it in rust, I just wanted to learn rust, and see if it can work in the kernel."https://www.phoronix.com/news/Linux-DRM-Panic-QR-Codes Filligree 2 months ago We certainly don’t want the BSOD to crash. So that’s a reason.
dxroshan 2 months ago Mostly GPU drivers ramon156 2 months ago Rightfully so, its probably the place where you'll het most ROI weebull 2 months ago I don't understand why. Working with hardware you're going to have to do various things with `unsafe`. Interfacing to C (the rest of the kernel) you'll have to be using `unsafe`.In my mind, the reasoning for rust in this situation seems flawed. 10 replies →
ramon156 2 months ago Rightfully so, its probably the place where you'll het most ROI weebull 2 months ago I don't understand why. Working with hardware you're going to have to do various things with `unsafe`. Interfacing to C (the rest of the kernel) you'll have to be using `unsafe`.In my mind, the reasoning for rust in this situation seems flawed. 10 replies →
weebull 2 months ago I don't understand why. Working with hardware you're going to have to do various things with `unsafe`. Interfacing to C (the rest of the kernel) you'll have to be using `unsafe`.In my mind, the reasoning for rust in this situation seems flawed. 10 replies →
> Linux's DRM Panic "Screen of Death"
> "There is no particular reason to do it in rust, I just wanted to learn rust, and see if it can work in the kernel."
https://www.phoronix.com/news/Linux-DRM-Panic-QR-Codes
We certainly don’t want the BSOD to crash. So that’s a reason.
Mostly GPU drivers
Rightfully so, its probably the place where you'll het most ROI
I don't understand why. Working with hardware you're going to have to do various things with `unsafe`. Interfacing to C (the rest of the kernel) you'll have to be using `unsafe`.
In my mind, the reasoning for rust in this situation seems flawed.
10 replies →