-- RealMemory.mesa
-- Last edited by McJones, February 3, 1981  4:12 PM

RealMemory: DEFINITIONS =
BEGIN

-- Storage to hold real memory allocation table: size is enough words
-- to contain bits numbered [0..maxRealPageNumber), even if real page
-- numbers do not begin at zero.
-- Initial value is not important.
allocMap: READONLY DESCRIPTOR FOR ARRAY OF WORD;

Initialize: PROCEDURE; -- initialize allocation bitmap, start cleanup proc

MoveToDisplayMemory: PROCEDURE [proc: PROCEDURE];
-- Move all code in the space occupied by the specified procedure to
-- Dandelion display memory.  This is a no-op on processors other than
-- the Dandelion.

END...

LOG

Time: January 15, 1981  3:13 PM	By: Gobbel
	Created file