Let's remove Alpha part. I just mention that 6.X was the last branch

supporting this architecture and points people to release page.
This commit is contained in:
Marc Fonvieille 2010-08-18 21:02:52 +00:00
parent 48a3db76e8
commit 49d3bc099b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36268

View file

@ -75,7 +75,7 @@
<para>In general, these installation instructions are written
for &i386; (<quote>PC compatible</quote>) architecture
computers. Where applicable, instructions specific to other
platforms (for example, Alpha) will be listed. Although this
platforms will be listed. Although this
guide is kept as up to date as possible, you may find minor
differences between the installer and what is shown here. It is
suggested that you use this chapter as a general guide rather
@ -123,32 +123,14 @@
<indexterm><primary>Alpha</primary></indexterm>
<para>To install &os;/&arch.alpha;, you will need a supported
platform (see <xref linkend="install-hardware-supported">)
and a dedicated disk for &os;. It is not possible to share
a disk with another operating system at this time. This
disk will need to be attached to a SCSI controller which is
supported by the SRM firmware or an IDE disk assuming the
SRM in your machine supports booting from IDE disks.</para>
<indexterm><primary>ARC</primary></indexterm>
<indexterm><primary>Alpha BIOS</primary></indexterm>
<indexterm><primary>SRM</primary></indexterm>
<para>You will need the SRM console firmware for your
platform. In some cases, it is possible to switch between
AlphaBIOS (or ARC) firmware and SRM. In others it will be
necessary to download new firmware from the vendor's Web
site.</para>
<note>
<para>Support for the Alpha was removed beginning with
&os;&nbsp;7.0. The
&os;&nbsp;6.<replaceable>X</replaceable> series of
releases is the last containing support for this
architecture.</para>
</note>
architecture. Please check the <ulink
url="http://www.FreeBSD.org/releases/index.html">Release
Information</ulink> page of the &os; web site for more
information.</para>
</sect3>
<sect3>
@ -464,58 +446,6 @@
</example>
</sect3>
<sect3>
<title>Disk Layouts for the Alpha</title>
<indexterm><primary>Alpha</primary></indexterm>
<para>You will need a dedicated disk for FreeBSD on the
Alpha. It is not possible to share a disk with another
operating system at this time. Depending on the specific
Alpha machine you have, this disk can either be a SCSI disk
or an IDE disk, as long as your machine is capable of
booting from it.</para>
<para>Following the conventions of the Digital / Compaq
manuals all SRM input is shown in uppercase. SRM is case
insensitive.</para>
<para>To find the names and types of disks in your machine, use
the <literal>SHOW DEVICE</literal> command from the SRM
console prompt:</para>
<screen>&gt;&gt;&gt;<userinput>SHOW DEVICE</userinput>
dka0.0.0.4.0 DKA0 TOSHIBA CD-ROM XM-57 3476
dkc0.0.0.1009.0 DKC0 RZ1BB-BS 0658
dkc100.1.0.1009.0 DKC100 SEAGATE ST34501W 0015
dva0.0.0.0.1 DVA0
ewa0.0.0.3.0 EWA0 00-00-F8-75-6D-01
pkc0.7.0.1009.0 PKC0 SCSI Bus ID 7 5.27
pqa0.0.0.4.0 PQA0 PCI EIDE
pqb0.0.1.4.0 PQB0 PCI EIDE</screen>
<para>This example is from a Digital Personal Workstation
433au and shows three disks attached to the machine. The
first is a CDROM drive called <devicename>DKA0</devicename> and
the other two are disks and are called
<devicename>DKC0</devicename> and
<devicename>DKC100</devicename> respectively.</para>
<para>Disks with names of the form <devicename>DKx</devicename>
are SCSI disks. For example <devicename>DKA100</devicename>
refers to a SCSI disk with SCSI target ID 1 on the first SCSI bus (A),
whereas <devicename>DKC300</devicename> refers to a SCSI disk
with SCSI ID 3 on the third SCSI bus (C). Devicename <devicename>
PKx</devicename> refers to the SCSI host bus adapter. As
seen in the <literal>SHOW DEVICE</literal> output SCSI
CDROM drives are treated as any other SCSI hard disk drive.</para>
<para>IDE disks have names similar to <devicename>DQx</devicename>,
while <devicename>PQx</devicename> is the associated IDE
controller.</para>
</sect3>
</sect2>
<sect2>
@ -1047,65 +977,6 @@ Insert disk labelled "Kernel floppy 1" and press any key...</screen>
</step>
</procedure>
</sect3>
<sect3>
<title>Booting for the Alpha</title>
<indexterm><primary>Alpha</primary></indexterm>
<procedure>
<step>
<para>Start with your computer turned off.</para>
</step>
<step>
<para>Turn on the computer and wait for a boot monitor
prompt.</para>
</step>
<step>
<para>If you needed to prepare boot floppies, as described in
<xref linkend="install-boot-media"> then one of them will be the
first boot disc, probably the one containing
<filename>boot.flp</filename>. Put this disc in your floppy
drive and type the following command to boot the disk
(substituting the name of your floppy drive if
necessary):</para>
<screen>&gt;&gt;&gt;<userinput>BOOT DVA0 -FLAGS '' -FILE ''</userinput></screen>
<para>If you are booting from CDROM, insert the CDROM into
the drive and type the following command to start the
installation (substituting the name of the appropriate
CDROM drive if necessary):</para>
<screen>&gt;&gt;&gt;<userinput>BOOT DKA0 -FLAGS '' -FILE ''</userinput></screen>
</step>
<step>
<para>FreeBSD will start to boot. If you are booting from a
floppy disc, at some point you will see the message:</para>
<screen>Insert disk labelled "Kernel floppy 1" and press any key...</screen>
<para>Follow these instructions by removing the
<filename>boot.flp</filename> disc, insert the
<filename>kern1.flp</filename> disc, and press
<keycap>Enter</keycap>.</para>
</step>
<step>
<para>Whether you booted from floppy or CDROM, the
boot process will then get to this point:</para>
<screen>Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [kernel] in 9 seconds... _</screen>
<para>Either wait ten seconds, or press <keycap>Enter</keycap>. This
will then launch the kernel configuration menu.</para>
</step>
</procedure>
</sect3>
<sect3>