Changeset d8c9a43f for chapter10/kernel.xml
- Timestamp:
- 08/25/2022 10:30:10 PM (10 months ago)
- Branches:
- multilib
- Children:
- b92cf89
- Parents:
- f8a51225 (diff), b3f157c6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter10/kernel.xml
rf8a51225 rd8c9a43f 150 150 Pseudo filesystems ---> 151 151 [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]</screen> 152 153 <para>Enable some additional features if you are building a 64-bit 154 system. If you are using menuconfig, enable them in the order of 155 <parameter>CONFIG_PCI_MSI</parameter> first, then 156 <parameter>CONFIG_IRQ_REMAP</parameter>, at last 157 <parameter>CONFIG_X86_X2APIC</parameter> because an option only 158 shows up after its dependencies are selected.</para> 159 160 <screen role="nodump">Processor type and features ---> 161 [*] Support x2apic [CONFIG_X86_X2APIC] 162 Memory Management options ---> 163 [ ] Enable userfaultfd() system call [CONFIG_USERFAULTFD] 164 Device Drivers ---> 165 [*] PCI Support ---> [CONFIG_PCI] 166 [*] Message Signaled Interrupts (MSI and MSI-X) [CONFIG_PCI_MSI] 167 [*] IOMMU Hardware Support ---> [CONFIG_IOMMU_SUPPORT] 168 [*] Support for Interrupt Remapping [CONFIG_IRQ_REMAP]</screen> 152 169 </note> 153 170 … … 258 275 </varlistentry> 259 276 277 <varlistentry> 278 <term><parameter>Support x2apic</parameter></term> 279 <listitem> 280 <para>Support running the interrupt controller of 64-bit x86 281 processors in x2APIC mode. x2APIC may be enabled by firmware on 282 64-bit x86 systems, and a kernel without this option enabled will 283 panic on boot if x2APIC is enabled by firmware. This option has 284 has no effect, but also does no harm if x2APIC is disabled by the 285 firmware.</para> 286 </listitem> 287 </varlistentry> 288 289 <varlistentry> 290 <term><parameter>Enable userfaultfd() system call</parameter></term> 291 <listitem> 292 <para>If this option is enabled, a security vulnerability not 293 resolved in Linux-&linux-version; yet will be exploitable. 294 Disable this option to avoid the vulnerability. This system call 295 is not used by any part of LFS or BLFS.</para> 296 </listitem> 297 </varlistentry> 298 260 299 </variablelist> 261 300
Note:
See TracChangeset
for help on using the changeset viewer.