Optionally, if you have binfmt_misc compiled into your kernel, * you can add the following to /etc/sysctl.conf to allow direct * excecution of Windows binaries through the winex wrapper: * * fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/winex: * * You will also need to mount the /proc/sys/fs/binfmt_misc * file system in order for this to work. You can add the following * line into your /etc/fstab file: * * none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0 * * Note: Binaries will still need excecutable permissions to run. * Note: If binfmt_misc is compiled as a module, make sure you * have it loaded on startup by adding it to /etc/modules.autoload.