Jump to content

CONFIG.SYS - BASEDEV Statements: Difference between revisions

From EDM2
No edit summary
 
No edit summary
Line 1: Line 1:
[[The Config.sys Documentation Project|Return to The Config.sys Documentation Project Main Page]]


The Base Device Drivers are needed by OS/2 to install elementary services, like your hard disk, keyboard, etc. The Base Device Drivers are the first entries from the config.sys file that are loaded during the boot. They are not loaded in the same order as they appear in the config.sys file. They are loaded dependant on their file extension.
The Base Device Drivers are needed by OS/2 to install elementary services, like your hard disk, keyboard, etc. The Base Device Drivers are the first entries from the config.sys file that are loaded during the boot. They are not loaded in the same order as they appear in the config.sys file. They are loaded dependant on their file extension.

Revision as of 16:22, 20 January 2007

Return to The Config.sys Documentation Project Main Page

The Base Device Drivers are needed by OS/2 to install elementary services, like your hard disk, keyboard, etc. The Base Device Drivers are the first entries from the config.sys file that are loaded during the boot. They are not loaded in the same order as they appear in the config.sys file. They are loaded dependant on their file extension.

Here is the order of loading for the file extensions.

  • *.SYS
  • *.BID
  • *.VSD
  • *.TSD
  • *.ADD
  • *.I13
  • *.FLT
  • *.DMD

If the config.sys contains several files with the same extension, those files will be loaded in the order they appear in the config.sys file.

The Base Device drivers must be located in the root directory in the \OS2 directory or in the \OS2\Boot directory. If you set up a Base Device driver in your config.sys please use only the name of the driver without the path. The following pages describe these entries : :p.

BASEDEV=Aha152x.add

BASEDEV=Aha154x.add

BASEDEV=Aha164x.add

BASEDEV=Aha174x.add

BASEDEV=Aic7770.add

BASEDEV=Aic7870.add

BASEDEV=Aic78u2.add

BASEDEV=Btscsi.add

BASEDEV=Chkdsk.sys

BASEDEV=Cmpxchg8.sys

BASEDEV=Dac960.add

BASEDEV=Danis506.add

BASEDEV=Detne2.sys

BASEDEV=Dpt20xx.add

BASEDEV=Ext2flt.flt

BASEDEV=Fauxdasd.flt

BASEDEV=Fauxrem.flt

BASEDEV=Fd16-700.add

BASEDEV=Fd7000ex.add

BASEDEV=Fd8xx.add

BASEDEV=Flashpt.add

BASEDEV=Hfsflt.flt

BASEDEV=Ibm1flpy.add

BASEDEV=Ibm1s506.add

BASEDEV=Ibm2adsk.add

BASEDEV=Ibm2flpy.add

BASEDEV=Ibm2scsi.add

BASEDEV=Ibmatapi.flt

BASEDEV=Ibmidecd.flt

BASEDEV=Ibmint13.i13

BASEDEV=Ibmkbd.sys

BASEDEV=Icmemcdd.sys

BASEDEV=Lms205.add

BASEDEV=Lms206.add

BASEDEV=Mitfx001.add

BASEDEV=Mwdd32.sys

BASEDEV=Os2aspi.dmd

BASEDEV=Os2dasd.dmd

BASEDEV=Os2scsi.dmd

BASEDEV=Par1284.sys

BASEDEV=Partfilt.flt

BASEDEV=Pcm2ata.sys

BASEDEV=Pcmcia.sys

BASEDEV=Print01.sys

BASEDEV=Print02.sys

BASEDEV=Ql10os2.add

BASEDEV=Ql40os2.add

BASEDEV=Ql510.add

BASEDEV=Reserve.sys

BASEDEV=Sbcd2.add

BASEDEV=Siside.add

BASEDEV=Sony31a.add

BASEDEV=Sony535.add

BASEDEV=Sym8xx.add

BASEDEV=Timer0.sys

BASEDEV=Tmcsim.add

BASEDEV=Usbd.sys

BASEDEV=Usbhid.sys

BASEDEV=Usbuhcd.sys

BASEDEV=Usbuhcd2.sys

BASEDEV=Xdfloppy.flt