summaryrefslogtreecommitdiff
path: root/it/preparing/bios-setup/powerpc.xml
blob: 6a88c232ea233f7a331e84c70a41310a8dfc7bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!-- retain these comments for translator revision tracking -->
<!-- original version: 36732 -->


  <sect2 arch="powerpc" id="invoking-openfirmware">
  <!-- <title>Invoking OpenFirmware</title> -->
  <title>Invocare OpenFirmware</title>
<para>

<!--
There is normally no need to set up the BIOS (called OpenFirmware) on
&arch-title; systems. PReP and CHRP are equipped with OpenFirmware,
but unfortunately, the means you use to invoke it vary from
manufacturer to manufacturer.  You'll have to consult the hardware
documentation which came with your machine.
-->

Normalmente sui sistemi &arch-title; non c'è alcun bisogno di configurare il
BIOS (chiamato OpenFirmware). PReP e CHRP sono dotati di OpenFirmware, ma
sfortunatamente il modo usato per invocarlo varia a seconda del produttore.
Si deve consultare la documentazione dell'hardware fornita con la propria
macchina.

</para><para>

<!--
On &arch-title; Macintoshes, you invoke OpenFirmware with
<keycombo><keycap>Command</keycap> <keycap>option</keycap>
<keycap>O</keycap> <keycap>F</keycap></keycombo> while booting.  Generally it
will check for these keystrokes after the chime, but the exact timing
varies from model to model.  See
<ulink url="&url-netbsd-powerpc-faq;"></ulink> for more hints.
-->

Sui Macintosh &arch-title;, si entra in OpenFirmware premendo <keycombo>
<keycap>Command</keycap> <keycap>option</keycap> <keycap>O</keycap>
<keycap>F</keycap> </keycombo> durante il boot. In generale il sistema
controllerà la pressione di tali tasti dopo la melodia, ma i tempi
esatti variano da modello a modello. Per suggerimenti consultate
<ulink url="&url-netbsd-powerpc-faq;"></ulink>

</para><para>

<!--
The OpenFirmware prompt looks like this:
-->

Il prompt di OpenFirmware somiglia a:

<informalexample><screen>
ok
0 &gt;
</screen></informalexample>

<!--
Note that on older model &arch-title; Macs, the default and sometimes
hardwired I/O for OpenFirmware user interaction is through the serial
(modem) port. If you invoke OpenFirmware on one of these machines, you
will just see a black screen. In that case, a terminal program running
on another computer, connected to the modem port, is needed to
interact with OpenFirmware.
-->

Sui Mac &arch-title; più vecchi, per l'utente interagisce con OpenFirmware
attraverso la porta seriale (modem). In alcuni casi non è nemmeno possibile
fare altrimenti: invocando OpenFirmware su una di queste macchine, si vede
solo uno schermo nero. In tal caso per interagire con OpenFirmware si deve
connettersi attraverso la porta seriale da un altro elaboratore su cui è
attivo un emulatore di terminale.

</para><para>

<!--
The OpenFirmware on OldWorld Beige G3 machines, OF versions 2.0f1
and 2.4, is broken. These machines will most likely not be able to
boot from the hard drive unless the firmware is patched. A firmware
patch is included in the <application>System Disk 2.3.1</application>
utility, available from Apple at
<ulink url="ftp://ftp.apple.com/developer/macosxserver/utilities/SystemDisk2.3.1.smi.bin"></ulink>.
After unpacking the utility in MacOS, and launching it, select the
<guibutton>Save button</guibutton> to have the firmware patches
installed to nvram.
-->

Sulle macchine OldWorld Beige G3, OpenFirmware (OF versioni 2.0f1 e 2.4)
è difettoso. Tali macchine molto probabilmente non saranno in grado di
fare il boot dal disco fisso, a meno che al firmware non venga applicata
una patch opportuna, come quella compresa nell'utility <application>System
Disk 2.3.1</application> scaricabile da Apple come
<ulink url="ftp://ftp.apple.com/developer/macosxserver/utilities/SystemDisk2.3.1.smi.bin"></ulink>.
Scompattate l'utility in MacOS, avviarla e azionare il pulsante
<guibutton>Save</guibutton> affinché le patch del firmware vengano
installate nella nvram.

</para>
  </sect2>