|
From: <dem...@ne...> - 2008-07-12 02:18:23
|
Is it possible to link one driver against another driver in the same way that all drivers are linked against the kernel?? So that driver A is really just a loaded module in kernel space & driver B can use driver A's functions the same way it would use kernel functions? This would really be helpful, because multiple drivers could treat driver A like a shared library.? In effect, driver A would be more of a kernel extension.? I know that the BSD's do this & Linux does this, but I'm kinda sketchy on how this could be done in Syllable. Dee Sharpe |