From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10301310312.AA12189@clio.rice.edu> Subject: Ramdrive on W2K [was Re: small solve_symlinks speedup] To: djgpp-workers AT delorie DOT com Date: Thu, 30 Jan 2003 21:12:08 -0600 (CST) In-Reply-To: <3E399FAC.2050104@mif.vu.lt> from "Laurynas Biveinis" at Jan 30, 2003 10:57:00 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I remember having a ramdrive back in win98 days for /dev/env/DJDIR/tmp . > It helped a lot, however there was still a notable difference between > linux and djgpp. Is there any way to create a ramdrive on w2k? Microsoft actually provides an example ramdrive driver with source on their web site: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q257405 I haven't performance tested it.