X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=blobdiff_plain;f=doc%2Findex.org;h=c537d4d4fa8040d5c74668edc4698e0d7173ada3;hp=e3aef2771fcb5cd3d63f31550a4d5be297655a61;hb=6cce3fedf5004c0832fa533c888c2518a32de002;hpb=6a93b14c4745b60fc29f6a53f0c4d552e4ab0359 diff --git a/doc/index.org b/doc/index.org index e3aef27..c537d4d 100644 --- a/doc/index.org +++ b/doc/index.org @@ -56,6 +56,30 @@ Dr. Lawrence Angelo, The Lawnmower Man (1992) + System is nowhere near complete (given magnitude of effort required and my free time available). Contributions welcome ! :) +* Computation ideas ++ Program - stored instructions for execution by computer. + ++ Process - Currently running program. + + Process is self contained. Has a full copy of program code and + every dependent library. + + + Memory used by processes is content addressed/deduplicated at + low level in the system. + + + This allows: + + Upgrading software installed in the system without breaking + already running processes. + + + Easier migration of running processes between physical + computers. + + + Possibility to suspend/resume arbitrary processes to permament + storage. + + + Possibility checkpoint/revert running process. + + + Possibility to clone/branch running process. + * Frequently Given Answers - Why such name ? - In short: it's just a number.