This commit is contained in:
Raven Scott
2026-04-03 20:33:24 -04:00
parent ae6b7f8652
commit e58a9f99d6
184 changed files with 1636 additions and 109 deletions
+2
View File
@@ -31,6 +31,7 @@ This project is **experimental research software**. APIs described here follow t
| [08 — Testing and debugging](08-testing-and-debugging.md) | `npm test`, Brittle, Pear dev, common failure modes |
| [09 — Security and trust](09-security-and-trust.md) | System vs personal drive; eval boundaries |
| [10 — Glossary and FAQ](10-glossary-and-faq.md) | Quick definitions; frequent questions |
| [11 — Kernel + Pear cookbook](11-kernel-pear-cookbook.md) | Boot allowlist, timers, socket IPC, `vfs.watch`, HDMS hooks, Git-in-Pear, release metadata |
---
@@ -41,6 +42,7 @@ This project is **experimental research software**. APIs described here follow t
- [Chapter 6 — Kernel and binaries](../handbook/06-kernel-and-binaries.md)
- [Chapter 7 — Operations and development](../handbook/07-operations-and-development.md)
- [Chapter 9 — POSIX utilities and shell](../handbook/09-posix-utilities-shell-and-vfs.md)
- [Chapter 11 — Kernel + Pear cookbook](11-kernel-pear-cookbook.md)
- [bare-os-coreutils README](../packages/bare-os-coreutils/README.md)
- [bare-os-booter README](../packages/bare-os-booter/README.md)