From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 77DD92533A for ; Mon, 12 Feb 2024 15:03:10 +0100 (CET) Received: from ftrv.se ([45.76.35.157]) by 9front; Mon Feb 12 09:01:56 -0500 2024 Message-ID: <3DF5CA38A7012EFE175EBFD814CE7121@ftrv.se> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ftrv.se; s=mail2; t=1707746514; bh=CMmLcwCet02nohfUxX7Trai78Oh58sw8uqywqk/4wsA=; h=To:Subject:Date:From:In-Reply-To; b=rT+VowLd9cKkdCsrVdztDaJyKJLtjbWhf91G52UwG50ftt3m+LC0BoH4RwYA0W9lb CtEHeWWaQ2aqPNx8xsCbXrNZnF/6NHZrtkhWrhPrWvRtohjZuhka2DTWZ+qBrht++a kncMWOLwT3X2HhQJ5FXaUZmeCWz8twtl14IsnYvTfN8BWsUXEwZPQ809EuJJVDpbWP nzcwtd4Fzp9aNBP05vojuze2fi91gbWrin8bqfOmil7+swaik4QdQ6/4+uBFDLp/9y qQZRXoKTZsrhpQe+xOaO4SdJcrzPUbElFsjdlBq31CJq4nLBrO+kkU2L9n/jj3hvo6 h1gtGvTcvo19Q== To: 9front@9front.org Date: Mon, 12 Feb 2024 15:01:54 +0100 From: =?utf-8?q?Sigrid_Solveig_Hafl=C3=ADnud=C3=B3ttir?= 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: CSS-aware enhancement HTML over TOR information just-in-time generator Subject: Re: [9front] Reform MNT Boot Process Reply-To: 9front@9front.org Precedence: bulk I forgot to mention where the addresses come from. 0x40010000 is the plan9.ini files which gets loaded by U-Boot as is and is used by 9front kernel when booting, it's hardcoded in /sys/src/9/imx8/mem.h:71 The other one (0x40100000) is where the kernel gets placed - /sys/src/9/imx8/mem.h:48 Hope that helps.