View Single Post
  #13  
Old October 24th 04, 06:15 PM
98 Guy
external usenet poster
 
Posts: n/a
Default

Buffalo wrote:

1) In your System.ini file put in MaxFileCache= 70% of physical
ram under the [vcache] header.
ie: 256MB x 70% = 179200 so MaxFileCache=179200
ie: 512MB x 70% = 469763 so MaxFileCache=469763


Vcache - this is a hard drive virtual cache - right?

Which means data that is written to or read from the drive is cached
transiently by Vcache.

Tell me - is the single largest cache-able item the swap file?

If you were limited to caching only 1 item - would the swap file be
it?

What is the purpose of the swap file anyways? Is the swap file the
place where virtual memory is stored?

If so, then if I have 512 mb of ram, why on earth do I STILL want
virtual memory? Don't I have enough freeking REAL memory?

And if I DON'T need or want virtual memory, then I don't have so much
hammering of the Vcache because (presumably) there is NO swap file
(?!).

Again, back in the "old days" when I might have had a PC with 32 mb of
ram (maybe 4 of that used by vcache?) and maybe 128 mb virtual memory
(all of which is stored _AS_ the swap file - yes?) then, what - I
theoretically have a PC with 32+128=160 mb of memory?

So now if I have 512 mb of REAL memory, then why on earth do I still
need virtual memory (and the swap file that goes with it) ???

Wouldn't win-98 run faster if it didn't have to manage virtual memory
and the swap file???

The other items you mentioned are not even modified unless you
run pure DOS games or pure DOS programs.
Windows98 does not need an AutoExec.bat or Config.sys file to
run Windows.


But doesn't win-98 still load (or need) himem.sys even if you don't
have an actual config.sys?

What about emm386?

My current emm386 line is:

DEVICE=C:\WIN98\EMM386.exe NOEMS D=64 A=15 VERBOSE

Are you saying that EMM386 is irrelavent to the operation of Windows
98, regardless of the command-line options used?

PS:

What about the use of WinAlign to "align" all executable code
(microsoft and non-microsoft) that can be aligned safely as a way to
increase performance? I don't hear too much about that. Is there a
master list of third-party software that has been shown to be
"align-able"?