• David Hildenbrand's avatar
    binfmt: remove support for em86 (alpha only) · 6208721f
    David Hildenbrand authored
    We have a fairly specific alpha binary loader in Linux: running x86
    (i386, i486) binaries via the em86 [1] emulator. As noted in the Kconfig
    option, the same behavior can be achieved via binfmt_misc, for example,
    more nowadays used for running qemu-user.
    
    An example on how to get binfmt_misc running with em86 can be found in
    Documentation/admin-guide/binfmt-misc.rst
    
    The defconfig does not have CONFIG_BINFMT_EM86=y set. And doing a
    	make defconfig && make olddefconfig
    results in
    	# CONFIG_BINFMT_EM86 is not set
    
    ... as we don't seem to have any supported Linux distirbution for alpha
    anymore, there isn't really any "default" user of that feature anymore.
    
    Searching for "CONFIG_BINFMT_EM86=y" reveals mostly discussions from
    around 20 years ago, like [2] describing how to get netscape via em86
    running via em86, or [3] discussing that running wine or installing
    Win 3.11 through em86 would be a nice feature.
    
    The latest binaries available for em86 are from 2000, ver...
    6208721f
Kconfig.binfmt 7.04 KB