确认CONFIG.SYS命令的次序

Author: 廖日青 Date: 1997-01-01

  Most CONFIG.SYS commands can appear in your CONFIG.SYS file in any order.For example,the dos,files,or buffers commands can appear anywhere in the file.
  大多数的CONFIG.SYS命令可以以任何次序在CONFIG.SYS文件中出现。例如dos、files及buffers命令可以出现在CONFIG.SYS文件中的任何位置。
  The order of the device and devicehigh commands is important,however,because some device drivers enable devices that are needed by other drivers.For example ,the HIMEM.SYS extended_memory driver must be loaded before any drivers that use extended memory.
  但是device和devicehigh命令的次序是很重要的,因为某些设备驱动程序需要其他驱动程序。例如:HIMEM.SYS扩展内存驱动程序必须在任何其他使用扩展内存的驱动程序装入之前装入。
  The following list shows the order in which device drivers should appear in your CONFIG.SYS file:
  下面列出了设备驱动程序在CONFIG.SYS文件中出现的次序:
  1.HIMEM.SYS,if your computer has extended memory.
  1.如果计算机有扩展内存,装入HIMEM.SYS
  2.Your expanded_memory manager,if your computer has expanded_memory board.
  2.如果计算机有扩充内存板,装入扩充内存管理程序。
  3.EMM 386.EXE,if your computer has an 80386 processor and extended memory.(If your CONFIG.SYS file includes commands that load both an expanded_memory manager and EMM386,the EMM386.EXE command line should include the noems switch.)
  3.如果计算机有80386处理器和扩展内存,装入EMM386.EXE(如果CONFIG.SYS文件包含有装入扩充内存管理程序和EMM386的命令,那么EMM386.EXE命令行应该包含noems开关)。
  The EMM386 memory manager can provide access to the upper memory area.EMM 386 can also use extended memory to simulate expanded memory on computers that do not have expanded memory.
  EMM386内存管理程序可以提高对上位内存区的访问。EMM386也可用扩展内存模拟计算机上未配置的扩充内存。
  4.Any other device drivers.
  4.任何其他设备驱动程序。