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 11918 invoked from network); 7 Sep 2022 13:51:24 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 7 Sep 2022 13:51:24 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 5370241734; Wed, 7 Sep 2022 23:51:19 +1000 (AEST) Received: from minun.buric.co (minun.buric.co [51.15.8.196]) by minnie.tuhs.org (Postfix) with ESMTP id 8DA8D41731 for ; Wed, 7 Sep 2022 23:51:15 +1000 (AEST) Received: by minun.buric.co (Postfix, from userid 1000) id F2EED35C0F9A; Wed, 7 Sep 2022 09:52:24 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by minun.buric.co (Postfix) with ESMTP id D82B135C0AAA for ; Wed, 7 Sep 2022 09:52:24 -0400 (EDT) Date: Wed, 7 Sep 2022 09:52:24 -0400 (EDT) From: Steve Nickolas X-X-Sender: mary@sd-119843.dedibox.fr To: TUHS In-Reply-To: Message-ID: References: <453CCF20-3A01-4655-A956-149EDC08FA36@canb.auug.org.au> <58D7FE83-15EF-40E8-9DEB-4F6B5E45134E@canb.auug.org.au> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID-Hash: WDSPAA4RRE6EUL33XNESB6YMRSNOB3SV X-Message-ID-Hash: WDSPAA4RRE6EUL33XNESB6YMRSNOB3SV X-MailFrom: usotsuki@buric.co 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] Re: Has this been discussed on-list? How Unix changed Software. List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Wed, 7 Sep 2022, Dan Cross wrote: > Second, I have it directly from folks who worked on Hyper-V that it is > neither based on Unix/Linux, nor strongly influenced by either VMWare > or Xen. It was an entirely in-house project at MSFT that probably > includes more DNA strands from Windows than Unix et al. Some of the > stories about clashes with Cutler to change the Windows startup > sequence to accommodate Hyper-V are interesting (short version: > Cutler, in typical fashion, didn't want to and early versions of > Hyper-V basically booted under windows, then "took over" the running > machine so that Windows resumed, but suddenly in a VM where it had not > been before). That sounds like what Compaq's CEMM (a.k.a. EMM386) did with MS-DOS. -uso.