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 18139 invoked from network); 6 Mar 2021 02:42:53 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 6 Mar 2021 02:42:53 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 87DA79CAC1; Sat, 6 Mar 2021 12:42:46 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 45D709CA6D; Sat, 6 Mar 2021 12:42:26 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id A49469CA6D; Sat, 6 Mar 2021 12:42:23 +1000 (AEST) Received: from mailhub-p.netside.co.jp (202.215.220.64.ap.gmobb-fix.jp [202.215.220.64]) by minnie.tuhs.org (Postfix) with ESMTP id 90B7F9CA6B for ; Sat, 6 Mar 2021 12:42:22 +1000 (AEST) Received: from smtp1.prv.netside.co.jp by mailhub-p.netside.co.jp (Postfix) with ESMTP id AB32144091E2 for ; Sat, 6 Mar 2021 11:42:02 +0900 (JST) Received: from coco.yorie.netside.co.jp by smtp1.prv.netside.co.jp (Postfix) with ESMTP id ACF95B61B for ; Sat, 6 Mar 2021 11:42:01 +0900 (JST) Received: from localhost (localhost [IPv6:::1]) by coco.yorie.netside.co.jp (Postfix) with ESMTP id 6538F511BD for ; Sat, 6 Mar 2021 11:42:01 +0900 (JST) Date: Sat, 06 Mar 2021 11:42:01 +0900 (JST) Message-Id: <20210306.114201.619231632323334129.mochid@netside.co.jp> To: tuhs@minnie.tuhs.org From: MOCHIDA Shuji X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [TUHS] 4.4BSD sparc, pmax binary recently compiled 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" I compiled 4.4BSD to get pmax and sparc binary, from CSRG Archive CD-ROM #4 source code. http://www.netside.co.jp/~mochid/comp/bsd44-build/ pmax: - Works on GXemul DECstaion(PMAX) emulation. - I used binutils 2.6 and gcc 2.7.2.3 taken from Gnu ftp site, as 4.4BSD src does not contain pmax support part in as, ld, gcc and gdb. - Lack of GDB. I got rid of compile errors of gdb 4.16, but that does not work yet. - gcc included can not deal c++ static constructor. So, contrib/groff can not be compiled. Instead, it uses old/{nroff,troff,eqn,tbl..}. sparc: - Works on sun4c. I use on SPARCstation 2, real hardware. TME sun4c emulation can boot to single user, but it locks up in middle of /etc/rc. CSRG Archive CD-ROM #4's source code (just after Lite2 release) seems have differences from CSRG's binary distributions before (2 times), e.g. mount systemcall is not compatible. I used NetBSD 1.0/sparc, NetBSD 1.1/pmax for 1st (slightly) cross compiling. NetBSD 1.0/sparc boots and works well on TME emulator. SunOS 4.1.4, Solaris7 works too, but this 4.4BSD binary doesn't.. -mochid