Re: Ram Drive

From: w_tom (w_tom1_at_hotmail.com)
Date: 11/16/04


Date: Tue, 16 Nov 2004 15:33:34 -0500


  DOS did not do pre-emptive multi-tasking. Therefore the
program had to wait for data to be written to disk drive.
Today we have multi-tasking. Data is literally left in memory
for another program to write it to the disk. What you want to
do with a Ram Drive is now called cache. Already part of the
OS. Your Ram drive would only slow the system by adding more
work and probably creating more memory faults (virtual memory
access to hard drive).

Gareth Tuckwell wrote:
> Way back in DOS days, it was possible to setup an area of memory
> that would be assigned a drive letter and act as a disk drive
> (only RAM fast). I want to do this in windows to give me a
> lightning fast 'drive' that I can use for temporary files, when
> building code to improve my 10 minutes of hard disk intensive
> build time!
>
> Is it possible to setup a ramdrive in Windows XP? I have 2GB of
> RAM and would like to use about 512MB for a ramdrive which I
> can assign a drive letter to - help!???



Relevant Pages

  • Re: MAKEINTRESOURCE
    ... few bytes here and there to keep from overflowing a 64K data segment was ... My memory of those days is fuzzy now (I once knew this ... "far" keyword you still see in many of the Windows headers to this day). ... this was more of an issue for DOS than it ...
    (microsoft.public.vc.language)
  • Re: Accessing bios information (windows)
    ... The 32-bit dos build would work, but the Windows build - way down at the bottom of the page - is probably what you want. ... debug is usefull enough: ... That will allow you to poke around in memory. ...
    (comp.lang.asm.x86)
  • Re: can the loading of a large number of records go as quick as in DOS
    ... that loading a large number of records is not as quick as in DOS. ... The diference between the DOS-and Windows program is probarbly caused ... these records all the time in memory. ... Am I right and is there a solution for the delaying loading in the ...
    (microsoft.public.vb.general.discussion)
  • Re: screenshots
    ... Back in the days of DOS, the PrtScn key used to print the screen. ... press alt-PrtScn to capture an image of the active window. ... captures the image to the Windows clipboard (in memory). ...
    (microsoft.public.windows.vista.general)
  • Re: Port Application to 32 bit
    ... 640Kbytes memory barrier is causing a problem. ... I have not worked with DOS before so I am having difficulty get a ... DJGPP produces 32-bit PM code and uses DPMI. ...
    (comp.os.msdos.programmer)