Re: Access to IO port on x86 platform



I am
assuming it is easier to write user mode drivers as this is possible
with V6. Am I right?
Actually, no - they are fundamentally the same. User mode drivers have a few
restrictions that don't exist in kernel mode but a well written driver can
defer the user mode/kernel mode decision until load time with a registry
setting.


--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com


.