home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / programm / 8677 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.6 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!swrinde!sdd.hp.com!uakari.primate.wisc.edu!caen!malgudi.oar.net!uoft02.utoledo.edu!jupiter!billp
  2. From: billp@jupiter.cse.utoledo.edu (Bill Parquet)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Anyone have a suggestion for a good 286 DOS Extender?
  5. Message-ID: <1992Aug20.182759.9599@uoft02.utoledo.edu>
  6. Date: 20 Aug 92 23:27:58 GMT
  7. References: <9208191520.AA12334@rio.dixie.edu>
  8. Lines: 21
  9. Nntp-Posting-Host: jupiter.cse.utoledo.edu
  10.  
  11. gchunt@rio.dixie.edu (Galen C. Hunt) writes:
  12. : The software project that I'm currently working on needs to run on 286 machines,
  13. : but I would like to use a DOS extender because my program is extremely cramped
  14. : in 640K.  I would appreciate any helpful hints, suggestions or opinions from
  15. : anyone using a 286 DOS extender.  Important questions I have are the following:
  16. :     1) How much does it cost?
  17. :     2) Is there are runtime royalty?
  18. :     3) Will it work with Microsoft C (either 6.0 or 7.0)?
  19. :     4) Will it work with CodeView?
  20. :     5) Does it support automatic paging or swapping to disk?
  21. : Thanks for you time!
  22.  
  23. I got a free copy of pharlap 286 lite with I upgraded to borland c++ 3.1.
  24. I'm not sure how much it costs if it was bought separately (or even if they
  25. do [it may be just something they threw together to get people to buy
  26. the big $500 full SDK])  It does work with bcpp 3.1 and turbo debugger.
  27.  
  28. I'm not sure if there are any 286 extenders out there that support paging
  29. on the 286.  Although the hardware supports it, its pretty hairy (it has
  30. to take place using variable sized segments instead of fixed size pages
  31. on the 386)
  32.