I'm just asking myself how to organize the drivers
best. Should I create a system similar to COM/Corba
with Interfaces or like unix is doing it, with
a special device-filesystem? What could be faster?
The COM/Corba approach is definitivly fast, look
at DirectX which is based upon it, but I don't know
how fast the device files could be.
The Legend