code wiki / _hdl_build / _sbrtest.nx
_sbrtest.nx
buildroot/runtime/_hdl_build/_sbrtest.nx
about
_sbrtest.nx -- throwaway fixture for verifying the nx_sov_build_run LM-026 root fix (install-if-present).
Trivial sovereign program; the test harness checks whether _offc/_sbrtest.elf is auto-refreshed only
when it already exists. Safe to delete. license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.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
| 5 | func main() -> i64 { sys_write(1, "SBRTEST-OK\n" as *u8, 11); return 0 } calls 1: sys_write |