BSD User space emulatorBSD Status− target Sparc64 on Sparc64: Some trivial programs work. Quick StartIn order to launch a BSD process, QEMU needs the process executable itself and all the target dynamic libraries used by it. On Sparc64, you can just try to launch any process by using the native libraries: qemu-sparc64 /bin/ls Command line optionsqemu-sparc64 [ [ [ path] [ size] [ type] program [arguments...] Print the help Set the library root path (default=/) Set the stack size in bytes (default=524288) Start with an empty environment. Without this option, the initial environment is a copy of the caller’s environment. Set environment var to value. Remove var from the environment. Set the type of the emulated BSD Operating system. Valid values are FreeBSD, NetBSD and OpenBSD (default). Debug options: Activate logging of the specified items (use ’-d help’ for a list of log items) Act as if the host page size was ’pagesize’ bytes Run the emulation in single step mode.