FABRIC-3.md: version correction -- LITHOS_VERSION back to 2.0.0, plus a rename-gap fix
LITHOS_VERSION 2.0.1 was premature: per this project's own versioning policy, 2.0.1 claims SER5 hardware-track progress (RDRAND backend + thumbdrive image) that was never actually verified on real hardware -- that verification is FABRIC-3.md's own open topic. Reset to 2.0.0 (still a QEMU-only release, correctly). Verified 3-arch boot shows "LithosAnanke v2.0.0" in each serial log directly, not assumed from the Makefile edit alone. Also closes a real gap found in today's earlier FABRIC-series rename: Makefile.starkernel, Kconfig.kernel, scripts/bleach_zuse_img.sh, four proof/*.thy files, and isr.S were never swept -- the original file list only matched *.md/*.c/*.h/*.4th, silently skipping every other extension. Fixed with the same safe placeholder substitution. .claude/settings.local.json's historical permission-grant log and ClaudeEXPORT/'s frozen export were deliberately left untouched. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019YcT3H2PQeyujrzjqS3Var
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
fcba528273
commit
8717416d36
@@ -6,7 +6,7 @@ begin
|
||||
Mirrors: src/word_source/framebuffer_words.c
|
||||
Registers: PLOT FB-WIDTH FB-HEIGHT
|
||||
|
||||
Part of the Stadium console fabric work (FABRIC.md item 4.3.3). All
|
||||
Part of the Stadium console fabric work (FABRIC-0.md item 4.3.3). All
|
||||
three words are registered UNCONDITIONALLY in both hosted and kernel
|
||||
builds, but their bodies are `#ifdef __STARKERNEL__`-gated: the kernel
|
||||
branch calls real framebuffer hardware functions (fb_put_pixel/
|
||||
|
||||
@@ -6,7 +6,7 @@ begin
|
||||
Mirrors: src/word_source/keyboard_words.c
|
||||
Registers: KBD-SCAN KBD-DEBUG VKBD-EVENT VKBD-DEBUG KEY-EVENT ALT+TAB
|
||||
|
||||
Part of the Stadium console fabric work (FABRIC.md items 4.3.5/4.4v/
|
||||
Part of the Stadium console fabric work (FABRIC-0.md items 4.3.5/4.4v/
|
||||
4.4y). All six words are registered UNCONDITIONALLY regardless of
|
||||
build/arch, but every body is gated on `__STARKERNEL__` (and, for the
|
||||
amd64-specific/riscv64-aarch64-specific pairs, the target architecture
|
||||
|
||||
@@ -6,7 +6,7 @@ begin
|
||||
Mirrors: src/word_source/scroll_words.c
|
||||
Registers (kernel-only -- see below): SCROLL-BACK SCROLL-FWD
|
||||
|
||||
Part of the Stadium console fabric work (FABRIC.md item 4.4q). Unlike
|
||||
Part of the Stadium console fabric work (FABRIC-0.md item 4.4q). Unlike
|
||||
framebuffer_words.c/keyboard_words.c, this file's word BODIES and its
|
||||
`register_word` calls are BOTH inside `#ifdef __STARKERNEL__` --
|
||||
`register_scroll_words` registers nothing at all on a hosted build
|
||||
|
||||
@@ -6,7 +6,7 @@ begin
|
||||
Mirrors: src/word_source/ttf_words.c
|
||||
Registers (kernel-only -- see below): TTF-TEXT
|
||||
|
||||
Part of the Stadium console fabric work (FABRIC.md item 4.3.7e). Same
|
||||
Part of the Stadium console fabric work (FABRIC-0.md item 4.3.7e). Same
|
||||
shape as scroll_words.c: the word body AND its `register_word` call are
|
||||
both inside `#ifdef __STARKERNEL__`; TTF-TEXT does not exist as a word
|
||||
at all on a hosted build.
|
||||
|
||||
Reference in New Issue
Block a user