home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / emacs / help / 4908 < prev    next >
Encoding:
Text File  |  1992-11-24  |  2.1 KB  |  55 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!das.wang.com!wang!wjs
  3. From: wjs@wang.com (William Smith)
  4. Subject: Re: Demacs question
  5. Organization: Wang Labs, Lowell MA, USA
  6. Date: Tue, 24 Nov 1992 00:27:01 GMT
  7. Message-ID: <By72L3.Cp@wang.com>
  8. References: <1992Nov19.030333.16244@viewlogic.com> <KLUG.92Nov19095920@klug.Software.Mitel.COM>
  9. Lines: 44
  10.  
  11. klug@Software.Mitel.COM (Peter Klug) writes:
  12.  
  13.  
  14. >>     I have just installed demacs 1.20 and when I run it  I get the following
  15. >>     error message:
  16. >>
  17. >>     CPU must be in real mode (not V*^ mode) to run this program.
  18. >>
  19. >>     Can anyone tell me what I am doing wrong?
  20. >>
  21. >>     Thanks, Bill C.
  22.  
  23.  
  24. >Another problem I found was that there is some sort of conflict with
  25. >the expanded memory manager.  It would take DEMACS well over a minute
  26. >to come up and even then it didn't operate properly.  I poked around
  27. >in CONFIG.SYS until I found that EMM386.EXE was the culprit.  I now
  28. >have the following line in my CONFIG.SYS:
  29.  
  30. >device=emm386.exe off
  31.  
  32. >This seems to eliminate the problem.  DEMACS now loads in about 5
  33. >seconds (on a 386, 33MHz) and operates mostly as expected (except for
  34. >setting the mark and binding the keypad keys).  When you require
  35. >expanded memory, you can execute the following from the DOS prompt:
  36.  
  37. >emm386.exe on 
  38.  
  39.    The best solution I've found was to use the following line for emm386.exe
  40.  
  41.    DEVICE=C:\WINDOWS\EMM386.EXE 1024 FRAME=E000 ram
  42.  
  43.    This gives me 1meg of expanded memory for use in games or whatever needs it
  44.    and uses a 64K page frame at segment E000 (normally not used anyway unless
  45.    you include it with 'i=e000-efff').  Whenever you use "noems" on the emm386
  46.    command line it (appears) to put the CPU into protected mode and the dos
  47.    extender used by demacs complains with "real mode" error.
  48. hope this helps
  49.    
  50. -- 
  51. /*-------------------------------------------------------------------------
  52.    William J. Smith, Wang Labs M/S 019-72B, 1 Industrial Ave      
  53.    Lowell, MA 01851-5161,  (508) 967-6901, email: wjs@wiis.wang.com
  54. --------------------------------------------------------------------------*/
  55.