nx_emu_probe_gate.nx
buildroot/runtime/nx_emu_probe_gate.nx
about
nx_emu_probe_gate.nx -- NATIVE correctness KAT for nx_emu_probe (R0.0).
Proves the emulator-shaped kernel computes correctly when run on a real mmap'd base, with every
assertion cross-checked against an independent native recomputation (no hand-typed magic numbers).
The SAME kernel then compiles to wasm; native PASS + clean wasm compile = the foundation rung.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_emu_probe.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
| 8 | func g_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 9 | func g_putn(v: i64) -> i64 |
| 23 | func main() -> i64 |