Update README.md

This commit is contained in:
zongor 2024-07-20 14:28:52 -04:00
parent 7f31e86eec
commit c56f742b2f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ The world machine is a Virtual Machine that is intended to create 3D environment
It is inspired by uxn, var'aq, TIS-100, Inferno, and Plan9. It is inspired by uxn, var'aq, TIS-100, Inferno, and Plan9.
The world machine works as a series of stack based virtual cpu's (vcpu) that each have a single stack which are able to communicate with each other using message passing. The world machine works as a series of stack based virtual cpu's (vcpu) and ram as a simple hashmap (wram) that each have a single stack which are able to communicate with each other using message passing.
The machine code of this vcpu is a series of stack operations which act on the individal vcpu. each vcpu has the ability to ask the kernel to spawn an additional vcpu or to spawn a child vcpu off of itself which sets up a couple of communication channels automatically. The machine code of this vcpu is a series of stack operations which act on the individal vcpu. each vcpu has the ability to ask the kernel to spawn an additional vcpu or to spawn a child vcpu off of itself which sets up a couple of communication channels automatically.