nx_fsops_tool_register.nx
buildroot/runtime/nx_fsops_tool_register.nx
about
nx_fsops_tool_register.nx -- register the consolidated filesystem tools into the discovery registry:
nx_fs (READ class -> mcp__nishi__nx_fs) AND nx_fs_write (WRITE class, its own cap -> mcp__nishi__nx_fs_write).
Binaries nx_fsops.elf / nx_fs_write.elf (the nx_fs.nx source name belongs to the file-I/O stdlib).
Idempotent; verifies BOTH by READBACK. expect_exit: 0 license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_tool_registry.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
| 7 | const ASCII_0: i64 = 48 // named so this registrar is itself rule-11 clean |
functions
| 9 | func fr_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } called by 1: main |
| 10 | func fr_putn(v: i64) -> i64 called by 1: main |
| 22 | func main() -> i64 |