Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!sri-spam!nike!ucbcad!ucbvax!decvax!decwrl!amdcad!cae780!tan From: tan@cae780.UUCP Newsgroups: net.arch Subject: Re: Paging Message-ID: <2825@cae780.UUCP> Date: Tue, 14-Oct-86 13:50:01 EDT Article-I.D.: cae780.2825 Posted: Tue Oct 14 13:50:01 1986 Date-Received: Wed, 15-Oct-86 20:12:40 EDT References: <8494@duke.duke.UUCP> <147@eneevax.UUCP> <7110@utzoo.UUCP>, <842@ihlpm.UUCP> Organization: Tektronix, Inc. (CAE Systems Division), Santa Clara, CA Lines: 20 Summary: virtual memory == mapping ? In article <842@ihlpm.UUCP>, edsxdev0@ihlpm.UUCP (Bruzzini) writes: > > From my dictionary of computer terms: > > virtual memory: The mapping of a program address into a physical memory > address, usually done by hardware. > > > Daryl Monge NET: ihnp4!ihelp!dlm > AT&T CIS: 72717,65 > Bell Labs > Naperville, Ill. I don't know which computer dictionary you are using. To me, virtual memory is a logical memory. The address space of virtaul memory is, usually, >> that of physical one. The mapping is just a mechanism to convert the logical memory space to the physical one (in run time). I believe you need a better dictiionary.