home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / pascal / 8600 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.3 KB

  1. Path: sparky!uunet!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!news.netmbx.de!Germany.EU.net!Informatik.Uni-Dortmund.DE!troja!neuhaus
  2. From: neuhaus@troja.informatik.uni-dortmund.de (Jan Neuhaus)
  3. Newsgroups: comp.lang.pascal
  4. Subject: BP7.0 DPMI: Using a swap file for PM-Applications
  5. Date: 27 Jan 1993 17:09:17 GMT
  6. Organization: CS Department, Dortmund University, Germany
  7. Lines: 19
  8. Sender: neuhaus@troja (Jan Neuhaus)
  9. Distribution: world
  10. Message-ID: <1k6fjtINNogc@fbi-news.Informatik.Uni-Dortmund.DE>
  11. References: <2614@blue.cis.pitt.edu>
  12. Reply-To: neuhaus@ls10.Informatik.Uni-Dortmund.DE
  13. NNTP-Posting-Host: troja.informatik.uni-dortmund.de
  14. Keywords: BP7.0,DPMI,Swapping
  15.  
  16. -- 
  17.  
  18. The integrated environment of BP has an option (/f<n>) which allows to
  19. create a swapfile of <n>KB size. This is used to extend the virtuell
  20. memory which is available under DPMI (provided by RTM.EXE).
  21.  
  22. I was wondering whether it is possible to use this feature for
  23. applications created with BP. Assuming a huge harddisk it might be
  24. possible to applications using 16MB on a machine which has only 2MB
  25. of RAM. After reading most of the manuals and some frustrating tests
  26. I decided to ask this question to the net:
  27.  
  28. Is it possible to use a swapfile to extend the memory availible under
  29. the DPMI provided by Borland?
  30.  
  31. ---------------------------------------------------------------------
  32. {$X+}
  33. {$I STD_DISC.LAI}
  34.  
  35.