Lines Matching +full:ia32 +full:- +full:3 +full:a

1 .. include:: ../disclaimer-ita.rst
35 GNU C 5.1 gcc --version
36 Clang/LLVM (optional) 13.0.0 clang --version
37 Rust (opzionale) 1.78.0 rustc --version
38 bindgen (opzionale) 0.65.1 bindgen --version
39 GNU make 4.0 make --version
40 bash 4.2 bash --version
41 binutils 2.25 ld -v
42 flex 2.5.35 flex --version
43 bison 2.0 bison --version
44 pahole 1.16 pahole --version
45 util-linux 2.10o mount --version
46 kmod 13 depmod -V
47 e2fsprogs 1.41.4 e2fsck -V
48 jfsutils 1.1.3 fsck.jfs -V
49 reiserfsprogs 3.6.3 reiserfsck -V
50 xfsprogs 2.6.0 xfs_db -V
51 squashfs-tools 4.0 mksquashfs -version
52 btrfs-progs 0.18 btrfsck
53 pcmciautils 004 pccardctl -V
54 quota-tools 3.09 quota -V
55 PPP 2.4.0 pppd --version
56 nfs-utils 1.0.5 showmount --version
57 procps 3.2.0 ps --version
58 udev 081 udevd --version
59 grub 0.93 grub --version || grub-install --version
60 mcelog 0.6 mcelog --version
61 iptables 1.4.2 iptables -V
63 bc 1.06.95 bc --version
64 Sphinx\ [#f1]_ 2.4.4 sphinx-build --version
65 cpio any cpio --version
66 GNU tar 1.28 tar --version
67 gtags (opzionale) 6.6.5 gtags --version
68 mkimage (opzionale) 2017.01 mkimage --version
69 Python (opzionale) 3.5.x python3 --version
78 ---
80 La versione necessaria di gcc potrebbe variare a seconda del tipo di CPU nel
84 ----------------------
94 ----------------
98 Verificate le istruzioni Documentation/rust/quick-start.rst su come soddisfare i
104 -------------------
109 ----
114 ----
119 --------
123 pkg-config
124 ----------
126 Il sistema di compilazione, dalla versione 4.18, richiede pkg-config per
128 impostazioni da usare in 'make {g,x}config'. Precedentemente pkg-config
132 ----
138 -----
144 ------
147 compilazione genera BTF (BPF Type Format) a partire da DWARF per vmlinux. Più
150 A seconda della distribuzione, lo si può trovare nei pacchetti 'dwarves' o
154 ----
160 --
165 -------
176 ---
182 ------------------------------
186 uso del parametro gtags ``-C (--directory)`` che compare in questa versione.
189 -------
193 pacchetto ``u-boot-tools`` oppure può essere compilato dal codice sorgente di
194 U-Boot. Consultate le istruzioni
195 https://docs.u-boot.org/en/latest/build/tools.html#building-tools-for-linux
202 ------------------------
207 Il supporto per UID a 32-bit è ora disponibile. Divertitevi!
218 Util-linux
219 ----------
221 Le versioni più recenti di util-linux: forniscono il supporto a ``fdisk`` per
227 --------
239 --------
245 ---------
251 --------
253 Il pacchetto ``jfsutils`` contiene programmi per il file-system JFS.
256 - ``fsck.jfs`` - avvia la ripetizione del log delle transizioni, e verifica e
259 - ``mkfs.jfs`` - crea una partizione formattata secondo JFS
261 - sono disponibili altri strumenti per il file-system.
264 -------------
266 Il pacchetto reiserfsprogs dovrebbe essere usato con reiserfs-3.6.x (Linux
272 --------
275 ``mkfs.xfs``, ``xfs_db`` e ``xfs_repair`` per il file-system XFS.
282 -----------
284 PCMCIAutils sostituisce ``pcmica-cs``. Serve ad impostare correttamente i
285 connettori PCMCIA all'avvio del sistema e a caricare i moduli necessari per
286 i dispositivi a 16-bit se il kernel è stato modularizzato e il sottosistema
289 Quota-tools
290 -----------
292 Il supporto per uid e gid a 32 bit richiedono l'uso della versione 2 del
293 formato quota. La versione 3.07 e successive di quota-tools supportano
297 Micro codice per Intel IA32
298 ---------------------------
300 Per poter aggiornare il micro codice per Intel IA32, è stato aggiunto un
301 apposito driver; il driver è accessibile come un normale dispositivo a
313 ----
321 ----
331 --------------------
334 livello dovreste prendere in considerazione l'uso degli strumenti in ip-route2.
337 --------------------------
344 ---
356 NFS-utils
357 ---------
361 informazione veniva passata al kernel quando un cliente montava un file-system
379 mount -t nfsd nfsd /proc/fs/nfsd
385 ------
396 ------
398 Per i dettaglio sui requisiti di Sphinx, fate riferimento a :ref:`it_sphinx_install`
399 in :ref:`Documentation/translations/it_IT/doc-guide/sphinx.rst <it_sphinxdoc>`
408 ---
410 - <ftp://ftp.gnu.org/gnu/gcc/>
413 ----------
415 - :ref:`Getting LLVM <getting_llvm>`.
418 ----
420 - <ftp://ftp.gnu.org/gnu/make/>
423 ----
425 - <ftp://ftp.gnu.org/gnu/bash/>
428 --------
430 - <https://www.kernel.org/pub/linux/devel/binutils/>
433 ----
435 - <https://github.com/westes/flex/releases>
438 -----
440 - <ftp://ftp.gnu.org/gnu/bison/>
443 -------
445 - <https://www.openssl.org/>
450 Util-linux
451 ----------
453 - <https://www.kernel.org/pub/linux/utils/util-linux/>
456 ----
458 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/>
459 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
462 --------
464 - <https://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/>
467 --------
469 - <https://code.launchpad.net/initrd-tools/main>
472 ---------
474 - <https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/>
475 - <https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/>
478 --------
480 - <https://jfs.sourceforge.net/>
483 -------------
485 - <https://git.kernel.org/pub/scm/linux/kernel/git/jeffm/reiserfsprogs.git/>
488 --------
490 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git>
491 - <https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/>
494 -----------
496 - <https://www.kernel.org/pub/linux/utils/kernel/pcmcia/>
498 Quota-tools
499 -----------
501 - <https://sourceforge.net/projects/linuxquota/>
505 --------------------
507 - <https://downloadcenter.intel.com/>
510 ----
512 - <http://www.freedesktop.org/software/systemd/man/udev.html>
515 ----
517 - <https://github.com/libfuse/libfuse/releases>
520 ------
522 - <https://www.mcelog.org/>
525 ----
527 - <https://www.gnu.org/software/cpio/>
533 ---
535 - <https://download.samba.org/pub/ppp/>
536 - <https://git.ozlabs.org/?p=ppp.git>
537 - <https://github.com/paulusmack/ppp/>
540 NFS-utils
541 ---------
543 - <https://sourceforge.net/project/showfiles.php?group_id=14>
544 - <https://nfs.sourceforge.net/>
547 --------
549 - <https://netfilter.org/projects/iptables/index.html>
551 Ip-route2
552 ---------
554 - <https://www.kernel.org/pub/linux/utils/net/iproute2/>
557 --------
559 - <https://oprofile.sf.net/download/>
565 ------
567 - <http://www.sphinx-doc.org/>