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