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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26551 invoked from network); 5 Sep 2022 03:56:48 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 5 Sep 2022 03:56:48 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 355CD40D78; Mon, 5 Sep 2022 13:56:24 +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 5905540D0A for ; Mon, 5 Sep 2022 13:56:12 +1000 (AEST) Received: from smtp1.prv.netside.co.jp by mailhub-p.netside.co.jp (Postfix) with ESMTP id D913B4409241 for ; Mon, 5 Sep 2022 12:55:08 +0900 (JST) Received: from coco.yorie.netside.co.jp by smtp1.prv.netside.co.jp (Postfix) with ESMTP id D2B56B61B; Mon, 5 Sep 2022 12:52:59 +0900 (JST) Received: from localhost (localhost [IPv6:::1]) by coco.yorie.netside.co.jp (Postfix) with ESMTP id 61FC8511BD; Mon, 5 Sep 2022 12:55:20 +0900 (JST) Date: Mon, 05 Sep 2022 12:55:20 +0900 (JST) Message-Id: <20220905.125520.1044731729545828502.mochid@netside.co.jp> To: tuhs@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 Message-ID-Hash: UH5IAWY4XHGB7A677KP6DHPZX2CKTZDP X-Message-ID-Hash: UH5IAWY4XHGB7A677KP6DHPZX2CKTZDP X-MailFrom: mochid@netside.co.jp X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] i386 binary of 4.4BSD-Alpha List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: I added i386 binary compiled from 4.4BSD-Alpha source. http://www.netside.co.jp/~mochid/comp/bsd44-build/ Boot with bochs works rather well. qemu-system-i386 also boots, and NIC (NE2000 ne0) works good, but kernel prints many "ISA strayintr" messages. I got many useful infomations from below 2 sites: "Fun with virtualization" https://virtuallyfun.com/ 386bsd bochs qemu "Computer History Wiki!" https://gunkies.org/wiki/Main_Page Installing 386BSD on BOCHS First time, I tried to compile i386 using 4.4BSD final (1995) source, patching many many pieces from 386BSD, NetBSD, and else.. but then, I felt "Well, we have BSD/OS 2.0, NetBSD 1.0, and FreeBSD 2.0 those are full of good improvements.." So, I changed target, and remebered Pace Willisson's memo in 4.4BSD (and in 4.4BSD-Lite2 also) sys/i386/i386/README: "4.4BSD-alpha 80386/80486 Status" June 20, 1992 that file says "can be compiled into a fairly usable system". yeah, needed chages not so small, though. -mochid