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.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 17484 invoked from network); 2 May 2023 03:05:42 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 2 May 2023 03:05:42 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 0A6C041479; Tue, 2 May 2023 13:05:37 +1000 (AEST) Received: from out-23.mta1.migadu.com (out-23.mta1.migadu.com [95.215.58.23]) by minnie.tuhs.org (Postfix) with ESMTPS id 6B13941476 for ; Tue, 2 May 2023 13:05:27 +1000 (AEST) Date: Mon, 01 May 2023 22:05:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infinitecactus.com; s=key1; t=1682996725; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vQ31k3SRf12H9BZ0iUQvE6fcaKIYz34dYdEfPzCtwt0=; b=JgCRQlV4pHM1GZOKrKn5QUibP0UefqTtyVFFGpsD4qVxMbFqzbpmNk1FhYnQeSr+AKZc2R N35+HLyLq1dNoaM5egyeXFT/FDrwd7IOthnmzqRVGd5uzkXIxpvvxjevSuv4bW8L8gkJ7T Zi7DABNYhFRLPIbV9+5QhXOY/y6rKNE= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Jason Bowen To: tuhs@tuhs.org, Larry McVoy , Clem Cole In-Reply-To: <20230502023451.GK29744@mcvoy.com> References: <20230502023451.GK29744@mcvoy.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Message-ID-Hash: 4QN2IYKMQ3GSPKD2T43JUBMFTDPIRRV7 X-Message-ID-Hash: 4QN2IYKMQ3GSPKD2T43JUBMFTDPIRRV7 X-MailFrom: jbowen@infinitecactus.com 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: TUHS X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Revisiting 6th Edition: rxv64 List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Love the comment above main() > /// Starting an operating system is inherently unsafe=2E https://github=2Ecom/dancrossnyc/rxv64/blob/c19418398de24e55f9cc818bda21ce= 2d0e402cf3/kernel/src/main=2Ers#L83 --=20 jbowen