From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yAFjHnxW9l+GRwAA0tVLHw (envelope-from ) for ; Thu, 07 Jan 2021 00:31:56 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id aDMiGnxW9l/9PwAAbx9fmQ (envelope-from ) for ; Thu, 07 Jan 2021 00:31:56 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1FADC9401C0 for ; Thu, 7 Jan 2021 00:31:55 +0000 (UTC) Received: from localhost ([::1]:40292 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kxJDW-0001Nt-Cy for larch@yhetil.org; Wed, 06 Jan 2021 19:31:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59240) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxAUJ-00064v-Ok for guix-devel@gnu.org; Wed, 06 Jan 2021 10:12:39 -0500 Received: from imap2.colo.codethink.co.uk ([78.40.148.184]:35284) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxAUI-0003dy-5j for guix-devel@gnu.org; Wed, 06 Jan 2021 10:12:39 -0500 Received: from [78.40.148.182] (helo=webmail.codethink.co.uk) by imap2.colo.codethink.co.uk with esmtpsa (Exim 4.92 #3 (Debian)) id 1kx9wx-0005CV-Md; Wed, 06 Jan 2021 14:38:11 +0000 MIME-Version: 1.0 Date: Wed, 06 Jan 2021 14:38:11 +0000 From: Paul Sherwood To: bootstrappable@freelists.org Subject: Re: [bootstrappable] wip-full-source-bootstrap: from a 357-byte `hex0' to 'hello' In-Reply-To: <87im8cvdpa.fsf@gnu.org> References: <87im8cvdpa.fsf@gnu.org> User-Agent: Roundcube Webmail/1.4.10 Message-ID: <36b3777d90af6fa2e1c1778ba183111e@codethink.co.uk> X-Sender: paul.sherwood@codethink.co.uk Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: none client-ip=78.40.148.184; envelope-from=paul.sherwood@codethink.co.uk; helo=imap2.colo.codethink.co.uk X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Wed, 06 Jan 2021 19:31:42 -0500 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.34 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: 1FADC9401C0 X-Spam-Score: -2.34 X-Migadu-Scanner: scn0.migadu.com X-TUID: cptljg3V6XZD On 2021-01-04 17:01, Jan Nieuwenhuizen wrote: > I have reset Guix' wip-full-source-bootstrap branch with a first > working > implementation of the, well, "Full Source Bootstrap" for x86-linux (and > x86_64-linux). This bootstrap is rooted in the 357-byte hex0-seed from > the Stage0 project (https://savannah.gnu.org/projects/stage0): This is really exciting, great job Jan! Do you need any help, e.g. on the ARM side, or with optimising the integration?