• Home
  • Raw
  • Download

Lines Matching +full:boot +full:- +full:enabled

3 The kernel's command-line parameters
12 The kernel parses parameters from the kernel command line up to "``--``";
16 Everything after "``--``" is passed as an argument to init.
32 log_buf_len=1M print-fatal-signals=1
36 log-buf-len=1M print_fatal_signals=1
38 Double-quotes can be used to protect spaces in values, e.g.::
43 ----------
52 <cpu number>-<cpu number>
57 <cpu number>,...,<cpu number>-<cpu number>
63 <cpu number>-cpu number>:<used size>/<group size>
67 isolcpus=1,2,10-20,100-2000:2/25
74 "modinfo -p ${modulename}" shows a current list of all parameters of a loadable
78 ``echo -n ${value} > /sys/module/${modulename}/parameters/${parm}``.
81 enabled and if respective hardware is present. The text in square brackets at
85 ACPI ACPI support is enabled.
86 AGP AGP (Accelerated Graphics Port) is enabled.
87 ALSA ALSA sound support is enabled.
88 APIC APIC support is enabled.
89 APM Advanced Power Management support is enabled.
90 ARM ARM architecture is enabled.
91 ARM64 ARM64 architecture is enabled.
92 AX25 Appropriate AX.25 support is enabled.
93 CLK Common clock infrastructure is enabled.
94 CMA Contiguous Memory Area support is enabled.
95 DRM Direct Rendering Management support is enabled.
97 EDD BIOS Enhanced Disk Drive Services (EDD) is enabled
98 EFI EFI Partitioning (GPT) is enabled
99 EIDE EIDE/ATAPI support is enabled.
101 FB The frame buffer device is enabled.
102 FTRACE Function tracing enabled.
103 GCOV GCOV profiling is enabled.
104 HW Appropriate hardware is enabled.
105 IA-64 IA-64 architecture is enabled.
106 IMA Integrity measurement architecture is enabled.
107 IOSCHED More than one I/O scheduler is enabled.
108 IP_PNP IP DHCP, BOOTP, or RARP is enabled.
109 IPV6 IPv6 support is enabled.
110 ISAPNP ISA PnP code is enabled.
111 ISDN Appropriate ISDN support is enabled.
112 ISOL CPU Isolation is enabled.
113 JOY Appropriate joystick support is enabled.
114 KGDB Kernel debugger support is enabled.
115 KVM Kernel Virtual Machine support is enabled.
116 LIBATA Libata driver is enabled
117 LP Printer support is enabled.
118 LOONGARCH LoongArch architecture is enabled.
119 LOOP Loopback device support is enabled.
120 M68k M68k architecture is enabled.
122 Documentation/m68k/kernel-options.rst.
123 MDA MDA console support is enabled.
124 MIPS MIPS architecture is enabled.
125 MOUSE Appropriate mouse support is enabled.
127 MTD MTD (Memory Technology Device) support is enabled.
128 NET Appropriate network support is enabled.
129 NUMA NUMA support is enabled.
130 NFS Appropriate NFS support is enabled.
131 OF Devicetree is enabled.
132 OSS OSS sound support is enabled.
133 PV_OPS A paravirtualized kernel is enabled.
134 PARIDE The ParIDE (parallel port IDE) subsystem is enabled.
135 PARISC The PA-RISC architecture is enabled.
136 PCI PCI bus support is enabled.
137 PCIE PCI Express support is enabled.
138 PCMCIA The PCMCIA subsystem is enabled.
139 PNP Plug & Play support is enabled.
140 PPC PowerPC architecture is enabled.
141 PPT Parallel port support is enabled.
142 PS2 Appropriate PS/2 support is enabled.
143 RAM RAM disk support is enabled.
145 S390 S390 architecture is enabled.
146 SCSI Appropriate SCSI support is enabled.
148 the Documentation/scsi/ sub-directory.
149 SECURITY Different security models are enabled.
150 SELINUX SELinux support is enabled.
151 APPARMOR AppArmor support is enabled.
152 SERIAL Serial support is enabled.
153 SH SuperH architecture is enabled.
155 SPARC Sparc architecture is enabled.
156 SWSUSP Software suspend (hibernation) is enabled.
157 SUSPEND System suspend states are enabled.
158 TPM TPM drivers are enabled.
159 TS Appropriate touchscreen support is enabled.
160 UMS USB Mass Storage support is enabled.
161 USB USB support is enabled.
162 USBHID USB Human Interface Device support is enabled.
163 V4L Video For Linux support is enabled.
164 VMMIO Driver for memory mapped virtio devices is enabled.
165 VGA The VGA console has been enabled.
166 VT Virtual terminal support is enabled.
167 WDT Watchdog support is enabled.
168 XT IBM PC/XT MFM hard disk support is enabled.
169 X86-32 X86-32, aka i386 architecture is enabled.
170 X86-64 X86-64 architecture is enabled.
171 More X86-64 boot options can be found in
172 Documentation/x86/x86_64/boot-options.rst.
173 X86 Either 32-bit or 64-bit x86 (same as X86-32+X86-64)
174 X86_UV SGI UV support is enabled.
175 XEN Xen support is enabled
180 KNL Is a kernel start-up parameter.
181 BOOT Is a boot loader parameter.
183 Parameters denoted with BOOT are actually interpreted by the boot
185 Do not modify the syntax of boot loader parameters without extreme
186 need or coordination with <Documentation/x86/boot.rst>.
188 There are also arch-specific kernel-parameters not documented here.
189 See for example <Documentation/x86/x86_64/boot-options.rst>.
208 .. include:: kernel-parameters.txt
212 ----