Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!yetti!geac!daveb From: daveb@geac.UUCP (Dave Brown) Newsgroups: comp.unix.wizards Subject: Re: UNIX Facilities for Interpreters Message-ID: <758@geac.UUCP> Date: Thu, 11-Jun-87 12:48:07 EDT Article-I.D.: geac.758 Posted: Thu Jun 11 12:48:07 1987 Date-Received: Sat, 13-Jun-87 06:36:30 EDT References: <540@iscuva.ISCS.COM> <20776@sun.uucp> Reply-To: daveb@geac.UUCP (Dave Brown) Organization: GEAC Computers, Toronto, CANADA Lines: 12 Summary: Huh? Multics redux. In article <20776@sun.uucp> guy%gorodish@Sun.COM (Guy Harris) writes: >Some systems *do* implement a real live "mmap" that permits you to >map files into your address space. This is probably the way to go. Unix's pa did that, and it worked quite well: the file system was mostly managed by the VMM, and the code was smaller than a seperate file system and VMM (is was larger than the v6 swapper & file system, though). It is also trivial to build a file-system-flavored interface to a VMM-based disk system, which is what both Multics and presumably Apollo did. --dave (mutlicks is alive and living on the riviera) brown