master (d2a0305) was a strict ancestor of v2.0.1 (72c14cb) -- pure fast-forward, no real merge needed. Fast-forwarded local master, pushed to origin (58c59e8..72c14cb). Verified on a genuinely clean master tree rather than inferring from the fast-forward: hosted build clean, 3-arch kernel acceptance (amd64/aarch64/riscv64, each in the foreground) all reached ok>/zuse)ok> and shut down cleanly, identical to v2.0.1's own last acceptance pass. master and v2.0.1 are now identical on both local and origin. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019YcT3H2PQeyujrzjqS3Var
lfs/
Per-architecture copies of the hosted starforth binary. The hosted
Makefile copies the freshly built binary here as its last build step
(cp $(BINARY) lfs/$(ARCH_DIR)/starforth), separate from
build/<arch>/<profile>/, which is the working build-output tree.
amd64/starforth,arm64/starforth,riscv64/starforth— one binary per architecture, rebuilt whenever that architecture's hosted build runs.