home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / misc / 2737 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.7 KB

  1. Path: sparky!uunet!usc!nic.csu.net!nic.csu.net!nntp
  2. Newsgroups: comp.os.ms-windows.misc
  3. Subject: Re: HELP: packet driver bombs windows 3.1 - solved
  4. Message-ID: <1992Sep3.170631.2582@nic.csu.net>
  5. From: Stephen Gibson
  6. Date: 3 Sep 92 17:06:30 PDT
  7. References: <2SEP199209034434@zeus.tamu.edu> <1992Sep3.172619.19837@microme.uucp> <3SEP199213024557@zeus.tamu.edu>
  8. Organization: Sonoma State University, Rohnert Park, CA 
  9. Nntp-Posting-Host: gibson.sonoma.edu
  10. Lines: 25
  11.  
  12.  
  13. In article <3SEP199213024557@zeus.tamu.edu> sam4628@zeus.tamu.edu (MCCLUNEY, STEVEN ALEXANDER) writes:
  14. >Thanks to everybody for the advice - the main fix involved setting
  15. >the RAM base address to E000 (for some reason D000 froze the system).
  16. >The memory chart in my ethernet card manual implies that the range
  17. >c800- is free, but when I used this value DOS slowed down to a snail's
  18. >pace, and Windows still locked up.  BTW, what is the syntax for
  19. >excluding a memory range with EMM386?  My DOS and Windows manuals
  20. >don't mention this option.  Thanks a lot!
  21. >
  22. >------------------------------------------------------------------------
  23. >| Steven A. McCluney                 |"Strange women lying in ponds    |
  24. >| sam4628@zeus.tamu.edu              | distributing swords is no basis |
  25. >| I'm a grad student, so my opinions | for a system of government!"    |
  26. >|    are worthless anyway            |          Dennis, to King Arthur |
  27. >------------------------------------------------------------------------
  28.  
  29. The syntax for excluding a memory range with EMM386 is:
  30. DEVICE=[path]EMM386.EXE X=????-????
  31.                         ^^^^^^^^^^^
  32. where ????-???? is the range you with to exclude (e.g. 
  33. x=B000-B7FF).  You should probably exclude the same range for 
  34. Windows in the SYSTEM.INI file
  35.  
  36. [386Enh]
  37.