update readme
This commit is contained in:
parent
58f7e30357
commit
231c246632
14
README.org
14
README.org
|
@ -15,15 +15,5 @@ It is inspired by [[https://wiki.xxiivv.com/site/uxn.html][uxn]],
|
||||||
[[https://www.inferno-os.org/][Inferno]], and
|
[[https://www.inferno-os.org/][Inferno]], and
|
||||||
[[https://plan9.io/plan9/][Plan9]].
|
[[https://plan9.io/plan9/][Plan9]].
|
||||||
|
|
||||||
The universe machine works as a series of stack based virtual cpu's
|
The authors main implementation of ZUM in written in ZTL/C and uses the
|
||||||
(node) and ram as a simple hashmap (hram) that each have a single stack
|
[[https://www.libsdl.org/][SDL2]] library to do drawing, sound, and other things.
|
||||||
which are able to communicate with each other using message passing.
|
|
||||||
|
|
||||||
The machine code of this node is a series of stack operations which act
|
|
||||||
on the individual node. each node has the ability to ask the kernel to
|
|
||||||
spawn an additional node or to spawn a child node off of itself which
|
|
||||||
sets up a couple of communication channels automatically.
|
|
||||||
|
|
||||||
The authors main implementation of ZUM in written in LUA/C and uses the
|
|
||||||
[[https://www.libsdl.org/][SDL2]] library to do drawing, sound, and
|
|
||||||
other things.
|
|
||||||
|
|
Loading…
Reference in New Issue