Bump LITHOS_VERSION to 1.5.4

Kernel version only — the embedded StarForth engine version (3.1.0) is left
alone since it tracks a vendored copy that has genuinely diverged from the
standalone StarForth repo, not something to auto-sync. Verified builds on
amd64, aarch64, and riscv64.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Robert Allan James
2026-08-01 15:51:53 -04:00
co-authored by Claude Sonnet 5
parent 8ab51d9f07
commit 76226dbaa2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ Output: `build/<arch>/kernel/starkernel_loader.efi` + `build/<arch>/kernel/stark
Two independently tracked version strings flow into the generated `include/version.h`:
`VERSION` (`Makefile.starkernel` — the embedded StarForth engine version, currently `3.1.0`;
note this does **not** auto-sync with the standalone StarForth repo's own version) and
`LITHOS_VERSION` (`Makefile.starkernel` — the kernel version, currently `1.5.3`).
`LITHOS_VERSION` (`Makefile.starkernel` — the kernel version, currently `1.5.4`).
### Build configuration (Kconfig — real, wired, not vestigial)
+1 -1
View File
@@ -76,7 +76,7 @@ endif
# v1.5.x — framebuffer VT100 terminal/console milestone (current)
# v2.0.0 — StarForth SDK release; v2.x.x development begins from there
VERSION ?= 3.1.0
LITHOS_VERSION ?= 1.5.3
LITHOS_VERSION ?= 1.5.4
# ==============================================================================
# BUILD PATHS
+1 -1
View File
@@ -1,4 +1,4 @@
# LithosAnanke v1.5.3
# LithosAnanke v1.5.4
**UEFI-bootable FORTH microkernel.** Boots from firmware, initialises memory and interrupts, then runs the StarForth VM as its sole userspace runtime. No libc. No OS. Just stone and necessity.