← board

Additional OS targets (BSD / macOS via syscall mapping)

Premise

PXX emits static, syscall-only binaries (no libc, no ld.so, no shared libs; ldd → "not a dynamic executable"). The only host contract is the kernel syscall ABI. So porting to another Unix-like OS is mostly mapping out its syscall numbers + ABI, not a userland/libc port.

Scope

Notes