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 5.1 gcc --version
33 Clang/LLVM (optional) 13.0.1 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.25 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 reiserfsprogs 3.6.3 reiserfsck -V
47 xfsprogs 2.6.0 xfs_db -V
48 squashfs-tools 4.0 mksquashfs -version
49 btrfs-progs 0.18 btrfs --version
50 pcmciautils 004 pccardctl -V
51 quota-tools 3.09 quota -V
52 PPP 2.4.0 pppd --version
53 nfs-utils 1.0.5 showmount --version
54 procps 3.2.0 ps --version
55 udev 081 udevd --version
56 grub 0.93 grub --version || grub-install --version
57 mcelog 0.6 mcelog --version
58 iptables 1.4.2 iptables -V
60 bc 1.06.95 bc --version
61 Sphinx\ [#f1]_ 2.4.4 sphinx-build --version
62 GNU tar 1.28 tar --version
63 gtags (optional) 6.6.5 gtags --version
64 mkimage (optional) 2017.01 mkimage --version
65 Python (optional) 3.5.x python3 --version
66 GNU AWK (optional) 5.1.0 gawk --version
75 ---
81 ---------------------
90 ---------------
92 A recent version of the Rust compiler is required.
94 Please see Documentation/rust/quick-start.rst for instructions on how to
100 ------------------
106 ----
111 ----
117 --------
121 pkg-config
122 ----------
124 The build system, as of 4.18, requires pkg-config to check for installed
126 'make {g,x}config'. Previously pkg-config was being used but not
130 ----
137 -----
143 ------
146 generates BTF (BPF Type Format) from DWARF in vmlinux, a bit later from kernel
153 ----
159 --
165 -------
175 ---
181 -----------------------------
185 ``-C (--directory)`` flag.
188 -------
190 This tool is used when building a Flat Image Tree (FIT), commonly used on ARM
191 platforms. The tool is available via the ``u-boot-tools`` package or can be
192 built from the U-Boot source code. See the instructions at
193 https://docs.u-boot.org/en/latest/build/tools.html#building-tools-for-linux
196 -------
205 ---------------------
210 32-bit UID support is now in place. Have fun!
213 documentation via specially-formatted comments near their
217 In order to convert from ReST format to a format of your choice, you'll need
220 Util-linux
221 ----------
223 New versions of util-linux provide ``fdisk`` support for larger disks,
229 --------
234 that it produces readable dumps that can be used as-is (this also
241 --------
247 ---------
250 debugfs. Obviously, it's a good idea to upgrade.
253 --------
258 - ``fsck.jfs`` - initiate replay of the transaction log, and check
259 and repair a JFS formatted partition.
261 - ``mkfs.jfs`` - create a JFS formatted partition.
263 - other file system utilities are also available in this package.
266 -------------
268 The reiserfsprogs package should be used for reiserfs-3.6.x
269 (Linux kernels 2.4.x). It is a combined package and contains working
274 --------
283 -----------
285 PCMCIAutils replaces ``pcmcia-cs``. It properly sets up
287 for 16-bit PCMCIA devices if the kernel is modularized and the hotplug
290 Quota-tools
291 -----------
294 the newer version 2 quota format. Quota-tools version 3.07 and
298 Intel IA32 microcode
299 --------------------
301 A driver has been added to allow updating of Intel IA32 microcode,
302 accessible as a normal (misc) character device. If you are not using
310 get the user-space microcode_ctl utility to use with this.
313 ----
315 ``udev`` is a userspace application for populating ``/dev`` dynamically with
321 ----
330 ---------------
333 consider using the network tools from ip-route2.
336 -------------------
338 kernel series (iptables). It still includes backwards-compatibility modules
339 for 2.2.x-style ipchains and 2.0.x-style ipfwadm.
342 ---
355 NFS-utils
356 ---------
366 fail-over. Even when the system is working well, ``rmtab`` suffers from
370 when it gets a request from an unknown host, and mountd can give
377 mount -t nfsd nfsd /proc/fs/nfsd
380 services be protected from the internet-at-large by a firewall where
384 ------
394 ------
396 Please see :ref:`sphinx_install` in :ref:`Documentation/doc-guide/sphinx.rst <sphinxdoc>`
400 -------
403 Documentation/rust/general-information.rst for more information.
412 ---
414 - <ftp://ftp.gnu.org/gnu/gcc/>
417 ----------
419 - :ref:`Getting LLVM <getting_llvm>`.
422 ----
424 - Documentation/rust/quick-start.rst.
427 -------
429 - Documentation/rust/quick-start.rst.
432 ----
434 - <ftp://ftp.gnu.org/gnu/make/>
437 ----
439 - <ftp://ftp.gnu.org/gnu/bash/>
442 --------
444 - <https://www.kernel.org/pub/linux/devel/binutils/>
447 ----
449 - <https://github.com/westes/flex/releases>
452 -----
454 - <ftp://ftp.gnu.org/gnu/bison/>
457 -------
459 - <https://www.openssl.org/>
464 Util-linux
465 ----------
467 - <https://www.kernel.org/pub/linux/utils/util-linux/>
470 ----
472 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/>
473 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
476 --------
478 - <https://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/>
481 --------
483 - <https://code.launchpad.net/initrd-tools/main>
486 ---------
488 - <https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/>
489 - <https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/>
492 --------
494 - <https://jfs.sourceforge.net/>
497 -------------
499 - <https://git.kernel.org/pub/scm/linux/kernel/git/jeffm/reiserfsprogs.git/>
502 --------
504 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git>
505 - <https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/>
508 -----------
510 - <https://www.kernel.org/pub/linux/utils/kernel/pcmcia/>
512 Quota-tools
513 -----------
515 - <https://sourceforge.net/projects/linuxquota/>
519 ------------------
521 - <https://downloadcenter.intel.com/>
524 ----
526 - <https://www.freedesktop.org/software/systemd/man/udev.html>
529 ----
531 - <https://github.com/libfuse/libfuse/releases>
534 ------
536 - <https://www.mcelog.org/>
542 ---
544 - <https://download.samba.org/pub/ppp/>
545 - <https://git.ozlabs.org/?p=ppp.git>
546 - <https://github.com/paulusmack/ppp/>
548 NFS-utils
549 ---------
551 - <https://sourceforge.net/project/showfiles.php?group_id=14>
552 - <https://nfs.sourceforge.net/>
555 --------
557 - <https://netfilter.org/projects/iptables/index.html>
559 Ip-route2
560 ---------
562 - <https://www.kernel.org/pub/linux/utils/net/iproute2/>
565 --------
567 - <https://oprofile.sf.net/download/>
573 ------
575 - <https://www.sphinx-doc.org/>