08-17-2016, 11:35 PM
Code:
root@pine64:~# mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
mount: mount point /proc/sys/fs/binfmt_misc does not exist
I want to run some x86 applications on my pine64,but the kernel do not have binfmt_misc support.After enabling CONFIG_BINFMT_MISC=y,the command runs fine.Would there be any support for CONFIG_BINFMT_MISC in the pine64 kernel?Or may I create a pull request?