home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / ibm / pc / misc / 11958 < prev    next >
Encoding:
Text File  |  1992-08-27  |  2.9 KB  |  72 lines

  1. Newsgroups: comp.sys.ibm.pc.misc
  2. Path: sparky!uunet!stanford.edu!agate!linus!linus.mitre.org!jcmorris
  3. From: jcmorris@mwunix.mitre.org (Joe Morris)
  4. Subject: Re: 386 Blue Max
  5. Message-ID: <jcmorris.714932625@mwunix>
  6. Keywords: Memory Manager, 386 Bue Max
  7. Sender: news@linus.mitre.org (News Service)
  8. Nntp-Posting-Host: mwunix.mitre.org
  9. Organization: The MITRE Corporation
  10. References: <kreidler.714923641@convex.rz.uni-duesseldorf.de>
  11. Date: Thu, 27 Aug 1992 16:23:45 GMT
  12. Lines: 58
  13.  
  14. kreidler@convex.rz.uni-duesseldorf.de (Homer Simpson) writes:
  15.  
  16. >In our institute we will get SDK 3.1 for Windows 3.1.
  17. >Unfortunately they told us it will not work with himem.sys and emm383.exe.
  18. >We *must* use a software called 386 Blue Max (sp?). Has anyone an idea of
  19. >configuring such a thing, what shall be a problem.
  20.  
  21. Quick answer #1: if you are planning to do all your development under
  22. Windows, just ignore the issue.
  23.  
  24. Quick answer #2: if you will be using a C compiler other than MSC version
  25. 7, just ignore the issue.
  26.  
  27. Somewhat longer answer:
  28.  
  29. Version 7 of the Microsoft C compiler requires a DPMI (DOS Protected Mode
  30. Interface) memory manager to execute.  It requires the interface defined
  31. by DPMI version 0.9, plus the nonstandard MS extensions to that spec.
  32.  
  33. [An aside: ain't standards wonderful, especially when ignored?]
  34.  
  35. A DOS application running under Windows 3.1 is provided with the necessary
  36. DPMI interface by Windows itself and nothing needs to be done to DOS.
  37.  
  38. If you are running a barefoot DOS application which requires DPMI you must
  39. have previously modified your system to include a DPMI server.  Since
  40. DOS does not include a built-in DPMI server, the MSC version 7 package
  41. includes a full retail copy of Qualitas' memory manager 386-to-the-Max.
  42. 386^max is a replacement for HIMEM which provides all of its functions,
  43. plus those of emm386, as well as providing the necessary DPMI services.
  44.  
  45. 386^max will run on all '386 systems (the documented minimum chip for MSC7)
  46. as well as many '286 machines.  There is a variant of 386^max called Blue Max
  47. which includes code to squeeze a little more memory out of IBM PS/2
  48. adapter BIOS address space, but 386^max will work on a PS/2.
  49.  
  50. Last time I looked the Qualitas product was claimed to be the only 
  51. commercial memory manager which offered the necessary DPMI interfaces.
  52. QEMM and others will probably become capable of doing this in the 
  53. future (if they haven't already done so).
  54.  
  55. The only difference I know of between the 386^max package in the MSC7
  56. box and what you can buy from a retail store is that the copy you
  57. get with MSC7 includes a coupon you can send back to Qualitas to
  58. get a copy of Blue Max (replacing the 386^max in the C7 box).  Cost
  59. of the upgrade is US$20 plus US$25 for shipping outside of continental
  60. US.
  61.  
  62. You may be able to get the upgrade and/or additional info from the 
  63. European office of Qualitas.  The Rolodex card in my kit shows:
  64.  
  65.    Qualitas SA 
  66.    Brussels, Belgium
  67.    Voice:  32 2 648-5470
  68.    Fax:    32 2 648-5440
  69.  
  70.  
  71. Joe Morris / MITRE
  72.