Ignore:
Timestamp:
09/26/2022 02:03:23 PM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
259794e
Parents:
1f6dfd4 (diff), f427ba23 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r1f6dfd4 r0ea3431  
    118118  Graphics support ---&gt;
    119119   Frame buffer Devices ---&gt;
    120       [*] Support for frame buffer devices ----
     120      &lt;*&gt; Support for frame buffer devices ---&gt;
     121   Console display driver support ---&gt;
     122      [*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]
    121123  Generic Driver Options  ---&gt;
    122124   [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
     
    157159   Frame buffer Devices ---&gt;
    158160      &lt;*&gt; Support for frame buffer devices ---&gt;
     161   Console display driver support ---&gt;
     162      [*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]
    159163File systems  ---&gt;
    160164   [*] Inotify support for userspace [CONFIG_INOTIFY_USER]
     
    271275
    272276      <varlistentry>
     277        <term><parameter>Framebuffer Console support</parameter></term>
     278        <listitem>
     279          <para>This is needed to display the Linux console on a frame
     280          buffer device.  To allow the kernel to print debug messages at an
     281          early boot stage, it shouldn't be built as a kernel module
     282          unless an initramfs will be used. And, if
     283          <option>CONFIG_DRM</option> (Direct Rendering Manager) is enabled,
     284          it's likely <option>CONFIG_DRM_FBDEV_EMULATION</option> (Enable
     285          legacy fbdev support for your modesetting driver) should be
     286          enabled as well.</para>
     287        </listitem>
     288      </varlistentry>
     289
     290      <varlistentry>
    273291        <term><parameter>Support x2apic</parameter></term>
    274292        <listitem>
     
    318336
    319337    <caution>
    320       <para>As the cross-built LFS system has a separate /boot partition,
    321       the files copied below should go there. The easiest way to do that is
    322       to mount <filename class="directory">/boot</filename> before
    323       proceeding.  As the &root; user:</para>
     338      <para>As the cross-built LFS system has a separate &boot-dir;
     339      partition, the files copied below should go there. The easiest way to
     340      do that is to create the entry for &boot-dir; in &fstab; first (read
     341      the previous section for details), then issue the following command
     342      as the &root; user:</para>
    324343
    325344<screen role="nodump"><userinput>mount /boot</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.