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=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23328 invoked from network); 18 Aug 2022 23:28:36 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 18 Aug 2022 23:28:36 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Thu Aug 18 19:25:06 -0400 2022 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-137.nycmny.fios.verizon.net [74.108.56.137]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 49336357 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Thu, 18 Aug 2022 16:24:55 -0700 (PDT) Message-ID: <0B86E12FBB1D4FAD7364472E28455060@eigenstate.org> To: 9front@9front.org Date: Thu, 18 Aug 2022 19:24:53 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: generic ISO-certified component information interface Subject: Re: [9front] hackathon writeup Reply-To: 9front@9front.org Precedence: bulk Quoth Stuart Morrow : > Throwing an idea out because I've never seen anyone > else say it: the best possible linuxemu is Linux itself, > running as User-Mode Linux, which ought to be possible > with Linux syscall emulation (again, the code is in NIX), > except not really because there's no ptrace and UML is > centred around that. Fuck that noise. It's easier to do hardware emulation than linux syscall emulation. And it's more generally useful.