Lines Matching +full:core +full:- +full:module

1 # SPDX-License-Identifier: GPL-2.0-only
18 however) and makes building run-time libraries very easy. Many new
65 bool "Write ELF core dumps with partial segments"
69 ELF core dump files describe each memory mapping of the crashed
74 the first page of the file in a core dump makes it possible to
77 GDB before 6.7 are confused by ELF core dump files in this format.
79 The core dump behavior can be controlled per process using
80 the /proc/PID/coredump_filter pseudo-file; this setting is
93 You can build this support as a module; however, until that module
95 module from an initramfs, the portion of the initramfs before loading
96 this module must consist of compiled binaries only.
152 occasional use for this format, enable module support above
153 and answer M here to compile this support as a module called
179 You may answer M to compile the emulation support as a module and
180 later load the module when you want to use a Linux/Intel binary. The
181 module will be called binfmt_em86. If unsure, say Y.
186 If you say Y here, it will be possible to plug wrapper-driven binary
189 Emacs-Lisp. It's also useful if you often run DOS executables under
190 the Linux DOS emulator DOSEMU (read the DOSEMU-HOWTO, available from
197 <file:Documentation/admin-guide/binfmt-misc.rst> to learn how to use this
198 feature, <file:Documentation/admin-guide/java.rst> for information about how
199 to include Java support. and <file:Documentation/admin-guide/mono.rst> for
200 information about how to include Mono-based .NET support.
203 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
205 You may say M here for module support and later load the module when
206 you have use for it; the module is called binfmt_misc. If you
210 bool "Enable core dump support" if EXPERT
213 This option enables support for performing core dumps. You almost