Dynamic-Link Libraries That Establish the Windows core
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用于管理图形和打印。