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.
155 occasional use for this format, enable module support above
156 and answer M here to compile this support as a module called
174 If you say Y here, it will be possible to plug wrapper-driven binary
177 Emacs-Lisp. It's also useful if you often run DOS executables under
178 the Linux DOS emulator DOSEMU (read the DOSEMU-HOWTO, available from
185 <file:Documentation/admin-guide/binfmt-misc.rst> to learn how to use this
186 feature, <file:Documentation/admin-guide/java.rst> for information about how
187 to include Java support. and <file:Documentation/admin-guide/mono.rst> for
188 information about how to include Mono-based .NET support.
191 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
193 You may say M here for module support and later load the module when
194 you have use for it; the module is called binfmt_misc. If you
198 bool "Enable core dump support" if EXPERT
201 This option enables support for performing core dumps. You almost