From aed4392fdb84361bb4f79d231d4576bc0180fa13 Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 2 Sep 2026 10:28:25 -0400 Subject: add inital qemu setup script --- TESTING | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 TESTING (limited to 'TESTING') diff --git a/TESTING b/TESTING new file mode 100644 index 0000000..8ff62cd --- /dev/null +++ b/TESTING @@ -0,0 +1,39 @@ +Testing KPL With QEMU + +Requirements: + +qemu-system-x86-64 +qemu-system-aarch64 +ed2k +wget +ssh + +Setup: + +Run +./vm.sh -init +Run +./vm.sh -cli X64 # Set up root password for X86-64 machine +./vm.sh -setup # Follow instructions +./vm.sh -cli A64 # Set up root password for Aarch64 machine +./vm.sh -setup # Follow instructions + +Starting: + +Run +./vm.sh -start # Start both X64 and A64 machines + +./vm.sh -ssh X64 # SSH into X86-64 +./vm.sh -ssh A64 # SSH into Aarch64 + +Testing: + +Stopping: + +To stop both machines run +./vm.sh -stop + +Cleaning: + +To remove the testing environment run +./vm.sh -clean -- cgit v1.2.3