From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MIME_QP_LONG_LINE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [50.116.15.146]) by inbox.vuxu.org (Postfix) with ESMTP id 90184250A2 for ; Wed, 13 Mar 2024 21:23:58 +0100 (CET) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 1F5D3427CE; Thu, 14 Mar 2024 06:23:54 +1000 (AEST) Received: from cesium.clock.org (cesium.clock.org [157.22.10.65]) by minnie.tuhs.org (Postfix) with ESMTPS id 4CBC0427CA for ; Thu, 14 Mar 2024 06:23:49 +1000 (AEST) Received: from cesium.clock.org (localhost [127.0.0.1]) by cesium.clock.org (Postfix) with ESMTP id 24D93CBA65; Wed, 13 Mar 2024 13:23:46 -0700 (PDT) From: "Erik E. Fair" In-reply-to: To: Henry Bent Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Date: Wed, 13 Mar 2024 13:23:46 -0700 Message-ID: <16117.1710361426@cesium.clock.org> Message-ID-Hash: LMAU22EHDIVNAHXYQLE53YXKBITUZZCQ X-Message-ID-Hash: LMAU22EHDIVNAHXYQLE53YXKBITUZZCQ X-MailFrom: fair-tuhs@netbsd.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: The Eunuchs Hysterical Society X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: SunOS 4 in 2024 List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Henry, I think you're going to be a whole lot happier with NetBSD or OpenBSD on 32-bit = Sun SPARC hardware than trying to coax SunOS into a usable state for the = modern, unfortunately rather hostile, Internet. However, I think you're also going to want to make use of the cross-compilation = tools provided, i.e., build software on [ugh] fast x86 or ARM hardware rather = than wait for the old SPARCs to grind through it. I hope you have cheap electic power service where you are - old Suns run warm = and use a lot more electricity per cycle than modern processors. The other way: emulation on modern power-efficient hardware, e.g., with qemu. Erik