|
计算机系统应用 2011
Research and Realization of a User-Mode Driver Framework
|
Abstract:
Based on the research of Linux Device Driver Model,this paper proposes and implements a new user-mode device driver framework called U2MDF(Unified User-Mode Driver Framework).The core idea of U2MDF is splitting the traditional device driver into two parts.One called kernel-mode driver component contains the hot code related to performance or critical paths,such as interrupt handler,and the other called user-mode driver component contains the performance-independent code,such as the device initialization.To ...