YggFilePageMgrImpls.config
Copyright Ó 1988 by Xerox Corporation. All rights reserved.
Last edited by:
Bob Hagmann April 1, 1988 2:26:25 pm PST
YggFilePageMgrImpls: CONFIGURATION
IMPORTS YggDummyFile, YggDummyProcess, YggDummyVM, YggFileMap, RedBlackTree, VM
EXPORTS YggFilePageMgr
CONTROL YggFilePageMgrMainImpl, YggFilePageMgrLruImpl, YggFilePageMgrIOImpl =
BEGIN
YggFilePageMgrMainImpl;
YggFilePageMgrLruImpl;
YggFilePageMgrIOImpl;
END.