From owner-freebsd-arch@freebsd.org Sun Nov 29 05:06:01 2015 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BE5FA3B602 for ; Sun, 29 Nov 2015 05:06:01 +0000 (UTC) (envelope-from dongseob.park@gmail.com) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5472512E8 for ; Sun, 29 Nov 2015 05:06:01 +0000 (UTC) (envelope-from dongseob.park@gmail.com) Received: by obdgf3 with SMTP id gf3so106828295obd.3 for ; Sat, 28 Nov 2015 21:06:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6G8l4CBHVyoph77ibcJThuNIUwovaer9qUigpNfIMdc=; b=ZnboNHR2f4xB1UrytffnqZJr1xDAZeQMHqJivMUe9pq6p41MnBKmoFxTwEPgg/Nub0 NpA5iBqyj9aT7vkgjDpVRviMJ1K5Mx42B/jM/ptSNuokNnxSNtee1y1zwzdATT/uboq6 YigCvp+QygH8aIImmsj1YB9GDACa9ZstO5wsW3ujw5tL4jheG4g7ZKLPOvXeRCLVEZBs 5scNUuzF5CjfFr8XrTxjSpsvc4dsJdwpy5NjXKEyizP4YopnmKio1wPjkBPCqj/uU8nC 68z65VE7djuVuM/PwI4AK62Q0ohoQVlWOn6VqDAS+Rzv2MMDc/34QPUtUehMp2nNF4GI 4WOw== MIME-Version: 1.0 X-Received: by 10.182.66.116 with SMTP id e20mr38167268obt.68.1448773560630; Sat, 28 Nov 2015 21:06:00 -0800 (PST) Received: by 10.202.49.21 with HTTP; Sat, 28 Nov 2015 21:06:00 -0800 (PST) Date: Sun, 29 Nov 2015 14:06:00 +0900 Message-ID: Subject: Found aarch64 image, How do I run this image? From: Dongseob Park To: freebsd-arch@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2015 05:06:01 -0000 Hello, I found aarch64 VM images on FreeBSD homepage. ( ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/VM-IMAGES/11.0-CURRENT/aarch64/Latest/ ) I know, Virtualbox doesn't support arm64-aarch64 but there're vhd/vmdk images is available. I guess it can be run in qemu but does someone tried that images on x86/x86_64 host? Thank you