diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-08-01 00:08:56 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-08-01 00:08:56 +0800 |
commit | 70bf5512d96389ea1c068cd20a48093a10d6a963 (patch) | |
tree | 5226c92cd220ba616094c0e6e03d24c0272ed8ee /chapter10/kernel/x2apic.xml | |
parent | 2cf01ab7023ce34da711af45413f4ed7850a9837 (diff) |
kernel: Use new kernel configuration rendering method
Import kernel-config infrastructure from BLFS and use it for kernel
configuration. Note that kernel-config.py is slightly different from
BLFS: we need role="nodump" for <screen> here.
Diffstat (limited to 'chapter10/kernel/x2apic.xml')
-rw-r--r-- | chapter10/kernel/x2apic.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter10/kernel/x2apic.xml b/chapter10/kernel/x2apic.xml new file mode 100644 index 000000000..4e4bd9571 --- /dev/null +++ b/chapter10/kernel/x2apic.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> +<!-- Automatically generated by kernel-config.py + DO NOT EDIT! --> +<screen role="nodump"><emphasis role='blue'>P</emphasis>rocessor type and features ---> + [*] <emphasis role='blue'>S</emphasis>upport x2apic [X86_X2APIC] +<emphasis role='blue'>D</emphasis>evice Drivers ---> + [*] <emphasis role='blue'>P</emphasis>CI support ---> [PCI] + [*] M<emphasis role='blue'>e</emphasis>ssage Signaled Interrupts (MSI and MSI-X) [PCI_MSI] + [*] <emphasis role='blue'>I</emphasis>OMMU Hardware Support ---> [IOMMU_SUPPORT] + [*] <emphasis role='blue'>S</emphasis>upport for Interrupt Remapping [IRQ_REMAP]</screen> |