Hi,
I would like to write an IO intensive application with no underlying OS, running on x86 architecture and driving any modern network interface controller.
By having a look to Linux's drivers source code, I know that thousands lines of codes are required to drive, as an example, an Intel e1000e Gigabit controller. I think that such code is quite hard to extract from Linux source code.
Do you know any solution/project providing a way to drive a today's computer (including its NIC), probably by wrapping Linux drivers?
Thanks a lot