Changeset 83b8644
- Timestamp:
- 08/24/2022 08:42:48 AM (9 months ago)
- Branches:
- 11.2, 11.3, 11.3-rc1, bdubbs/gcc13, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.37, xry111/kcfg-revise, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008
- Children:
- 098f4de
- Parents:
- 20007e5
- git-author:
- Xi Ruoyao <xry111@…> (08/24/2022 08:25:19 AM)
- git-committer:
- Xi Ruoyao <xry111@…> (08/24/2022 08:42:48 AM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter10/kernel.xml
r20007e5 r83b8644 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 Device Drivers ---> 163 [*] PCI Support ---> [CONFIG_PCI] 164 [*] Message Signaled Interrupts (MSI and MSI-X) [CONFIG_PCI_MSI] 165 [*] IOMMU Hardware Support ---> [CONFIG_IOMMU_SUPPORT] 166 [*] Support for Interrupt Remapping [CONFIG_IRQ_REMAP]</screen> 152 167 </note> 153 168 … … 223 238 upon switching to root filesystem just before starting 224 239 init.</para> 240 </listitem> 241 </varlistentry> 242 243 <varlistentry> 244 <term><parameter>Support x2apic</parameter></term> 245 <listitem> 246 <para>Avoid a kernel panic booting on a system with x2APIC enabled 247 by the BIOS. This option does no harm if x2APIC is not enabled 248 or not available, but it's recommended to enable x2APIC in the 249 BIOS setting for a modern 64-bit x86 system.</para> 225 250 </listitem> 226 251 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.