code wiki / _hdl_build / nx_publish_banner.nx
nx_publish_banner.nx
buildroot/runtime/_hdl_build/nx_publish_banner.nx
about
nx_publish_banner.nx -- hand the GATED banner builder daemon to THE NISHI PUBLISHER (pub_submit). The
publisher SHIPS it to the NAS; the hosting workstream adds the /ad proxy route + runs it (bundled with the
sites.elf stability test). Binary pre-staged under knowledge/publish/staging/. Idempotent at the publisher.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_publisher.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
| 7 | func pb_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return n } |
| 8 | func pb_puti(v: i64) -> i64 |
| 18 | func main(argc: i64, argv: *i64) -> i64 |