diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-09-02 10:28:25 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-09-02 10:28:25 -0400 |
| commit | aed4392fdb84361bb4f79d231d4576bc0180fa13 (patch) | |
| tree | 6a26a8f56c1739f0784b05fcd67ab4b05ad55ddf /TESTING | |
| parent | 44049e6dfe9ca9570d0863963a14009ff4eb0e70 (diff) | |
add inital qemu setup script
Diffstat (limited to 'TESTING')
| -rw-r--r-- | TESTING | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -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 |
