init.4th: wire fabric.4th/font.4th into the boot chain (item 4.3.6d)
Punch list §25 item 4.3.6d complete. Both capsules now EXEC via Hera's Mama IDENTITY capsule (init.4th block 2049), loading on every normal boot instead of manual serial injection. Verified by booting with zero injected commands and calling DRAW-GLYPH directly. Three-arch acceptance boot clean, Stadium conservation unchanged. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
5d2e1c2184
commit
ef930ce04e
@@ -4564,10 +4564,20 @@ document and committing that amendment as its own item.*
|
||||
> (`resident_sum=43691 reservoir=21845 sum=65536`): amd64 (`logs/20260809-202214`),
|
||||
> aarch64 (`logs/20260809-202252`), riscv64 (`logs/20260809-202342`).
|
||||
|
||||
- [ ] **4.3.6d — Boot-time loading.** Wire `fabric.4th` and the 4.3.6c font capsule into
|
||||
- [x] **4.3.6d — Boot-time loading.** Wire `fabric.4th` and the 4.3.6c font capsule into
|
||||
`init.4th`'s boot chain. *Done when:* standard three-arch QEMU boot shows both capsules
|
||||
`EXEC`'d cleanly as part of the normal boot sequence (not manual injection), no errors,
|
||||
logs committed. *Refs:* §27.6.
|
||||
> **Done 2026-08-09.** `capsules/init.4th` block 2049, right after the existing
|
||||
> `S" lib.4th" EXEC`: added `S" fabric.4th" EXEC` then `S" font.4th" EXEC`. `init.4th` is
|
||||
> Hera's Mama `IDENTITY` capsule, so this runs automatically on every boot, not via manual
|
||||
> injection. Verified by booting normally (no serial injection at all) and calling
|
||||
> `DRAW-GLYPH` directly — codepoint 79 (`O`) rendered its real ellipse glyph, proving both
|
||||
> capsules were live in the dictionary from the standard boot chain alone.
|
||||
>
|
||||
> Three-architecture acceptance boot clean, Stadium conservation unchanged
|
||||
> (`resident_sum=43691 reservoir=21845 sum=65536`): amd64 (`logs/20260809-202736`),
|
||||
> aarch64 (`logs/20260809-203103`), riscv64 (`logs/20260809-203156`).
|
||||
|
||||
- [ ] **4.3.6e — User font override.** Mechanism resolved 2026-08-09 (§27.6.5): override
|
||||
replaces a whole `DISPATCH-*` bucket word, not individual glyphs — `CASE`'s early binding
|
||||
|
||||
Reference in New Issue
Block a user