Changeset 2858f02


Ignore:
Timestamp:
03/08/2023 11:30:10 PM (14 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
db84777
Parents:
ce49ad6 (diff), de67916 (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.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    rce49ad6 r2858f02  
    9999    <caution>
    100100      <para>A good starting place for setting up the kernel configuration is to
    101       run <command>make defconfig</command>. This will set the base
    102       configuration to a good state that takes your current system architecture
    103       into account.</para>
     101      run <command>make localmodconfig</command>. If the host kernel version
     102      is not too different from the version of the kernel you are building,
     103      this will set the base configuration to a good state similar to what
     104      the host uses. Another possibility is to use <command>make
     105      localyesconfig</command>, which does the same except everything is built
     106      into the kernel.</para>
    104107
    105108      <para>Do not disable any option enabled by <command>make
    106       defconfig</command> unless the following note explicitly makes it
     109      localmodconfig</command> unless the following notes explicitly make it
    107110      disabled or you really know what you are doing.</para>
    108111    </caution>
     112
     113    <note>
     114      <para>Another possibility is to run <command>make defconfig</command>,
     115      which creates a more generic configuration for your architecture. You
     116      may then have to disable drivers for hardware you do not have if
     117      you want to reduce the kernel size.</para>
     118    </note>
    109119
    110120    <note>
     
    345355          processors in x2APIC mode.  x2APIC may be enabled by firmware on
    346356          64-bit x86 systems, and a kernel without this option enabled will
    347           panic on boot if x2APIC is enabled by firmware.  This option has
     357          panic on boot if x2APIC is enabled by firmware.  This option
    348358          has no effect, but also does no harm if x2APIC is disabled by the
    349359          firmware.</para>
Note: See TracChangeset for help on using the changeset viewer.