Y
Hacker News
new
|
ask
|
show
|
jobs
by
tremon
973 days ago
But you can write userspace drivers in any language, as long as that language has basic file I/O and mmap() support. There's nothing special about using Rust for userspace drivers.
1 comments
TylerE
972 days ago
Isn't this false? Don't certain languages basically need, say, a libc that isn't nessesarily available in kernel space?
link