home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / misc / 1994 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  3.4 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!Sirius.dfn.de!math.fu-berlin.de!informatik.tu-muenchen.de!hphalle9!nordstro
  2. From: nordstro@Informatik.TU-Muenchen.DE (Christian Nordstroem)
  3. Newsgroups: comp.os.ms-windows.misc
  4. Subject: Re: Smartdrv of Win 3.1 makes my system go asleep!
  5. Message-ID: <nordstro.713635218@hphalle9>
  6. Date: 12 Aug 92 16:00:18 GMT
  7. References: <1992Aug12.141852.13165@ibr.cs.tu-bs.de>
  8. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  9. Organization: Technische Universitaet Muenchen, Germany
  10. Lines: 93
  11.  
  12. nauck@ibr.cs.tu-bs.de (Detlef Nauck) writes:
  13.  
  14. >Hi,
  15.  
  16. >today I installed Windows 3.1 on my 486 DX 33 Mhz clone, and was very much
  17. >surprised when I started to work under DOS or Windows.
  18.  
  19. >The PC was about 10 TIMES SLOWER when it came to reading from the harddisk.
  20.  
  21. >This could be noticed during boot time, and when switching drives under 
  22. >PCSHELL (which I use as my main DOS shell to start programs, etc.). Turning
  23. >of the write cache didn't change anything, and without double buffering my
  24. >system hung. 
  25. >After replacing the new SMARTDRV installed by Windows (with double buffering 
  26. >as I have a SCSI 338MB drive) with the old DOS 5.0 version of SMARTDRV 
  27. >everything turned back to normal.
  28.  
  29. >So what does the new SMARTDRV do to my system? Doesn't it like SCSI drives?
  30. >Is it save to use the old SMARTDRV with Windows 3.1? I could also use
  31. >PCCACHE from PCTOOLS 7.1, what about this?
  32. >I will investigate further, but perhaps someone of you has an idea.
  33.  
  34. >My hardware:
  35. >Mainboard:  486 DX 33 Mhz, 256 KB Cache, Bios: American Megatrend 1990
  36. >            dated 07/07/91
  37. >Controller: Adapatec AT/SCSI Bios 3.10
  38. >Harddrive : 338 MB 
  39. >Video     : Sigma Legend II 1MB
  40. >Memory    : 8 MB
  41.  
  42. >Configuration:
  43. >1536 KB as expanded memory
  44. >1024 KB ramdrive
  45. >2048 KB for smartdrv (1024 under Windows)
  46.  
  47. >Resident programs:
  48. >monitor.com (for having 70Hz under 1024x768, from Sigma Legend)
  49. >datamonitor from PCTOOLS (delete tracker and screenblanker)
  50. >mirror from PCTOOLS
  51. >driver for ethernet card (3c501 driver under DOS, pktint of winqvt net)
  52. >mouse driver
  53. >doskey
  54. >swapshell of PCTOOLS 
  55.  
  56. >Cheers,
  57.  
  58. >Detlef.
  59.  
  60. hiya...well, looks like you still have the write-cache on...
  61. try these from my autoexec.bat:
  62.  
  63. @echo off
  64. lh C:\WINDOWS\SMARTDRV.EXE a b c g 256
  65. VERIFY OFF
  66. rem D:\SBPRO\DRV\MSCDEX /V /D:MSCD001 /M:15 
  67. SET BLASTER=A220 I7 D1 T4
  68. C:\tools\TNTVIRUS\BOOTSAFE C:
  69. PROMPT $T $D $V$_$p$g
  70. PATH C:\PRG\EXCEL;C:\PRG\WINWORD;C:\WINDOWS;C:\DEV\MOUSE;C:\BIN\DOS;C:\TOOLS\PACKS\;C:\DEV\NC;c:\bin\unix;
  71. SET TEMP=D:\
  72. SET TMP=D:\
  73. MODE LPT1:,,B >NUL
  74. SET NC=C:\DEV\NC
  75. SET SOUND=C:\SOUND\SBPRO
  76. C:\SOUND\SBPRO\SBP-SET /M:12 /VOC:12 /CD:12 /FM:1
  77. lh c:\bin\dos\KEYB GR,,C:\bin\DOS\KEYBOARD.SYS
  78. lh c:\windows\system\mouse /y
  79. lh C:\DEV\CD\MSCDEX.EXE /D:MSCD001
  80. if exist c:\treeinfo.ncd del c:\treeinfo.ncd
  81. if exist c:\treeinfo.dt del c:\treeinfo.dt
  82.  
  83. and my config.sys looks like this:
  84.  
  85. LASTDRIVE=H
  86. country=049,,c:\bin\dos\country.sys
  87. files=30
  88. buffers=3
  89. DOS=HIGH,umb
  90. device=C:\WINDOWS\HIMEM.SYS
  91. shell=c:\command.com /p/e:512
  92. devicehigh=c:\bin\dos\setver.exe
  93. devicehigh=C:\WINDOWS\EMM386.EXE i=b000-b7ff i=c800-f3ff x=c000-c7ff noems
  94. DEVICE=C:\WINDOWS\SMARTDRV.EXE /DOUBLE_BUFFER
  95. devicehigh=c:\windows\ramdrive.sys 4096 /e
  96. DEVICEhigh=c:\DEV\CD\MTMCDD.SYS /D:MSCD001 /P:300 /A:0 /M:2 /T:3 /I:3
  97. STACKS=9,256
  98.  
  99. i use a 386-40 with 8Mb so the ramdrive is 4MB.... :)
  100. and with those adresses with teh EMM386.exe you can get up to 629kb free RAM !!!!!!!!! (wonderful for big games...)
  101.  
  102. anyway... c ya
  103.  
  104. Ringo
  105.