whatis.html

来自「DT2851图形卡NT驱动源码」· HTML 代码 · 共 24 行

HTML
24
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0050)http://www.vu.union.edu/~dixonw/driver/whatis.html -->
<HTML><HEAD><TITLE>What Is A Device Driver</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<H1>What Is<BR>A<BR>Windows NT Device Driver<BR></H1><A 
href="mailto:dixonw@virtual.union.edu">dixonw@virtual.union.edu</A>
<HR>
 </CENTER>The Windows NT operating system eliminates the need for user 
applications to manage protected mode access; however, because NT is a secure 
operating system, other aspects of the project were complicated. Essentially 
Windows NT achieves security by restricting processes to specific address 
spaces, and from preventing user mode processes from directly accessing the 
physical system. In order for a user application to interface with a physical 
device, it must go through a device driver. The driver is a specific application 
who's sole purpose is to provide a user mode application with access to the 
protected subsystem. The philosophy behind this restriction is that the device 
drivers are relatively small and have a very specific purpose. The driver 
consists of discrete, modular components, each having a well defined set of 
functions. Hence, the device drivers tend to have fewer bugs and are more 
thoroughly exercised. </BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?