[lfs] branch multilib updated: Linux: Use kernel XML files for ml.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <176316174789.19856.2591120965938569433@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch multilib
in repository lfs.
The following commit(s) were added to refs/heads/multilib by this push:
new 89c218218 Linux: Use kernel XML files for ml.
89c218218 is described below
commit 89c2182186b91f0964e8720ff81207e6c35b9f8b
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Nov 14 16:09:17 2025 -0700
Linux: Use kernel XML files for ml.
---
chapter10/kernel.xml | 24 ++++++++----------------
chapter10/kernel/kernel.version | 2 +-
2 files changed, 9 insertions(+), 17 deletions(-)
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml
index 9c8834c12..24cc1c0e5 100644
--- a/chapter10/kernel.xml
+++ b/chapter10/kernel.xml
@@ -187,28 +187,20 @@
</para>
<para arch="ml_32,ml_all">
- If support for any 32bit ABI was built, make sure that the option
- "IA32 Emulation" is selected. The option 'IA32 a.out support' is
- optional.
+ If support for any 32-bit ABI was built, make sure that the option
+ "IA32 Emulation" is selected.
</para>
+ <xi:include arch="ml_32,ml_all" xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="kernel/multilib-32.xml"/>
+
<para arch="ml_x32,ml_all">
- If support for the x32bit ABI was built, make sure that the option
+ If support for the x32-bit ABI was built, make sure that the option
"x32 ABI for 64-bit mode" is selected.
</para>
-<screen arch="ml_32">Binary Emulations --->
- [*] IA32 Emulation [CONFIG_IA32_EMULATION]
- <M> IA32 a.out support [CONFIG_IA32_AOUT]
-</screen>
-<screen arch="ml_x32">Binary Emulations --->
- [*] x32 ABI for 64-bit mode [CONFIG_X86_X32]
-</screen>
-<screen arch="ml_all">Binary Emulations --->
- [*] IA32 Emulation [CONFIG_IA32_EMULATION]
- <M> IA32 a.out support [CONFIG_IA32_AOUT]
- [*] x32 ABI for 64-bit mode [CONFIG_X86_X32]
-</screen>
+ <xi:include arch="ml_x32,ml_all" xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="kernel/multilib-x32.xml"/>
</note>
<variablelist>
diff --git a/chapter10/kernel/kernel.version b/chapter10/kernel/kernel.version
index 954ea4957..89b71fa94 100644
--- a/chapter10/kernel/kernel.version
+++ b/chapter10/kernel/kernel.version
@@ -1 +1 @@
-6.16.1
+6.17.4
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page