Files
bare-operating-system/kernel/lib/bare-os/README.md
T
Raven Scott 2a42171eba
Release rolling / release (push) Successful in 9m34s
TUI Updates
2026-08-12 22:15:17 -04:00

7 lines
405 B
Markdown

# `/lib/bare-os` (system image)
First-party guest libraries loaded by the stock booter (not Holepunch `kernel/lib/bare/` bundles).
- **`tui.js`** — concatenated TUI / SDK IIFE. Generated by **`npm run bundle:tui`** from **`lib/tui/src/`**. Attached as **`ctx.tui`** / **`ctx.sdk`** unless **`BARE_OS_TUI=0`**.
- **`extensions/`** — trusted **`kernel.ext.d`** scripts only (see `extensions/README`).