| # 000 β READ ME FIRST |
| ## Primordial Compute Stack v0.1 β Integration Bundle |
| **Created and Developed by Collin D. Weber** |
| Bundle assembled: April 30, 2026 |
|
|
| --- |
|
|
| ## What This Bundle Is |
|
|
| This is an **integration bundle** β not a reinterpretation, not a synthesis document, and not a |
| promotion of any component to a status it has not yet earned. It collects the following |
| independently-released artifacts into one addressable package with a unified manifest, integration |
| specification, and boundary documentation. |
|
|
| It does not merge them. It does not flatten them. It does not re-narrate them. |
| The components speak for themselves. This bundle provides the connective tissue. |
|
|
| --- |
|
|
| ## What This Bundle Contains |
|
|
| ``` |
| Primordial_Compute_Stack_v0.1_Collin_D_Weber/ |
| β |
| βββ 000_READ_ME_FIRST.md β you are here |
| βββ 001_STACK_OVERVIEW.md β what the stack is and what it is not |
| βββ 002_INTEGRATION_SPEC.md β how the components connect |
| βββ 003_CANONICAL_BOUNDARIES.md β what is canonical vs. provisional |
| βββ 004_MANIFEST.md β complete file manifest with classifications |
| βββ 005_SHA256_CHECKSUMS.sha256 β checksums for all included files |
| β |
| βββ source_packages/ β original OSF-released zip archives (unmodified) |
| β βββ Primordial_OS_HIR_Runtime_Prototype_v0_1_Collin_D_Weber_OSF.zip |
| β βββ Primordial_OS_HIR_Runtime_Prototype_v0_1_Collin_D_Weber_zip.sha256 |
| β βββ Primordial_HIR_SPU_Architecture_v0_1_Collin_D_Weber.zip |
| β βββ Primordial_HIR_SPU_Architecture_v0_1_Collin_D_Weber_zip.sha256 |
| β βββ Primordial_CyberSec_Suite_v0_1_Collin_D_Weber.zip |
| β βββ Primordial_CyberSec_Suite_v0_1_Collin_D_Weber_zip.sha256 |
| β |
| βββ docs_canonical/ β OSF documentation set (extracted for direct access) |
| β βββ README_OSF.md |
| β βββ HIR_Architecture_Specification_v1.0_Collin_D_Weber.md |
| β βββ Primordial_OS_Baseline_Instruction_Set_v1.0_Collin_D_Weber.md |
| β |
| βββ architecture_maps/ β interactive HTML architecture diagrams (session-derived) |
| β βββ Primordial_HIR_SPU_CPU_Map.html |
| β βββ Primordial_HIR_SPU_GPU_Map.html |
| β βββ Primordial_RAM_Architecture_v0_1.html |
| β |
| βββ osf_documents/ β OSF-format documents (session-derived) |
| βββ Primordial_RAM_Architecture_v0_1_Collin_D_Weber.docx |
| ``` |
|
|
| --- |
|
|
| ## Reading Order |
|
|
| **If you are new to this stack:** |
|
|
| 1. Read `docs_canonical/README_OSF.md` β the primary release statement for the OS runtime |
| 2. Read `001_STACK_OVERVIEW.md` β the layered picture of what has been built |
| 3. Read `003_CANONICAL_BOUNDARIES.md` β what is established vs. what is forward-looking |
| 4. Read `002_INTEGRATION_SPEC.md` β how the layers connect technically |
| 5. Consult `004_MANIFEST.md` for a per-file inventory |
|
|
| **If you are verifying provenance:** |
|
|
| 1. Start with `005_SHA256_CHECKSUMS.sha256` |
| 2. Cross-reference against the `.sha256` files inside `source_packages/` |
| 3. The authoritative upstream hashes are those recorded in the original `.sha256` files |
|
|
| --- |
|
|
| ## Classification Key |
|
|
| Used throughout this bundle: |
|
|
| | Tag | Meaning | |
| |-----|---------| |
| | `[CANONICAL]` | Upstream OSF-released specification or documentation | |
| | `[RUNNABLE]` | Executable Python prototype with passing test suite | |
| | `[HARDWARE-SPEC]` | Hardware architecture specification (RTL + docs, not fabricated) | |
| | `[ARCH-MAP]` | Interactive architecture diagram derived from source analysis | |
| | `[PROVISIONAL]` | Forward-looking specification, not yet prototyped or verified | |
| | `[INTEGRATION]` | Bundle-level documentation created for this integration package | |
|
|
| --- |
|
|
| ## Authorship |
|
|
| **Primordial Calculus / HIR / Primordial OS / HIR-SPU / Primordial RAM** |
| **Created and Developed by Collin D. Weber** |
|
|
| All component artifacts carry their original authorship. This bundle does not modify, reattribute, |
| or consolidate authorship. The integration documentation (000β005) is bundle-level scaffolding only. |
|
|
| --- |
|
|
| ## What This Bundle Is Not |
|
|
| - It is not a reinterpretation of the source materials. |
| - It is not a synthesis that merges provisional layers into canonical ones. |
| - It is not a completed system. The components are at different maturity levels; see `003_CANONICAL_BOUNDARIES.md`. |
| - It is not a replacement for reading the source packages directly. |
| - It is not a security-certified, production-ready, or formally verified system. |
|
|
| The limitations statements in each source package remain authoritative. |
|
|