I'm attempting to setup a (32-bit) NetBSD 9.2 virtual machine with QEMU so that I can run SPARC binaries on it, specifically those that were compiled on Solaris machines (currently I've compiled a short C program on Solaris 8 and am trying to run it on NetBSD). During this endeavor, one website I was directed to is here. Specifically, step #4 of that page references a /usr/share/examples/emul/svr4
directory, which I cannot locate on my NetBSD instance. The only subdirectory within the .../emul
directory is linux
.
I largely followed the steps outlined here to install NetBSD.
I'm curious as to what specific packages/configuration settings are required in order to get the .../emul/svr4
directory to appear...