Name | Last Modified | Size | Type |
---|---|---|---|
../ | - | Directory | |
QEMU_EFI.img | 2019-Dec-04 06:52:13 | 64.0M | application/octet-stream |
README.txt | 2019-Dec-04 07:18:57 | 0.7K | text/plain; charset=utf-8 |
enable-cpu | 2019-Dec-04 06:50:08 | 0.1K | application/octet-stream |
networking.sh | 2019-Dec-04 06:47:56 | 0.3K | text/x-sh; charset=utf-8 |
qemu-ifup | 2019-Dec-04 06:46:43 | 1.0K | application/octet-stream |
run.sh | 2019-Dec-04 06:50:45 | 0.2K | text/x-sh; charset=utf-8 |
varstore.img | 2019-Dec-04 06:52:23 | 1.0M | application/octet-stream |
These are my script for NetBSD emulation on aarch64 (Pinebook and similar) using KVM acceleration Images are from http://www.invisible.ca/arm/ Below scripts are tested on a Debian9/Arch aarch64 Linux (Pinebook-Pro) Make sure you have a kernel with KVM enabled ( /dev/kvm) and a full aarch64 userspace (Manjaro Linux for Pinebook Pro) https://osdn.net/projects/manjaro-arm/storage/pbpro/xfce/preview4/ - Place the desired aarch64 NetBSD img file in the working directory $ gunzip arm64.img.gz $ qemu-img resize arm64.img 20g - Then copy the qemu-ifup to /etc/ - As root execute the network.sh # ./networking.sh - Disable the small CPUs on the Pinebook as only the 2 BIG ones work with KVM # ./enable-cpu - Run the simulator # ./run.sh