git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit bde32d2a61a6a19734347b36096c7a559d9c7613

Update design.md

wanderer authored on 7/12/2016, 4:29:57 AM
GitHub committed on 7/12/2016, 4:29:57 AM
Parent: 4fab50d68a1e30515e707a71ab11d420f18fd7a7

Files changed

design.mdchanged
design.mdView
@@ -1,9 +1,8 @@
11 # Architecture
22
3-This prototype attemps to module Ethereum as three seperate but interlocking
4-layers. Environment, Kernel, and VM
5-
3+This prototype attempts to model Ethereum as three seperate but interlocking
4+layers. Environment, Kernel, and VM.
65 ```
76 +------------------+
87 | |
98 | Environment |
@@ -31,11 +30,11 @@
3130 The Environment Interface.
3231
3332 ## Kernel Interface
3433
35-The kernal handles the following
34+The kernel handles the following
3635 * Interprocess communication
37- * Intializing the VM and exposes ROM to it (codeHandler)
36+ * Intializing the VM and exposes ROM containing code to the VM (codeHandler)
3837 * Exposing the namespace and Intializes the Environment which VM instance exists
3938 (callHandler)
4039 * Provides some built in contracts that facilitates different run levels
4140 (runTx, runBlock)

Built with git-ssb-web