Lines Matching +full:booting +full:- +full:without +full:- +full:of

1 # SPDX-License-Identifier: GPL-2.0
3 menu "UML-specific options"
28 select OF_EARLY_FLATTREE if OF
98 This option gives you the ability to force a static link of UML.
123 Add /lib (and /lib64 for 64-bit) to the linux binary's rpath
129 instead of the desired ones.
134 While the User-Mode Linux port uses its own root file system for
135 booting and normal file access, this module lets the UML user
137 network connection between the Host and UML. An example use of
140 mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
147 <http://user-mode-linux.sourceforge.net/hostfs.html>.
157 The user mode linux management console is a low-level interface to
159 a full-blown operating system running under every user mode linux
165 2.4.5-9um and later (path /tools/mconsole), and is also in the
177 immediately or dump some status information). A key for each of the
186 The keys are documented in <file:Documentation/admin-guide/sysrq.rst>. Don't say Y
195 This option determines the size of UML kernel stacks. They will
199 older (pre-2017) CPUs. It is not recommended on newer CPUs due to the
200 increase in the size of the state which needs to be saved when handling
216 prompt "Support time-travel mode (e.g. for test execution)"
217 # inf-cpu mode is incompatible with the benchmarking
224 (selected by the kernel command line), see the kernel's command-
231 prompt "Maximum number of unscheduled userspace iterations"
235 In UML inf-cpu and ext time-travel mode userspace can run without being
238 of kernel/userspace switches (minor/major page fault, signal or syscall)
249 This is the offset at which the ~16TB of shadow memory is
252 by 8) amount of space so that the KASAN shadow memory does not conflict
254 set to a large value. On low-memory systems, try 0x7fff8000, as it fits
255 into the immediate of most instructions, improving performance.