improve qemu tooling, and document it

This commit is contained in:
Daniel Barlow
2022-09-24 21:03:26 +01:00
parent aa589e8d6b
commit 8dd7bb958a
4 changed files with 69 additions and 11 deletions

2
scripts/connect-qemu.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env sh
nix-shell -p socat --run "socat -,raw,echo=0,icanon=0,isig=0,icrnl=0,escape=0x0f unix-connect:$1"