home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / ibm / pc / games / 28286 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.8 KB  |  49 lines

  1. Newsgroups: comp.sys.ibm.pc.games
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!sol.ctr.columbia.edu!pyramid!menchett
  3. From: menchett@pyramid.unr.edu (Peter J Menchetti)
  4. Subject: Speeding up your computer
  5. References: <cmh.3.725620372@hik.se>
  6. Sender: nobody@ctr.columbia.edu
  7. Organization: University of Nevada, Reno  Department of Computer Science
  8. Date: Tue, 29 Dec 1992 09:59:11 GMT
  9. Message-ID: <1992Dec29.095911.29315@sol.ctr.columbia.edu>
  10. X-Posted-From: pyramid.cs.unr.edu
  11. NNTP-Posting-Host: sol.ctr.columbia.edu
  12. Lines: 35
  13.  
  14. I don't fully understand what having more memory or more speed (mhz) does
  15. for your computer's performance. I just changed my config.sys file a little
  16. bit, adding "RAM 2800" after my device=emm386.exe command. This changed a 
  17. lot of stuff, less disk access (I understand that part) and in Ultima
  18. Underworld, for example, there was more animation here and there- like when
  19. you click the chain to see your stats, instead of just flipping over, the
  20. page actually animated turning. When I walked around, it seemed to be a 
  21. little smoother also.
  22.  
  23. Anyways, I'm interested in improving this even more. If I need hardware, what
  24. do I need? A clock doubling chip? More memory? Different memory drivers?
  25. Disk cache programs?
  26.  
  27. BTW, I have a 386-40 with 4MB ram. My config.sys looks like this:
  28. device=c:\dos\himem.sys
  29. DEVICE=C:\DOS\EMM386.EXE RAM 2800
  30. DOS=HIGH,UMB
  31. FILES=30
  32. BUFFERS=20
  33.  
  34. and my autoexec.bat looks like this:
  35. @ECHO OFF
  36. C:
  37. PATH C:\;C:\WINDOWS;C:\DOS;C:\STUDYCAL;C:\PKZIP;C:\TP;C:\PKZIP\PKFILES
  38. PROMPT $p$g
  39. rem SET COMSPEC=C:\COMMAND.COM
  40. LOADHIGH C:\GIMOUSE.COM
  41. SET SOUND=C:\SB
  42.  
  43. PS- what does the set compspec... command do?
  44. Should I stick my loadhigh..gimouse... into my config.sys as an install=...?
  45.  
  46. Much Thanks
  47. Pete
  48.  
  49.