Remove sun4v.
This commit is contained in:
parent
a77dc631d9
commit
a5a26d26bd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37249
5 changed files with 5 additions and 11 deletions
en_US.ISO8859-1
articles
books
|
@ -2413,8 +2413,7 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
|
|||
old. It should be integrated into the FreeBSD
|
||||
documentation.</para>
|
||||
|
||||
<para>Current Tier 2 platforms are ARM, PowerPC, ia64, Sparc64 and
|
||||
sun4v.</para>
|
||||
<para>Current Tier 2 platforms are ARM, PowerPC, ia64, and Sparc64.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# This file: stage_1.conf.default, sourced by stage_1.sh.
|
||||
#
|
||||
# $Id: stage_1.conf.default,v 1.4 2008-12-03 21:59:51 schweikh Exp $
|
||||
# $Id: stage_1.conf.default,v 1.5 2011-05-14 20:44:31 hrs Exp $
|
||||
# $FreeBSD$
|
||||
|
||||
# Root mount point where you create the new system. Because it is only
|
||||
|
@ -20,7 +20,7 @@ KERNCONF="HAL9000"
|
|||
# Your target architecture as used for make buildworld TARGET=...
|
||||
# If you did not specify a TARGET when building world, it defaulted
|
||||
# to the build architecture (run "uname -m" to find out if you are unsure).
|
||||
TARGET="i386" # amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v
|
||||
TARGET="i386" # amd64 arm i386 ia64 mips pc98 powerpc sparc64
|
||||
|
||||
# Available time zones are those under /usr/share/zoneinfo.
|
||||
TIMEZONE="Europe/Berlin"
|
||||
|
|
|
@ -292,7 +292,7 @@
|
|||
|
||||
<row>
|
||||
<entry>architecture-specific</entry>
|
||||
<entry>alpha, amd64, arm, i386, ia64, powerpc, sparc64, sun4v</entry>
|
||||
<entry>alpha, amd64, arm, i386, ia64, powerpc, sparc64</entry>
|
||||
<entry>freebsd-<replaceable>arch</replaceable></entry>
|
||||
</row>
|
||||
|
||||
|
|
|
@ -2232,7 +2232,7 @@
|
|||
<answer>
|
||||
<para>Yes. &os; currently runs on the Intel x86 and the
|
||||
AMD64 architectures. The Intel EM64T, IA-64, &arm;,
|
||||
&powerpc;, sun4v and &sparc64; architectures are also
|
||||
&powerpc;, and &sparc64; architectures are also
|
||||
supported. Upcoming platforms are &mips; and &s390;, join
|
||||
the &a.mips; for more information about ongoing work on
|
||||
the &mips; platform. For general discussion on new
|
||||
|
|
|
@ -502,11 +502,6 @@
|
|||
standards</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>&a.sun4v.name;</entry>
|
||||
<entry>Porting FreeBSD to &ultrasparc; T1 based systems</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>&a.sysinstall.name;</entry>
|
||||
<entry>&man.sysinstall.8; development</entry>
|
||||
|
|
Loading…
Reference in a new issue