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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25931 invoked from network); 7 May 2022 04:39:03 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 7 May 2022 04:39:03 -0000 Received: from mx0.riseup.net ([198.252.153.6]) by 9front; Sat May 7 00:36:54 -0400 2022 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4KwF5F5hcPz9tfl for <9front@9front.org>; Fri, 6 May 2022 21:36:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1651898209; bh=D/uc2Z5Zo0ze0KXtU6qRy9z3nXZ6GGLD25HEdLo/WCY=; h=Date:From:To:In-Reply-To:References:Subject:From; b=O5kawQaRcM/Qd5/Dnt5+HhpOt8hM/1ErBDWPctzfZRDFF3fOIlzbiX4IwlVUZsG77 kVTZ5wqK1eWlIXdNs5R/4E23Y62+SrOY2Hj8/4MaIv9dXvVLgz68x3tg/53ILtwnO3 eW+rroLrcNwmxcNk4ZeeCJpHJJQyltz2okocSYzw= X-Riseup-User-ID: 7D3E4900CE8AE1F611B65EC0870E7368F16C46A32A829A0A5F98E3F9EA81F8C8 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4KwF5F0zBpz5vw3 for <9front@9front.org>; Fri, 6 May 2022 21:36:48 -0700 (PDT) Date: Sat, 7 May 2022 04:36:29 +0000 (UTC) From: mkf9 To: 9front@9front.org Message-ID: <407f2cc8-b67b-43cf-849e-096dc141a21b@riseup.net> In-Reply-To: <5A2C87586001ED63ED5EBDD530DA939B@eigenstate.org> References: <5A2C87586001ED63ED5EBDD530DA939B@eigenstate.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Correlation-ID: <407f2cc8-b67b-43cf-849e-096dc141a21b@riseup.net> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: basic SVG base shader Subject: Re: [9front] build iso from arm64 Reply-To: 9front@9front.org Precedence: bulk May 7, 2022 08:34:11 ori@eigenstate.org: > Quoth william@thinktankworkspaces.com: >> I have another question. Looks like I need to add >> an entry form arm64. But where is the kernel for arm64? > > To put it another way: every arm board is different, > wtih different busses, drivers, peripherals, etc. > > We don't have one kernel for all of them. Each > image targets one specific arm system. > > Arm is a pain that way. Is it a problem with arm itself, or we don't have code to have a unified arm kernel (bcm+omap+etc) yet?