Updates to MD

This commit is contained in:
Raven Scott
2026-04-25 23:18:44 -04:00
parent 0e3e5be329
commit d9d9f6ddb9
93 changed files with 368 additions and 370 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
- A **line shell** backed by **157** Tier-1 utilities under `/bin` (see [`packages/bare-os-coreutils/lib/commands.mjs`](../packages/bare-os-coreutils/lib/commands.mjs); **`sshd`** is built by **`bare-os-openssh`**).
- Two **Hyperdrives** mounted into one VFS: a **read-mostly system** image replicated from peers, and a **writable personal** drive for `$HOME`, `/.bare`, and similar paths. Short explainer: [Concepts — Two-drive model](concepts/two-drive-model.md).
- A running **`/boot/init.js`** “kernel” and host-built **`ctx`** — not a hardware OS. See [User manual — Chapter 1](../users-manual/01-what-this-is.md).
- A stock **loopback web root** — initd **`bare-os-www`** serves **`~/.www`** on **`127.0.0.1:8088`** by default (**GET**/**HEAD** only); optional managed **Holesail** rows (**`bare-www-<port>`**, **`bare-ssh-<port>`** for SSH) live in **`~/.holesail/state.json`** with persisted **`seed`** / **`key`**. [Handbook — Chapter 4](../handbook/04-the-booter-runtime.md#bare-os-www-static-http-for-www).
- A stock **loopback web root** — initd **`bare-os-www`** serves **`~/.www`** on **`127.0.0.1:8088`** by default (**GET`**/**HEAD** only); optional managed **Holesail** rows (**`bare-www-<port>`**, **`bare-ssh-<port>`** for SSH) live in **`~/.holesail/state.json`** with persisted **`seed`** / **`key`**. [Handbook — Chapter 4](../handbook/04-the-booter-runtime.md#bare-os-www-static-http-for-www).
---