Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!yale!think!samsung!sol.ctr.columbia.edu!lll-winken!sun-barr!newstop!sun!imagen!qmsseq!pipkins From: pipkins@qmsseq.imagen.com (Jeff Pipkins) Newsgroups: comp.sys.ibm.pc.programmer Subject: Re: Installing device drivers at run time? Message-ID: <122@qmsseq.imagen.com> Date: 2 Mar 90 22:03:09 GMT References: <17419.25eba112@vaxc.cc.monash.edu.au> Reply-To: pipkins@qmsseq.UUCP (Jeff Pipkins) Organization: QMS Inc., Mobile, Alabama Lines: 15 In article <17419.25eba112@vaxc.cc.monash.edu.au> hadgraft@civeng.monash.edu.au (Roger Hadgraft) writes: >Does anyone know of a utility which would install a device driver (that would >normally go in config.sys) at the DOS prompt? [...] A program for loading character device drivers from the DOS command line is fairly simple. All you have to do is copy the file into memory, call it with an INIT packet, and then link its device names into the DOS device chain. Ralf Brown's interrupt list has all the info you need to locate the device chain. -Jeff Pipkins pipkins@imagen.com