From ec806367692176ba95acbc5333f208f56c740f31 Mon Sep 17 00:00:00 2001 From: lizzie Date: Thu, 22 Jan 2026 18:02:30 +0000 Subject: [PATCH] ref --- docs/CrossCompileARM64.md | 8 -------- tools/update-icons.sh | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 docs/CrossCompileARM64.md diff --git a/docs/CrossCompileARM64.md b/docs/CrossCompileARM64.md deleted file mode 100644 index 003c2aa826..0000000000 --- a/docs/CrossCompileARM64.md +++ /dev/null @@ -1,8 +0,0 @@ -# Cross compile ARM64 - -A painless guide for cross compilation (or to test NCE) from a x86_64 system without polluting your main. - -- Install QEMU: `sudo pkg install qemu` -- Download Debian 13: `wget https://cdimage.debian.org/debian-cd/current/arm64/iso-cd/debian-13.0.0-arm64-netinst.iso` -- Create a system disk: `qemu-img create -f qcow2 debian-13-arm64-ci.qcow2 30G` -- Run the VM: `qemu-system-aarch64 -M virt -m 2G -cpu max -bios /usr/local/share/qemu/edk2-aarch64-code.fd -drive if=none,file=debian-13.0.0-arm64-netinst.iso,format=raw,id=cdrom -device scsi-cd,drive=cdrom -drive if=none,file=debian-13-arm64-ci.qcow2,id=hd0,format=qcow2 -device virtio-blk-device,drive=hd0 -device virtio-gpu-pci -device usb-ehci -device usb-kbd -device intel-hda -device hda-output -nic user,model=virtio-net-pci` diff --git a/tools/update-icons.sh b/tools/update-icons.sh index 26d83653f0..8fd56ee0ca 100755 --- a/tools/update-icons.sh +++ b/tools/update-icons.sh @@ -1,6 +1,6 @@ #!/bin/sh -ex -# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project # SPDX-License-Identifier: GPL-3.0-or-later # Updates main icons for eden