DLL's in kernel-mode driver

Hello,

can we use dll’s with explicit linking in a kernel mode
driver? Does OS allocates the memory for driver once and for all?

Regards,
Anand.

“Anand Ambekar” wrote in message
news:xxxxx@ntdev…
>
> Hello,
>
> can we use dll’s with explicit linking in a kernel mode
> driver? Does OS allocates the memory for driver once and for all?

Some info about kernel-mode DLLs:
http://www.wd-3.com/archive/KernelDlls.htm

Leo Havmøller.