Update Docs
This commit is contained in:
@@ -55,7 +55,17 @@ sequenceDiagram
|
||||
Init->>Sh: rc snippets then readLine loop
|
||||
```
|
||||
|
||||

|
||||
**Boot pipeline summary (parallel to the sequence above):**
|
||||
|
||||
```mermaid
|
||||
flowchart LR
|
||||
startHost[Host starts seeder and booter] --> joinSwarm[Join Hyperswarm topic]
|
||||
joinSwarm --> readMbr[Protomux bare-os-v1 read block 0 MBR]
|
||||
readMbr --> replSys[Open and replicate system Hyperdrive]
|
||||
replSys --> openPers[Create or open personal Hyperdrive]
|
||||
openPers --> bootPhases["booterPhases: vfs → ctx → repl → initd → kernel_invoke"]
|
||||
bootPhases --> guest["/boot/init.js then shell REPL"]
|
||||
```
|
||||
|
||||
## Context API
|
||||
|
||||
|
||||
Reference in New Issue
Block a user