From 2caf3bf2ef96cf5cf8c81ec26f6644946894ccf7 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Wed, 15 Nov 2023 11:47:07 -0500 Subject: [PATCH] Updated Support for AArch64 (markdown) --- Support-for-AArch64.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Support-for-AArch64.md b/Support-for-AArch64.md index fb08735..78ae65b 100644 --- a/Support-for-AArch64.md +++ b/Support-for-AArch64.md @@ -6,8 +6,9 @@ Bitcoin talk discussion thread: https://bitcointalk.org/index.php?topic=5226770. Requirements: -* An ARM CPU supporting AArch64 +* An ARM CPU supporting AArch64. * Linux OS. +* MacOS on ARM does not work natively but does work at full speed from a Linux VM using UTM & Qemu. ## Status @@ -22,8 +23,11 @@ Development environment: * Ubuntu Mate 22.04 * GCC-11.4 -MacOS ARM does not work natively but works from a Linux VM. Virtualbox does not support ARM but UTM/Qemu works at full speed. -Tested on Mac Mini M2 Ubuntu Mate 22.04. MacOS on x86_64 is untested and unknown. +Secondary environment: +* Mac Mini M2 +* MacOS 14.1 Sonoma +* UTM/Qemu VM emulator +* Ubuntu Mate 22.04 VM guest Compile with: