all repos — xrxs @ 66241ad3544c236ebecae0cb9f054a5681b82e2e

experimental networked application/game server with 9p

note 9pfuse in README
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmFqdacACgkQO3+8IhRO
Y5hASQ/+MhLStq8FiWG4qpsJJymVW70ofu0bbpi5t3B4FoQX31AAHcDmfvMIdRSE
ihBQ5WclWd/7mqSw6VrdLM22X/VFAwzBtG2ySb0ptwB+2zOTe5qSWTuT51ggz29h
iSLktp5CXYj3OdEWDu/qgCPrnA2ikENEIxFbjkE+rXpb7AtbyCvubt1SA7RJbiY/
+G6BZKkSNPc90h6sQ93rx3oSMhzsyxfLARBWW7Ijf3G1OIbmUxttiWiGI4yJI8ps
xNImdAG+z/AdQzEL35C2IOBugRxd9Kx3GXa1BXivW30ZQVdW/DoUVQiXbWsu4KaU
SfDt3HDxkX1xx9kADbwV9W8W+h4ey+/Ku9sAN3/gEnymEva3GhpF0qhWFErbEdF8
wXZ5HyIVoEjP4vv6Y+l6u1Bu93fMhUXQAiWiUmkumAUjZ5m9zS6uUyC2a8mY5ZtB
F8boOoHNLJKeoJJWmgbrhIqNgcBZiXJjRWz1OtVEhFmgvGQ00qF4uoirVzNToLJQ
8S4ywrx1qBzI3jeNo2pysiwoG2L5fGQuuHivEpWzyBtfPFQ0qtlrdZf7v29V36HO
aMG4SEMXxrpgj6H0FQ78Bi4bNs6itlxAzL1foFQbB0WP77YKVhs83bYQY5dWA7wA
ioqqx0oLgSFw+h15wa8joC+SGBzH64JFfapt4BU4xlV/GY6W4+M=
=bO6P
-----END PGP SIGNATURE-----
commit

66241ad3544c236ebecae0cb9f054a5681b82e2e

parent

292e3c25ebe02c0df44085a30e8ee9d29229dd5f

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -84,4 +84,6 @@ ```

### client -From the `uxn-client` directory, run `./build.sh` to compile the ROM and `./uxn-xrxs.sh` to mount the `9p` service and run client. Both scripts assume you have `uxnasm` and `uxnemu` in your `PATH` respectively. +From the `uxn-client` directory, run `./build.sh` to compile the ROM and `./uxn-xrxs.sh` to mount the `9p` service and run the client. + +Both scripts assume you have `uxnasm` and `uxnemu` in your `PATH` respectively. `9pfuse` is used to mount the service, but other implementations could possibly be used.