Update Docs

This commit is contained in:
Raven Scott
2026-04-06 06:17:03 -04:00
parent df238108d2
commit 140b17c5fd
9 changed files with 95 additions and 27 deletions
+11 -1
View File
@@ -55,7 +55,17 @@ sequenceDiagram
Init->>Sh: rc snippets then readLine loop
```
![Full boot flow export](../images/boot-flow.png)
**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