Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!celit!soledad!keck From: keck@sea.com (John Keck) Newsgroups: comp.os.msdos.programmer Subject: Re: Load config.sys driver as TSR ??? Message-ID: <1990Nov19.230830.9510@sea.com> Date: 19 Nov 90 23:08:30 GMT References: <1105@ocsmd.ocs.com> <1990Nov18.012058.1287@ednor.bbc.com> Organization: Systems Engineering Associates Lines: 26 In article <1105@ocsmd.ocs.com> motti@ocsmd.ocs.com (Motti Bazar) writes: >Hi there, > >I wonder if anybody as come across a utility or even real code to >load config.sys driver as a TSR ??? >It will allow me to load config.sys type drivers any time I need >them (and maybe even to unload) instead of editing config.sys and >rebooting. > >Any ideas ??? If I'll get enough info, I'll do it by myself and >post it. > >Regards ... Motti > Device drivers are kept in a linked list. I wrote a program to load a given driver and insert it in the linked list, then spawn() a child (which can be another shell). When the child exits, the driver gets removed from the list. This is very handy for debugging device drivers! It was pretty simple to write; it doesn't belong to me so I can't post it, but if you want I can give you some tips. jk -- ----------------------------------------------------------------------------- John Keck INTERNET:keck@sea.com UUCP:...!ucsd!soledad!keck VOICE:619/581-6181 Systems Engineering Associates, 2204 Garnet Ave Suite 203, San Diego CA 92109