Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!quanta.eng.ohio-state.edu!joe From: joe@quanta.eng.ohio-state.edu (Joseph T. Rohde) Newsgroups: comp.lang.c++ Subject: Re: Zortech C++ Version 2.1 Message-ID: <5199@quanta.eng.ohio-state.edu> Date: 27 Jun 90 16:51:09 GMT References: <25252@unix.cis.pitt.edu> Reply-To: joe@quanta.eng.ohio-state.edu (Joseph T. Rohde) Organization: The Ohio State University Lines: 20 In article <25252@unix.cis.pitt.edu> rozin@unix.cis.pitt.edu (R Rozin) writes: > 1. Virtual code manager, which is supposed to let you write programs > up to 4 megabytes in size in real mode. > 2. Rational systems Dos extender, which is supposed to let you write > proprams which access memory beyond 640k. > Someone wrote about all this earlier, but I believe the basic idea is this: Up to a 4Mb code segment, and a ?Mb data segment. The important thing about (1) is that it allows the code segment to grow past the 640K. It probably does this with soem type of built in swapping?? And this method is not usable for the data segment, or at least not for dynamic allocation. Just my guess, and I hope it's accurate so I don't get flamed to death :-) Joe -- :-------------------- rohde@eng.ohio-state.edu ------------------: : He's dead Jim, you get his tri-corder, I'll get his wallet : :------------------------------------------------------------------: