Generated: 2026-01-20
Core runtime for TerminalOS: boot, kernel wiring, filesystem, themes, effects, and window management.
core.js owns command dispatch, terminal lifecycle, and app registry.boot-sequence.js and kernel.js before handoff to core.js.filesystem.js provides in-memory *nix-like operations; filesystem-loader.js hydrates from Jekyll data.window-manager.js manages multi-window UI within the terminal shell.themes.js and effects.js control CRT visuals and theme switching.assets/js/terminal/core.js - main entry and command router.assets/js/terminal/kernel.js - OS boot + init glue.assets/js/terminal/filesystem.js - virtual filesystem API.assets/js/terminal/filesystem-loader.js - data bridge from _data/.assets/js/terminal/themes.js - theme registry + persistence.window.X = X; (no module imports).assets/js/terminal/apps/.assets/js/terminal/core.js (handler + app map).TerminalUtils for wrapping/centering and ANSI colors.import/require in this directory.window.JEKYLL_DATA instead.