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.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 03CCB20CEA for ; Wed, 20 Mar 2024 17:12:58 +0100 (CET) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Wed Mar 20 12:11:35 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1710951072; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UymWHVhAwulOxmIRmtT25RKtihdDoKeN3P2hEwFFEUM=; b=N8J+Ue5k3J2SOBsbE7ckjlVpyt4tS9o0yi783OasWcbKKbopLFF7k+9fbuhDCYk/XloLV3 JrpMp1na7Lak5SuEfSd7kSaiqK1kHvvnK4iaiB5mW8AIgEpdJkTK4DvoV1rpJBV+3WkedB 43wqJAZSNuPCRpq/m6tqdQKAvMcDwls= Received: from [192.168.168.200] ( [207.45.82.38]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id ca12a5f6 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Wed, 20 Mar 2024 11:11:11 -0500 (CDT) Message-ID: <074bf970-c82b-4603-8e75-b680161c3478@posixcafe.org> Date: Wed, 20 Mar 2024 11:11:32 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: 9front@9front.org References: <257affa7-de99-49eb-b41a-130566a7f60b@posixcafe.org> <2859fbcf-d2a4-4350-a0d0-fddf9c325b83@posixcafe.org> <540d0b6f-5a0d-4680-b1a9-533b8f6dd6ba@posixcafe.org> From: Jacob Moody In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: object-oriented converged property GPU framework Subject: Re: [9front] First time 9front start with qemu Reply-To: 9front@9front.org Precedence: bulk On 3/20/24 11:00, Bengt Kleberg wrote: > It might be possible for me to figure out something about the arm64 VM, but I would need to know a place to start for that. Which I do not. > I gave you the example qemu command for running the arm64 image previously in this thread: qemu-system-aarch64 -M virt-2.12,accel=hvf,gic-version=3 \ -cpu host -m 4G -smp 4 \ -bios u-boot.bin \ -drive file=9front.arm64.qcow2,if=none,id=disk \ -device virtio-blk-pci-non-transitional,drive=disk \ -serial stdio -nic user,mode=virtio-net-pci-non-transitional You will need a newish u-boot.bin for this as well, as stated earlier. If this is too technical for you, you can use an x86_64 VM and be fine, but you can't have your cake and eat it too. - moody