code wiki / _hdl_build / nx_ciq_field_omniforge.nx
nx_ciq_field_omniforge.nx
buildroot/runtime/_hdl_build/nx_ciq_field_omniforge.nx
about
nx_ciq_field_omniforge.nx -- CIQ field INGEST for the FABRICATION-BOOTSTRAP market (4th market). Sovereign
seg_store, namespace "omniforge", markets read-append. HONEST: Nishi's OmniForge is a hardware-up sovereign
fabrication chain (CAD/3D-print/PCB-CAM real but early, silicon ~M2 absent, robotics motion proven) -- early
EXECUTION but a RADICAL vision (sovereign no-float + never-brick-by-construction + doomsday bootstrap). vs
kicad (open EDA), fusion360 (commercial CAD/CAM), reprap (self-replicating printer), ose (Global Village
Construction Set = the civilization-bootstrap comparator). Incumbents=public facts; Nishi level-2 cite real
organs (nx_pcb_gerber, nx_omniforge_census). Expect Nishi=VISIONARY. license_tier: ORIGINAL expect_exit: 0
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_canon_cid.nxnx_seg_store.nxnx_uxf_decode.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
| 12 | const FO_MAGIC_2048: i64 = 2048 |
| 13 | const FO_MAGIC_1024: i64 = 1024 |
| 14 | const FO_MAGIC_8192: i64 = 8192 |
| 16 | const FO_STORE: *u8 = "knowledge/store/ciq-" |
functions
| 18 | func ofw(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(fd,s,n); return 0 } |
| 19 | func fo_streq(a: *u8, b: *u8) -> i64 { var i: i64=0; while a[i]!=(0 as u8){ if a[i]!=b[i]{return 0} i=i+1 } if b[i]!=(0 as u8){return 0} return 1 } called by 1: fo_register |
| 20 | func fo_copy(src: *u8, dst: *u8) -> i64 { var i: i64=0; while src[i]!=(0 as u8){ dst[i]=src[i]; i=i+1 } dst[i]=0 as u8; return i } called by 1: fo_register |
| 21 | func fo_contains(hay: *u8, needle: *u8) -> i64 { var i: i64=0; while hay[i]!=(0 as u8){ var j: i64=0; var ok: i64=1; while needle[j]!=(0 as u8){ if hay[i+j]!=needle[j]{ ok=0; j=0; while needle[j]!=(0 as u8){j=j+1} } else { j=j+1 } } if ok==1 { return 1 } i=i+1 } return 0 } called by 1: fo_register |
| 23 | func fo_row(w: *i64, caps: *u8, coff: *i64, nm: *u8, axs: *u8, wts: *u8, cells: *u8) -> i64 |
| 38 | func fo_register(w: *i64, mkt: *u8) -> i64 |
| 59 | func main() -> i64 |