update readme

This commit is contained in:
zongor 2025-05-03 21:08:56 -04:00
parent 58f7e30357
commit 231c246632
1 changed files with 2 additions and 12 deletions

View File

@ -15,15 +15,5 @@ It is inspired by [[https://wiki.xxiivv.com/site/uxn.html][uxn]],
[[https://www.inferno-os.org/][Inferno]], and
[[https://plan9.io/plan9/][Plan9]].
The universe machine works as a series of stack based virtual cpu's
(node) and ram as a simple hashmap (hram) that each have a single stack
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.
The authors main implementation of ZUM in written in ZTL/C and uses the
[[https://www.libsdl.org/][SDL2]] library to do drawing, sound, and other things.