logoalt Hacker News

wslhtoday at 6:34 PM3 repliesview on HN

I imagine a near future where TCP/IP stacks, and device drivers are interchangeable between operating systems. In Linux, NDISWrapper [1] enables to use Windows drivers in Linux but it's a wrapper (with all due respect to this project).

[1] https://en.wikipedia.org/wiki/NDISwrapper


Replies

miladyincontroltoday at 7:34 PM

Sorta, but only with ancient windows XP drivers. It was a useful stopgap of it's era but linux networking drivers have more than caught up in the meantime.

awesome_dudetoday at 6:45 PM

Microsoft started out with BSD's TCP/IP stack, but dropped it for their own (back in Windows 3.5 apparently - https://news.ycombinator.com/item?id=41495551)

show 1 reply
zokiertoday at 6:54 PM

You mean like DPDK?

show 1 reply