Lines Matching full:kernel
15 To compile this driver into the kernel,
17 kernel configuration file:
61 If the kernel is created with option
82 To create a kernel with a ramdisk or MD file system, your kernel config
100 .Sh ARM KERNEL OPTIONS
102 approximately 55 MiB may require building a custom kernel using
103 several tuning options related to kernel memory usage.
106 This configures how much memory is mapped for the kernel during
108 The value must be at least as large as the kernel plus all preloaded
114 This configures the number of kernel L2 page table pages to
115 preallocate during kernel initialization.
116 Each L2 page can map 4 MiB of kernel space.
117 The value must be large enough to map the kernel plus all preloaded
121 This configures the amount of kernel virtual address (KVA) space to
126 The kernel and modules, including the root image, also consume KVA.
129 remaining address space to allocate kernel stacks, IO buffers,
132 launch userland processes with "cannot allocate kernel stack" messages.
133 Setting the scale value too high may result in kernel failure to allocate