Hacker News new | ask | show | jobs
by my123 3005 days ago
Note that Windows Vista onwards has UMDF too (user-mode driver framework). NT6.0 was a very big step.
1 comments

UMDF was available for XP too, and printer drivers had been user space for a long long time.
iirc you can have kernel-mode GDI printer drivers, and the printer port drivers are in the kernel as well
I see, was a backport there