Hacker News new | ask | show | jobs
by CameronNemo 1298 days ago
See my comment here: https://news.ycombinator.com/item?id=33750810

My question is: is there any potential for sharing nvme code between a rust Linux driver and redox?

1 comments

It is unlikely. The driver models are very different, ine being a microkernel, the other monolithic.