Changeset feed7fea
- Timestamp:
- 08/24/2022 05:05:55 PM (2 years ago)
- Branches:
- 11.2, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- b3f157c6
- Parents:
- 85cdcb09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter10/kernel.xml
r85cdcb09 rfeed7fea 246 246 <term><parameter>Support x2apic</parameter></term> 247 247 <listitem> 248 <para>Avoid a kernel panic booting on a system with x2APIC enabled 249 by the BIOS. This option does no harm if x2APIC is not enabled 250 or not available, but it's recommended to enable x2APIC in the 251 BIOS setting for a modern 64-bit x86 system.</para> 248 <para>Support running the interrupt controller of 64-bit x86 249 processors in x2APIC mode. x2APIC may be enabled by firmware on 250 64-bit x86 systems, and a kernel without this option enabled will 251 panic on boot if x2APIC is enabled by firmware. This option has 252 has no effect, but also does no harm if x2APIC is disabled by the 253 firmware.</para> 252 254 </listitem> 253 255 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.