home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7482 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.3 KB  |  29 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!torn!news.ccs.queensu.ca!mast.queensu.ca!dmurdoch
  3. From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
  4. Subject: Re: BP 7.0
  5. Message-ID: <dmurdoch.362.724429855@mast.queensu.ca>
  6. Lines: 17
  7. Sender: news@knot.ccs.queensu.ca (Netnews control)
  8. Organization: Queen's University
  9. References: <1992Dec15.132615.29226@welchgate.welch.jhu.edu>
  10. Date: Tue, 15 Dec 1992 14:30:55 GMT
  11.  
  12. In article <1992Dec15.132615.29226@welchgate.welch.jhu.edu> francois@welchgate.welch.jhu.edu (Francois Schiettecatte) writes:
  13. >I have a couple of questions about BP 7.0, I understand that 
  14. >it will compile programs so that they can run in protected
  15. >mode ( thus accessing memory above the 1Mb line ). If this 
  16. >is the case, then do they do away with the 64K segment limit,
  17. >I need to be able to extend my data segment beyond the 64K limit
  18. >and I dont want to do a lot of rewritting of code. Currently
  19. >I use TP 6.0 and I am limited to 64K segments, but I can only
  20. >run in real mode.
  21.  
  22. No, BP 7 protected mode is the 16 bit protected mode introduced with the 286 
  23. processor.  That means 64K segments.  There are lots of ways to get around 
  24. this limit, but none of them are painless.
  25.  
  26.  
  27. Duncan Murdoch
  28. dmurdoch@mast.queensu.ca
  29.