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

Isn't this false? Don't certain languages basically need, say, a libc that isn't nessesarily available in kernel space?