| 01 | Boot and CPU tables | Machine entry and protected-mode structure |
| 02 | Memory manager | Frames, pages, per-task isolation, and the heap |
| 03 | Scheduler and tasks | Preemption, context frames, and userspace concurrency |
| 04 | Syscall gate | Controlled entry from user code to kernel services |
| 05 | Causal graph core | Every important action becomes an event with parents |
| 06 | Durable causal journal | Searchable history on SlFS, beyond the hot ring |
| 07 | Causal query tooling | Filter, prove, save, and aggregate causal records |
| 08 | Replay and time-travel | Reconstruct past state rather than trust a snapshot of now |
| 09 | Counterfactual analysis | Ask which effects depend on an event |
| 10 | Web causal explorer | A live SVG DAG and time-travel scrubber served by SlOS |
| 11 | SlFS and storage | Block devices, directory state, and persistent files |
| 12 | Networking and TCP | Frames, address resolution, transport state, and services |
| 13 | Remote terminal and shells | A remote workstation over telnet or a from-scratch encrypted channel |
| 14 | Timelines and graph-native apps | Application state as named event chains |
| 15 | Actors, mesh, and federation | Named endpoints and routed messages |
| 16 | User programs and scripting | ELF loading, runtime wrappers, slosh automation, games, and recovery tools |
| 17 | Trust and non-repudiation | Signed causal history another machine can verify |
| 18 | Multi-core task dispatch | Every core online; opt-in kernel tasks can auto-offload to idle APs |
| 19 | High-resolution graphics | A 1024x768x32 framebuffer, additive over VGA text |