Lines Matching +full:ia32 +full:- +full:3 +full:a
9 This document is designed to provide a list of the minimum levels of
21 encountered a bug! If you're unsure what version you're currently
25 running a Linux kernel. Also, not all tools are necessary on all
32 GNU C 8.1 gcc --version
33 Clang/LLVM (optional) 15.0.0 clang --version
34 Rust (optional) 1.78.0 rustc --version
35 bindgen (optional) 0.65.1 bindgen --version
36 GNU make 4.0 make --version
37 bash 4.2 bash --version
38 binutils 2.30 ld -v
39 flex 2.5.35 flex --version
40 bison 2.0 bison --version
41 pahole 1.16 pahole --version
42 util-linux 2.10o mount --version
43 kmod 13 depmod -V
44 e2fsprogs 1.41.4 e2fsck -V
45 jfsutils 1.1.3 fsck.jfs -V
46 xfsprogs 2.6.0 xfs_db -V
47 squashfs-tools 4.0 mksquashfs -version
48 btrfs-progs 0.18 btrfs --version
49 pcmciautils 004 pccardctl -V
50 quota-tools 3.09 quota -V
51 PPP 2.4.0 pppd --version
52 nfs-utils 1.0.5 showmount --version
53 procps 3.2.0 ps --version
54 udev 081 udevd --version
55 grub 0.93 grub --version || grub-install --version
56 mcelog 0.6 mcelog --version
57 iptables 1.4.2 iptables -V
59 bc 1.06.95 bc --version
60 Sphinx\ [#f1]_ 3.4.3 sphinx-build --version
61 GNU tar 1.28 tar --version
62 gtags (optional) 6.6.5 gtags --version
63 mkimage (optional) 2017.01 mkimage --version
64 Python 3.9.x python3 --version
65 GNU AWK (optional) 5.1.0 gawk --version
74 ---
80 ---------------------
89 ---------------
91 A recent version of the Rust compiler is required.
93 Please see Documentation/rust/quick-start.rst for instructions on how to
99 ------------------
105 ----
110 ----
116 --------
120 pkg-config
121 ----------
123 The build system, as of 4.18, requires pkg-config to check for installed
125 'make {g,x}config'. Previously pkg-config was being used but not
129 ----
136 -----
142 ------
145 generates BTF (BPF Type Format) from DWARF in vmlinux, a bit later from kernel
152 ----
158 ------
162 the kernel-doc tool, and docs build (Sphinx), among others.
165 --
171 -------
181 ---
187 -----------------------------
191 ``-C (--directory)`` flag.
194 -------
196 This tool is used when building a Flat Image Tree (FIT), commonly used on ARM
197 platforms. The tool is available via the ``u-boot-tools`` package or can be
198 built from the U-Boot source code. See the instructions at
199 https://docs.u-boot.org/en/latest/build/tools.html#building-tools-for-linux
202 -------
211 ---------------------
216 32-bit UID support is now in place. Have fun!
219 documentation via specially-formatted comments near their
223 In order to convert from ReST format to a format of your choice, you'll need
226 Util-linux
227 ----------
229 New versions of util-linux provide ``fdisk`` support for larger disks,
235 --------
240 that it produces readable dumps that can be used as-is (this also
247 --------
253 ---------
256 debugfs. Obviously, it's a good idea to upgrade.
259 --------
264 - ``fsck.jfs`` - initiate replay of the transaction log, and check
265 and repair a JFS formatted partition.
267 - ``mkfs.jfs`` - create a JFS formatted partition.
269 - other file system utilities are also available in this package.
272 --------
281 -----------
283 PCMCIAutils replaces ``pcmcia-cs``. It properly sets up
285 for 16-bit PCMCIA devices if the kernel is modularized and the hotplug
288 Quota-tools
289 -----------
292 the newer version 2 quota format. Quota-tools version 3.07 and
296 Intel IA32 microcode
297 --------------------
299 A driver has been added to allow updating of Intel IA32 microcode,
300 accessible as a normal (misc) character device. If you are not using
308 get the user-space microcode_ctl utility to use with this.
311 ----
313 ``udev`` is a userspace application for populating ``/dev`` dynamically with
319 ----
328 ---------------
331 consider using the network tools from ip-route2.
334 -------------------
336 kernel series (iptables). It still includes backwards-compatibility modules
337 for 2.2.x-style ipchains and 2.0.x-style ipfwadm.
340 ---
353 NFS-utils
354 ---------
364 fail-over. Even when the system is working well, ``rmtab`` suffers from
368 when it gets a request from an unknown host, and mountd can give
375 mount -t nfsd nfsd /proc/fs/nfsd
378 services be protected from the internet-at-large by a firewall where
382 ------
392 ------
394 Please see :ref:`sphinx_install` in :ref:`Documentation/doc-guide/sphinx.rst <sphinxdoc>`
398 -------
401 Documentation/rust/general-information.rst for more information.
410 ---
412 - <ftp://ftp.gnu.org/gnu/gcc/>
415 ----------
417 - :ref:`Getting LLVM <getting_llvm>`.
420 ----
422 - Documentation/rust/quick-start.rst.
425 -------
427 - Documentation/rust/quick-start.rst.
430 ----
432 - <ftp://ftp.gnu.org/gnu/make/>
435 ----
437 - <ftp://ftp.gnu.org/gnu/bash/>
440 --------
442 - <https://www.kernel.org/pub/linux/devel/binutils/>
445 ----
447 - <https://github.com/westes/flex/releases>
450 -----
452 - <ftp://ftp.gnu.org/gnu/bison/>
455 -------
457 - <https://www.openssl.org/>
462 Util-linux
463 ----------
465 - <https://www.kernel.org/pub/linux/utils/util-linux/>
468 ----
470 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/>
471 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
474 --------
476 - <https://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/>
479 --------
481 - <https://code.launchpad.net/initrd-tools/main>
484 ---------
486 - <https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/>
487 - <https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/>
490 --------
492 - <https://jfs.sourceforge.net/>
495 --------
497 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git>
498 - <https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/>
501 -----------
503 - <https://www.kernel.org/pub/linux/utils/kernel/pcmcia/>
505 Quota-tools
506 -----------
508 - <https://sourceforge.net/projects/linuxquota/>
512 ------------------
514 - <https://downloadcenter.intel.com/>
517 ----
519 - <https://www.freedesktop.org/software/systemd/man/udev.html>
522 ----
524 - <https://github.com/libfuse/libfuse/releases>
527 ------
529 - <https://www.mcelog.org/>
535 ---
537 - <https://download.samba.org/pub/ppp/>
538 - <https://git.ozlabs.org/?p=ppp.git>
539 - <https://github.com/paulusmack/ppp/>
541 NFS-utils
542 ---------
544 - <https://sourceforge.net/project/showfiles.php?group_id=14>
545 - <https://nfs.sourceforge.net/>
548 --------
550 - <https://netfilter.org/projects/iptables/index.html>
552 Ip-route2
553 ---------
555 - <https://www.kernel.org/pub/linux/utils/net/iproute2/>
558 --------
560 - <https://oprofile.sf.net/download/>
566 ------
568 - <https://www.sphinx-doc.org/>