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) 11.0.0 clang --version
34 Rust (optional) 1.74.1 rustc --version
35 bindgen (optional) 0.65.1 bindgen --version
36 GNU make 3.82 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 btrfsck
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 cpio any cpio --version
63 GNU tar 1.28 tar --version
64 gtags (optional) 6.6.5 gtags --version
73 ---
79 ---------------------
88 ---------------
90 A particular version of the Rust toolchain is required. Newer versions may or
95 (like ``rustc``) and some that are optional. The ``rust-src`` component (which
99 Please see Documentation/rust/quick-start.rst for instructions on how to
105 ------------------
111 ----
116 ----
122 --------
126 pkg-config
127 ----------
129 The build system, as of 4.18, requires pkg-config to check for installed
131 'make {g,x}config'. Previously pkg-config was being used but not
135 ----
142 -----
148 -------
151 generates BTF (BPF Type Format) from DWARF in vmlinux, a bit later from kernel
158 ----
164 --
170 -------
180 ---
186 -----------------------------
190 ``-C (--directory)`` flag.
196 ---------------------
201 32-bit UID support is now in place. Have fun!
204 documentation via specially-formatted comments near their
208 In order to convert from ReST format to a format of your choice, you'll need
211 Util-linux
212 ----------
214 New versions of util-linux provide ``fdisk`` support for larger disks,
220 --------
225 that it produces readable dumps that can be used as-is (this also
232 --------
238 ---------
241 debugfs. Obviously, it's a good idea to upgrade.
244 --------
249 - ``fsck.jfs`` - initiate replay of the transaction log, and check
250 and repair a JFS formatted partition.
252 - ``mkfs.jfs`` - create a JFS formatted partition.
254 - other file system utilities are also available in this package.
257 -------------
259 The reiserfsprogs package should be used for reiserfs-3.6.x
260 (Linux kernels 2.4.x). It is a combined package and contains working
265 --------
274 -----------
276 PCMCIAutils replaces ``pcmcia-cs``. It properly sets up
278 for 16-bit PCMCIA devices if the kernel is modularized and the hotplug
281 Quota-tools
282 -----------
285 the newer version 2 quota format. Quota-tools version 3.07 and
289 Intel IA32 microcode
290 --------------------
292 A driver has been added to allow updating of Intel IA32 microcode,
293 accessible as a normal (misc) character device. If you are not using
301 get the user-space microcode_ctl utility to use with this.
304 ----
306 ``udev`` is a userspace application for populating ``/dev`` dynamically with
312 ----
321 ---------------
324 consider using the network tools from ip-route2.
327 -------------------
329 kernel series (iptables). It still includes backwards-compatibility modules
330 for 2.2.x-style ipchains and 2.0.x-style ipfwadm.
333 ---
346 NFS-utils
347 ---------
357 fail-over. Even when the system is working well, ``rmtab`` suffers from
361 when it gets a request from an unknown host, and mountd can give
368 mount -t nfsd nfsd /proc/fs/nfsd
371 services be protected from the internet-at-large by a firewall where
375 ------
385 ------
387 Please see :ref:`sphinx_install` in :ref:`Documentation/doc-guide/sphinx.rst <sphinxdoc>`
391 -------
394 Documentation/rust/general-information.rst for more information.
403 ---
405 - <ftp://ftp.gnu.org/gnu/gcc/>
408 ----------
410 - :ref:`Getting LLVM <getting_llvm>`.
413 ----
415 - Documentation/rust/quick-start.rst.
418 -------
420 - Documentation/rust/quick-start.rst.
423 ----
425 - <ftp://ftp.gnu.org/gnu/make/>
428 ----
430 - <ftp://ftp.gnu.org/gnu/bash/>
433 --------
435 - <https://www.kernel.org/pub/linux/devel/binutils/>
438 ----
440 - <https://github.com/westes/flex/releases>
443 -----
445 - <ftp://ftp.gnu.org/gnu/bison/>
448 -------
450 - <https://www.openssl.org/>
455 Util-linux
456 ----------
458 - <https://www.kernel.org/pub/linux/utils/util-linux/>
461 ----
463 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/>
464 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
467 --------
469 - <https://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/>
472 --------
474 - <https://code.launchpad.net/initrd-tools/main>
477 ---------
479 - <https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/>
480 - <https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/>
483 --------
485 - <https://jfs.sourceforge.net/>
488 -------------
490 - <https://git.kernel.org/pub/scm/linux/kernel/git/jeffm/reiserfsprogs.git/>
493 --------
495 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git>
496 - <https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/>
499 -----------
501 - <https://www.kernel.org/pub/linux/utils/kernel/pcmcia/>
503 Quota-tools
504 -----------
506 - <https://sourceforge.net/projects/linuxquota/>
510 ------------------
512 - <https://downloadcenter.intel.com/>
515 ----
517 - <https://www.freedesktop.org/software/systemd/man/udev.html>
520 ----
522 - <https://github.com/libfuse/libfuse/releases>
525 ------
527 - <https://www.mcelog.org/>
530 ----
532 - <https://www.gnu.org/software/cpio/>
538 ---
540 - <https://download.samba.org/pub/ppp/>
541 - <https://git.ozlabs.org/?p=ppp.git>
542 - <https://github.com/paulusmack/ppp/>
544 NFS-utils
545 ---------
547 - <https://sourceforge.net/project/showfiles.php?group_id=14>
548 - <https://nfs.sourceforge.net/>
551 --------
553 - <https://netfilter.org/projects/iptables/index.html>
555 Ip-route2
556 ---------
558 - <https://www.kernel.org/pub/linux/utils/net/iproute2/>
561 --------
563 - <https://oprofile.sf.net/download/>
569 ------
571 - <https://www.sphinx-doc.org/>