Ignore:
Timestamp:
07/29/2023 07:05:05 AM (14 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
3a01ce9
Parents:
7f440a6 (diff), 7263646 (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

    r7f440a6 rda2e8cb  
    131131      not work correctly or boot at all:</para>
    132132
    133       <screen role="nodump" revision="sysv">Processor type and features ---&gt;
     133<screen role="nodump" revision="sysv">General setup ---&gt;
     134   [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
     135       CPU/Task time and stats accounting ---&gt;
     136         [*] Pressure stall information tracking [CONFIG_PSI]
     137         [ ] Require boot parameter to enable pressure stall information tracking
     138                                              [CONFIG_PSI_DEFAULT_DISABLED]
     139   &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
     140   [*] Control Group support [CONFIG_CGROUPS]   ---&gt;
     141      [*] Memory controller [CONFIG_MEMCG]
     142   [ ] Configure standard kernel features (expert users) [CONFIG_EXPERT]
     143
     144Processor type and features ---&gt;
    134145   [*] Build a relocatable kernel [CONFIG_RELOCATABLE]
    135146   [*]   Randomize the address of the kernel image (KASLR) [CONFIG_RANDOMIZE_BASE]
    136 General setup ---&gt;
    137    [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
    138    &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
    139    [ ] Configure standard kernel features (expert users) [CONFIG_EXPERT]
     147
    140148General architecture-dependent options  ---&gt;
    141149   [*] Stack Protector buffer overflow detection [CONFIG_STACKPROTECTOR]
    142150   [*]   Strong Stack Protector [CONFIG_STACKPROTECTOR_STRONG]
     151
    143152Device Drivers  ---&gt;
    144   Graphics support ---&gt;
    145    Frame buffer Devices ---&gt;
    146       &lt;*&gt; Support for frame buffer devices ---&gt;
     153   Generic Driver Options  ---&gt;
     154     [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
     155     [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
     156     [*]   Automount devtmpfs at /dev, after the kernel mounted the rootfs
     157                                                       [CONFIG_DEVTMPFS_MOUNT]
     158   Graphics support ---&gt;
     159     Frame buffer Devices ---&gt;
     160       &lt;*&gt; Support for frame buffer devices ---&gt;
    147161   Console display driver support ---&gt;
    148       [*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]
    149   Generic Driver Options  ---&gt;
    150    [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
    151    [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
    152    [*]   Automount devtmpfs at /dev, after the kernel mounted the rootfs [CONFIG_DEVTMPFS_MOUNT]</screen>
    153 
    154       <screen role="nodump" revision="systemd">Processor type and features ---&gt;
    155    [*] Build a relocatable kernel [CONFIG_RELOCATABLE]
    156    [*]   Randomize the address of the kernel image (KASLR) [CONFIG_RANDOMIZE_BASE]
     162      [*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]</screen>
     163
     164<screen role="nodump" revision="systemd">
    157165General setup ---&gt;
    158166   [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
     
    160168   CPU/Task time and stats accounting ---&gt;
    161169      [*] Pressure stall information tracking [CONFIG_PSI]
    162       [ ]   Require boot parameter to enable pressure stall information tracking [CONFIG_PSI_DEFAULT_DISABLED]
     170      [ ] Require boot parameter to enable pressure stall information tracking
     171                                                            [CONFIG_PSI_DEFAULT_DISABLED]
    163172   &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
    164173   [*] Control Group support [CONFIG_CGROUPS]   ---&gt;
    165174      [*] Memory controller [CONFIG_MEMCG]
    166175   [ ] Configure standard kernel features (expert users) [CONFIG_EXPERT]
     176
     177Processor type and features ---&gt;
     178   [*] Build a relocatable kernel [CONFIG_RELOCATABLE]
     179   [*]   Randomize the address of the kernel image (KASLR) [CONFIG_RANDOMIZE_BASE]
     180
    167181General architecture-dependent options  ---&gt;
    168182   [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
    169183   [*] Stack Protector buffer overflow detection [CONFIG_STACKPROTECTOR]
    170    [*]   Strong Stack Protector [CONFIG_STACKPROTECTOR_STRONG]
     184   [*] Strong Stack Protector [CONFIG_STACKPROTECTOR_STRONG]
     185   
    171186[*] Networking support  ---&gt;   [CONFIG_NET]
    172187   Networking options  ---&gt;
    173188      [*] TCP/IP networking [CONFIG_INET]
    174189      &lt;*&gt;   The IPv6 protocol [CONFIG_IPV6]
     190
    175191Device Drivers  ---&gt;
    176192   Generic Driver Options  ---&gt;
    177193      [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
    178194      [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
    179       [*]   Automount devtmpfs at /dev, after the kernel mounted the rootfs [CONFIG_DEVTMPFS_MOUNT]
     195      [*] Automount devtmpfs at /dev, after the kernel mounted the rootfs
     196                                                          [CONFIG_DEVTMPFS_MOUNT]
    180197      Firmware Loader ---&gt;
    181198         [ ] Enable the firmware sysfs fallback mechanism [CONFIG_FW_LOADER_USER_HELPER]
     
    187204      Console display driver support ---&gt;
    188205         [*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]
     206
    189207File systems  ---&gt;
    190208   [*] Inotify support for userspace [CONFIG_INOTIFY_USER]
     
    199217      shows up after its dependencies are selected.</para>
    200218
    201       <screen role="nodump">Processor type and features ---&gt;
     219<screen role="nodump">Processor type and features ---&gt;
    202220  [*] Support x2apic [CONFIG_X86_X2APIC]
     221
    203222Device Drivers ---&gt;
    204223  [*] PCI Support ---&gt; [CONFIG_PCI]
Note: See TracChangeset for help on using the changeset viewer.