Lines Matching full:kernel
42 .Op Fl x Ar kernel
68 kernel image will contain full configuration files included
93 kernel and exit.
96 .It Fl x Ar kernel
97 Print kernel configuration file embedded into a kernel
143 utility looks for kernel sources in the directory
172 kernel.
173 A debug kernel contains complete symbols for all the source files, and
174 enables an experienced kernel programmer to analyse the cause of a problem.
179 from a normal kernel;
181 provides very little support for normal kernels, and a debug kernel is needed
184 For reasons of history, time and space, building a debug kernel is not the
187 a debug kernel takes up to 30% longer to build and
189 MB for a non-debug kernel.
190 A debug kernel is about 11 MB in size, compared to
191 about 2 MB for a non-debug kernel.
196 option to build a debug kernel.
199 causes two kernel files to be built in the kernel build directory:
202 .Pa kernel.debug
203 is the complete debug kernel.
205 .Pa kernel
206 is a copy of the kernel with the debug symbols stripped off.
208 to the normal non-debug kernel.
211 There is currently little sense in installing and booting from a debug kernel,
214 are therefore two options for installing a debug kernel:
219 .Pa kernel
224 .Pa kernel.debug
239 default kernel build directory for system
268 the new kernel.
271 could be used to extract it from a kernel:
275 .Dl "strings -n 3 kernel | sed -n 's/^___//p'"