Berkeley Flame

J.WOOD jlw at ariel.UUCP
Sun Nov 13 22:53:37 AEST 1983


Steve Dyer's article makes the same semantic mistake that I
have seen in many articles recently.  The specific statement
made is that BTL UNIX doesn't have 'virtual' memory for its
VAX version.  Of course it has virtual memory; what it doesn't
have and what all the submitters mean is that BTL UNIX doesn't
implement a paging virtual mamory system.  BTL UNIX implements
virtual memory meaning that the address bit pattern generated
in an instruction or by some arithmetic operation in a register
for example is translated by a memory management unit before
a main store reference is made.  On the other hand, when BTL
UNIX needs some more main store, it selects a process to be
deleted and ships the whole image to a swap device.  When
Berkeley UNIX needs some more main store it looks for a page
to delete.  This is more efficient than the BTL way.  The
other alternative which is becoming more attractive for
many sites is to just buy enough memory.  That runs faster
than either.



					Joseph L. Wood, III
					AT&T Information Systems
					Laboratories, Holmdel
					(201) 834-3759
					ariel!jlw



More information about the Comp.unix.wizards mailing list