Ignore:
Timestamp:
02/29/2024 06:45:37 AM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
093c8d4b
Parents:
0425c61
git-author:
Xi Ruoyao <xry111@…> (02/22/2024 12:33:24 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/29/2024 06:45:37 AM)
Message:

mips64el: kernel: Remove x86-specific configuration and regenerate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r0425c61 ra9b946e  
    142142        href="kernel/systemd.xml"/>
    143143   
    144       <para>Enable some additional features if you are building a 64-bit
    145       system.  If you are using menuconfig, enable them in the order of
    146       <parameter>CONFIG_PCI_MSI</parameter> first, then
    147       <parameter>CONFIG_IRQ_REMAP</parameter>, at last
    148       <parameter>CONFIG_X86_X2APIC</parameter> because an option only
    149       shows up after its dependencies are selected.</para>
    150 
    151       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    152         href="kernel/x2apic.xml"/>
    153 
    154       <para>If you are building a 32-bit system running on a hardware
    155       with RAM more than 4GB, adjust the configuration so the kernel will
    156       be able to use up to 64GB physical RAM:</para>
    157 
    158       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    159         href="kernel/highmem.xml"/>
    160 
    161144      <para>If the partition for the LFS system is in a NVME SSD (i. e. the
    162145      device node for the partition is <filename>/dev/nvme*</filename>
     
    286269          enabled, you should enable these two options as well or you'll see
    287270          a blank screen once the DRI driver is loaded.</para>
    288         </listitem>
    289       </varlistentry>
    290 
    291       <varlistentry>
    292         <term><parameter>Support x2apic</parameter></term>
    293         <listitem>
    294           <para>Support running the interrupt controller of 64-bit x86
    295           processors in x2APIC mode.  x2APIC may be enabled by firmware on
    296           64-bit x86 systems, and a kernel without this option enabled will
    297           panic on boot if x2APIC is enabled by firmware.  This option
    298           has no effect, but also does no harm if x2APIC is disabled by the
    299           firmware.</para>
    300271        </listitem>
    301272      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.