Hacker News new | ask | show | jobs
by cesarb 1401 days ago
Not that different from a Linux user using NDISwrapper to run a Windows wireless driver on Linux.
1 comments

NDISwrapper was more like wine, it implements APIs but doesn't run any sort of virtual CPU.
Spiritually it was the same concept though... if you can't get a driver for your Linux OS, use the driver from another OS. This just seems to take that to be extreme -- don't just use the driver from another OS, actually use the driver FROM the other OS!