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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HTML_MESSAGE,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11317 invoked from network); 30 Jul 2021 16:26:35 -0000 Received: from tb-ob21.topicbox.com (173.228.157.67) by inbox.vuxu.org with ESMTPUTF8; 30 Jul 2021 16:26:35 -0000 Received: from tb-mx0.topicbox.com (tb-mx0.nyi.icgroup.com [10.90.30.73]) by tb-ob21.topicbox.com (Postfix) with ESMTP id B08803A8C4 for ; Fri, 30 Jul 2021 12:26:32 -0400 (EDT) (envelope-from bounce.mM8a093f85ade55d681f97874a.r522be890-2105-11eb-b15e-8d699134e1fa@9fans.bounce.topicbox.com) Received: by tb-mx0.topicbox.com (Postfix, from userid 1132) id 959152F7D08C; Fri, 30 Jul 2021 12:26:32 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=9fans.net; h=to :message-id:date:mime-version:content-type :content-transfer-encoding:from:list-help:list-id:list-post :list-subscribe:reply-to:subject:list-unsubscribe; s=dkim-1; bh= hjToP+nOND18stP+cRzfuWFqPE4nONODGpBpHjWLCws=; b=dzCRq9U14o1DhlJn 0WRNVWu/KNHXG0jdLN5r+Q8tWxdxSotVSBGmYlu776ZLlX0s/Etk69f2TaC+M8EQ 4euecOlr8/h8PU6REUy0ruLYogFVFx8LV80vmtvqSsBGCFEibYAw1OobOD9zBzBA jODmdaUMDc4Jo/lAwdQNLgz/Jsk= To: 9fans <9fans@9fans.net> Message-Id: <16276623820.10Fc3013.537559@composer.9fans.topicbox.com> Date: Fri, 30 Jul 2021 12:26:22 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16276623821.309579F9.537559" Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: e0f0f9e4-f152-11eb-a824-6e771e2d11b0 Archived-At: =?UTF-8?B?PGh0dHBzOi8vOWZhbnMudG9waWNib3guY29tL2dyb3Vwcy85?= =?UTF-8?B?ZmFucy9UMWJmYWU2NjRhNjhjNTY3YS1NOGEwOTNmODVhZGU1NWQ2ODFmOTc4?= =?UTF-8?B?NzRhPg==?= From: "leimy2k via 9fans" <9fans@9fans.net> List-Help: List-Id: "9fans" <9fans.9fans.net> List-Post: List-Software: Topicbox v0 List-Subscribe: Precedence: list Reply-To: 9fans <9fans@9fans.net> Subject: [9fans] fork of a fork of Inferno that runs on Mac OS amd64 List-Unsubscribe: , Topicbox-Delivery-ID: 2:9fans:437d30aa-c441-11e9-8a57-d036212d11b0:522be890-2105-11eb-b15e-8d699134e1fa:M8a093f85ade55d681f97874a:1:Sk-LoP5eu1n2QrTtHnCNt1yBH3n8Na1RcsqfMBRG2bM --16276623821.309579F9.537559 Date: Fri, 30 Jul 2021 12:26:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://github.com/Leimy/9ferno-leimy=C2=A0has the crawling phase of a port= of Inferno that will run on modern Mac OS. So far - no GUI as I wanted to just get it working to start, and I'm sharin= g it in case folks want to help out. And I really mean that... I've done some things that I don't think are grea= t, like renaming the panic function to avoid a name collision with some sys= tem headers. I based the work from the OpenBSD amd64 emu port here:=C2=A0git://git.9fron= t.org/plan9front/9ferno, and my intention is to get the changes cleaned up,= get the GUI working (maybe port over the drawterm stuff from the 9front dr= awterm) etc. If you try to use it now, just know that backspace/delete will exit the emu= , and you'll want ctrl-h to backspace instead. I did very minimal testing but ndb/dnsquery was working. - Dave ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T1bfae664a68c567a-M8a093= f85ade55d681f97874a Delivery options: https://9fans.topicbox.com/groups/9fans/subscription --16276623821.309579F9.537559 Date: Fri, 30 Jul 2021 12:26:22 -0400 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
https://github.com/Leimy/9ferno-leimy has the crawling phase o= f a port of Inferno that will run on modern Mac OS.

<= /div>
So far - no GUI as I wanted to just get it working to start, and = I'm sharing it in case folks want to help out.

And I really mean that... I've done some things that I don'= ;t think are great, like renaming the panic function to avoid a name collis= ion with some system headers.

I based the = work from the OpenBSD amd64 emu port here: git://git.9front.org/plan9front/9ferno, and my= intention is to get the changes cleaned up, get the GUI working (maybe por= t over the drawterm stuff from the 9front drawterm) etc.
If you try to use it now, just know that backspace/delete wi= ll exit the emu, and you'll want ctrl-h to backspace instead.

I did very minimal testing but ndb/dnsquery was wor= king.

- Dave
= --16276623821.309579F9.537559--