code wiki / _hdl_build / nx_ims_typemap_seed.nx
nx_ims_typemap_seed.nx
buildroot/runtime/_hdl_build/nx_ims_typemap_seed.nx
about
nx_ims_typemap_seed.nx -- seed the Diataxis typemap into the NATIVE seg_store (no TSV).
Migration step (operator: "stop using tsv, nishi ecosystem only"): writes the 4 Diataxis layout
rows that nx_ims_page reads, into the content-addressed store knowledge/store/ims-typemap- via
nx_native_config (tag "tm"), so ip_typemap_load reads the native store instead of ims_typemap.tsv.
Authored-by-organ; re-run after editing the rows. No hardware writes (#26). license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_native_config.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 10 | func tm_prefix() -> *u8 { return "knowledge/store/ims-typemap-\x00" as *u8 } called by 1: main |
| 11 | func tm_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 14 | func tm_row(w: *i64, idx: i64, dt: *u8, label: *u8, toc: *u8, ib: *u8, steps: *u8) -> i64 |
| 25 | func main() -> i64 |