Research on Linux Device Driver Rense

Huan WANG,Jun-jie MAO,Dan WANG,Yu CHEN
DOI: https://doi.org/10.11896/j.issn.1002-137X.2017.04.009
2017-01-01
Abstract:Device drivers is an important factor affecting the applicability of the operating system.Considering the large cost of completely developing a device driver,reusing existing device drivers in the operating system became the preferred method for improving the applicability of operating system.Reuse of device driver process is essentially a target environment set up process of device drivers,reusing a device driver does not need to implement all of the kernel services.Code dependency analysis could recognize the dependency between device driver and kernel service.Device driver environment can be built by code dependency analysis technology automatically.Through reusing the e1000 network adapter driver,the feasibility of this method was proved.
What problem does this paper attempt to address?