1 ===========================================================================
4 Do not forget to include COMPAT_LINUX in your kernel configuration file.
5 Linux binaries require this option in order to work.
7 Most Linux binaries also require procfs to be mounted with -o linux.
8 This can be automated by adding the following to your /etc/fstab:
10 procfs /${EMULSUBDIR}/proc procfs ro,linux
12 Some Linux binaries also require tmpfs to be mounted on /dev/shm.
13 This can be automated by adding the following to your /etc/fstab:
15 tmpfs /${EMULSUBDIR}/dev/shm tmpfs rw,-m1777
17 ===========================================================================