1. RAM drive, task switcher
- Posted by Noah Smith <option1 at OPTIONINTERACTIVE.COM> Aug 12, 1999
- 444 views
- Last edited Aug 13, 1999
Where could I find information about coding/acquiring a ram drive prog, and information about the DOS task switcher? Thx, noah
2. Re: RAM drive, task switcher
- Posted by Bernie Ryan <bwryan at PCOM.NET> Aug 12, 1999
- 465 views
- Last edited Aug 13, 1999
Go to any Simtel mirror and search dos for ramdrive and task switching
3. Re: RAM drive, task switcher
- Posted by Kat <KSMiTH at PELL.NET> Aug 13, 1999
- 439 views
----- Original Message ----- From: Noah Smith <option1 at OPTIONINTERACTIVE.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Thursday, August 12, 1999 10:36 PM Subject: RAM drive, task switcher > Where could I find information about coding/acquiring a ram drive prog, and > information about the DOS task switcher? Try a word search at http://dogpile.com/ for the task switcher, it will also lead you to some online book sellers. There is a ramdrive.sys in dos already. The MS-DOS Programmer's Reference books have data on the task switcher, etc. The reason i wrote a new ramdrive is to explore dos more, and to get it out of the device driver chain, so i can dynamically resize the ramdrive or delete the drive under program control,, or add a new ramdrive under application control. And it does still show up as a regular ramdrive to everything i have run so far as if it were ramdrive.sys. Kat
4. Re: RAM drive, task switcher
- Posted by Jack Yazel <jyazel at NETSET.COM> Aug 13, 1999
- 449 views
Noah Smith wrote: > > Where could I find information about coding/acquiring a ram drive prog, and > information about the DOS task switcher? > > Thx, > > noah ----------------------------------------- A good free ram drive is fu_rd19g.zip It can be defined up to 2,000 megabytes, the drive letter picked by you and can be resized without rebooting. It is available at ftp.simtel.net in /pub/simtelnet/msdos/ramdisk fu_rd19i.zip Jack