home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / pascal / 8418 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.4 KB  |  30 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cs.utexas.edu!torn!news.ccs.queensu.ca!slip207.telnet1.QueensU.CA!dmurdoch
  3. From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
  4. Subject: Re: BP 7.0 bug??????
  5. Message-ID: <dmurdoch.329.727667423@mast.queensu.ca>
  6. Lines: 18
  7. Sender: news@knot.ccs.queensu.ca (Netnews control)
  8. Organization: Queen's University
  9. References: <35168@adm.brl.mil>
  10. Date: Fri, 22 Jan 1993 01:50:24 GMT
  11.  
  12. In article <35168@adm.brl.mil> lee@cpu.us.dynix.com (Lee Crites) writes:
  13.  
  14. >I am getting this message a LOT with BP7.  Is there a bug here?  I have
  15. >4meg of RAM, and set up my computer so that the only TSR's kicking around
  16. >are the mouse driver and SSTOR (SuperStore disk compression utility).  I
  17. >ought to have loads of room, but can't seem to get at it.  I can't even
  18. >get most of the TV demos to run from within the IDE (^F9) without running
  19. >out of memory.  I played with this some last night, but didn't make any
  20. >headway.  I ran the utility that cam with BP7 to test the EMS, and it
  21. >worked fine.  I also have the IDE set up to use EMS (something I had to do
  22. >quite early just to get some of my other programs to compile).
  23.  
  24. It sounds as though you're using TURBO, not BP, since BP can't use EMS.  
  25. TURBO has the same limitations as it did in 6.0 - only edit buffers go into 
  26. EMS, all the rest has to fit in low RAM.  If you want to make good use of 
  27. all of your memory, you have to use the protected mode IDE instead.
  28.  
  29. Duncan Murdoch
  30.