9vx - nurmi-labs/blogger GitHub Wiki
9vx
Run Plan 9 in a 32-bit sandbox.
https://swtch.com/9vx/
9vx-0.12.tar.bz2
Extract the above download into /usr/local.
bash-4.3$ cd /usr/local/9vx-0.12
bash-4.3$ ./9vx.Linux -u glenda &
[1] 4793
bash-4.3$
When finished with your session run ps x
to find the PID of 9vx.Linux, and run the kill
command on that PID.