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
78 bool "Write ELF core dumps with partial segments"
82 ELF core dump files describe each memory mapping of the crashed
87 the first page of the file in a core dump makes it possible to
90 GDB before 6.7 are confused by ELF core dump files in this format.
92 The core dump behavior can be controlled per process using
93 the /proc/PID/coredump_filter pseudo-file; this setting is
106 You can build this support as a module; however, until that module
108 module from an initramfs, the portion of the initramfs before loading
109 this module must consist of compiled binaries only.
148 If you say Y here, it will be possible to plug wrapper-driven binary
151 Emacs-Lisp. It's also useful if you often run DOS executables under
152 the Linux DOS emulator DOSEMU (read the DOSEMU-HOWTO, available from
159 <file:Documentation/admin-guide/binfmt-misc.rst> to learn how to use this
160 feature, <file:Documentation/admin-guide/java.rst> for information about how
161 to include Java support. and <file:Documentation/admin-guide/mono.rst> for
162 information about how to include Mono-based .NET support.
165 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
167 You may say M here for module support and later load the module when
168 you have use for it; the module is called binfmt_misc. If you
172 bool "Enable core dump support" if EXPERT
175 This option enables support for performing core dumps. You almost