微信公众号 
图码生活

每天发布有五花八门的文章,各种有趣的知识等,期待您的订阅与参与
电脑报 1992-2001 十年文章全集
电脑报 1992-2001 十年文章全集
包含从 1992 年 - 2001 年间,两万余篇期刊文章,查询最少输入两个字符
随便看看
读取中
读取中
标题Dynamic——Link Libraries That Establish the Windows core
栏目其它
作者湖北 方风波
发布1996-07-12
  A Dll is a library of sharable,executable routines. These routines can be loaded and run during the run time of an application.
  Windows is primarily made up of three Dlls:KRNLXXX.EXE handles the base operating system functions such as memory managememt,file I/O,application loading and execution.
  USER.EXE controls user I/O,including the keyboard,mouse,sound driver,timer,and communications ports.
  GDI.EXE manages graphics and printing.
  组成Windows核心的动态链接库
  一旦Windows内核被装载后,WIN.COM接着装入组成Windows核心的其它动态链接库。
  动态链接库是一个可共享、可执行的例行程序库。这些例行程序可在应用程序运行期间被装载和运行。
  Windows主要由三个动态链接库组成:
  KNRLXXX.EXE处理基本操作系统功能,例如:存储器管理、文件输入输出、应用程序的装载与执行。
  USER.EXE控制用户输入输出,包括键盘、鼠标、声音驱动程序、计时器以及通信端口。
  GDI.EXE用于管理图形和打印。