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 24001 invoked from network); 19 Sep 2020 15:56:53 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 19 Sep 2020 15:56:53 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 0F4CE9CC22; Sun, 20 Sep 2020 01:56:50 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 854B09CC12; Sun, 20 Sep 2020 01:56:18 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 40DD19CB46; Sun, 20 Sep 2020 01:56:16 +1000 (AEST) X-Greylist: delayed 1659 seconds by postgrey-1.36 at minnie.tuhs.org; Sun, 20 Sep 2020 01:56:15 AEST Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id 7F7649CB09 for ; Sun, 20 Sep 2020 01:56:15 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id 4E73A18C0DD; Sat, 19 Sep 2020 11:28:35 -0400 (EDT) To: tuhs@minnie.tuhs.org Message-Id: <20200919152835.4E73A18C0DD@mercury.lcs.mit.edu> Date: Sat, 19 Sep 2020 11:28:35 -0400 (EDT) From: jnc@mercury.lcs.mit.edu (Noel Chiappa) Subject: Re: [TUHS] Fwd: Choice of Unix for 11/03 and 11/23+ Systems 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: , Cc: jnc@mercury.lcs.mit.edu Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > From: Paul Riley > Is LSX the only option on the 11/03, or could I run V6 or Mini-Unix with > more RAM? All PDP-11 Unix versions from V4 on require the MMU, so the -11/03 is out for them. We don't have the code for V2-V4, though. So V1 (mostly all assembler, no C :-), LSW and Mini-Unix are the only options for it. V6 can be run on an -11/23 (I've done it), but not straight out of the box; it requires a few minor tweaks first: http://gunkies.org/wiki/Running_UNIX_V6_on_an_-11/23 Noel