diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-09-02 08:54:55 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-09-02 08:54:55 -0500 |
commit | 3864d235cfd3623f6a4765d9acd13caee62c6629 (patch) | |
tree | 6e6927bda307eb7e515a649a06a786f3abb91f56 /chapter10 | |
parent | fd409751bf218dab1399088dbf0c6edee2506b10 (diff) |
Package updates and misc upates/typos.
Update to vim-1837.$
Update to zlib-1.3.$
Update to wheel-0.41.2 (Python Module).$
Update to util-linux-2.39.2.$
Update to sysvinit-3.08.$
Update to shadow-4.14.0.$
Update to Python-3.11.5.$
Update to procps-ng-4.0.4.$
Update to pkgconf-2.0.2.$
Update to mpfr-4.2.1.$
Update to kbd-2.6.2.$
Update to gzip-1.13.$
Update to coreutils-9.4.$
Specify the 'nobody-group' for systemd.$
Remove unused usb group.$
Diffstat (limited to 'chapter10')
-rw-r--r-- | chapter10/kernel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index 52b2a3c39..5c7a9d703 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -140,7 +140,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kernel/systemd.xml"/> - + <para>Enable some additional features if you are building a 64-bit system. If you are using menuconfig, enable them in the order of <parameter>CONFIG_PCI_MSI</parameter> first, then @@ -292,7 +292,7 @@ <para>Support running the interrupt controller of 64-bit x86 processors in x2APIC mode. x2APIC may be enabled by firmware on 64-bit x86 systems, and a kernel without this option enabled will - panic on boot if x2APIC is enabled by firmware. This option has + panic on boot if x2APIC is enabled by firmware. This option has no effect, but also does no harm if x2APIC is disabled by the firmware.</para> </listitem> |