code wiki / _hdl_build / _sbrtest.nx

_sbrtest.nx source

↩ module page · 5 lines · 376 B

1// _sbrtest.nx -- throwaway fixture for verifying the nx_sov_build_run LM-026 root fix (install-if-present). 2// Trivial sovereign program; the test harness checks whether _offc/_sbrtest.elf is auto-refreshed only 3// when it already exists. Safe to delete. license_tier: ORIGINAL 4import "nx_syscalls.nx" 5func main() -> i64 { sys_write(1, "SBRTEST-OK\n" as *u8, 11); return 0 }