From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19998 invoked from network); 24 Jun 2020 18:33:42 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 24 Jun 2020 18:33:42 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 0DDED945A7; Thu, 25 Jun 2020 04:33:39 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 2DF259459A; Thu, 25 Jun 2020 04:32:58 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 0498C9459A; Thu, 25 Jun 2020 04:32:56 +1000 (AEST) Received: from oclsc.com (oclsc.com [206.248.137.164]) by minnie.tuhs.org (Postfix) with SMTP id 361BB94599 for ; Thu, 25 Jun 2020 04:32:55 +1000 (AEST) Received: by lignose.oclsc.org (Postfix, from userid 1000) id 7B27E4422E; Wed, 24 Jun 2020 14:31:34 -0400 (EDT) To: tuhs@tuhs.org Message-Id: <20200624183134.7B27E4422E@lignose.oclsc.org> Date: Wed, 24 Jun 2020 14:31:34 -0400 (EDT) From: norman@oclsc.org (Norman Wilson) Subject: Re: [TUHS] VFS prior to 1984 X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Reaching outside of UNIX, RSX/11 used external supervisor-mode processes called ACPs (ancillary control processes) to implement file systems. I don't know exactly how they were plugged in, but I do know they were pluggable, so their interface must have constituted a file-system switch of some sort. RSX dates back into the 1970s. At some point in the latter part of the 1980s, Ralph Stamerjohn (a name instantly recognizable in the 16-bit DEC software world) gave a DECUS talk about implementing a remote file system through ACPs: a stub ACP on the client exporting RPCs over the network, a real one at the server end. I remember chatting with him about how that did and didn't resemble the way pjw had done it; interesting architectural comparison. Norman Wilson Toronto ON