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 21922 invoked from network); 2 Oct 2020 00:39:58 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 2 Oct 2020 00:39:58 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 03BDF9CF58; Fri, 2 Oct 2020 10:39:54 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 679C49CF29; Fri, 2 Oct 2020 10:39:06 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 709BE9CF29; Fri, 2 Oct 2020 10:39:02 +1000 (AEST) Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id CA9289CF28 for ; Fri, 2 Oct 2020 10:39:01 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id AB3DB18C101; Thu, 1 Oct 2020 20:39:00 -0400 (EDT) To: tuhs@minnie.tuhs.org Message-Id: <20201002003900.AB3DB18C101@mercury.lcs.mit.edu> Date: Thu, 1 Oct 2020 20:39:00 -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" > At some point, I'll produce a 'MiniUnix ld' on vanilla V6, so I can > build MiniUnix versions of applications there; the first will be the > shell, so I don't have to keep typing 'chdir' instead of 'cd'! :-) OK, that was pretty smooth. I now have (on the main V6 system) a linker in V6 binary form that outputs MX binary files, so I can do things like: mld sh.o /mnt/lib/lib[ca].a to produce a new shell (which worked fine). (I think to build 'mld' all I had to do was 'cc ld.c', in usr/sys/source on the MX disk.) This whole 'futz with MX by mounting the MX disk under V6' thing works really well. > Then on to trying to find out why MiniUnix crashes whenever I try and do > anything significant. I decided I wasn't up to tackling that, so instead I did all the edits to produce an LSI-11 version of MX. Doesn't boot, though; tries to do a panic, I think. I'm too burned out to keep going, I will continue tomorrow morning (US East Coast time). Once I get it running, before I make it available for download, I need to go back and put conditional assembly flags in mch.s so there's only one source file for both kinds of system; I had originally planned on doing that, but I was in such a 'code attack' mode I forgot all about it. Noel