View | Details | Raw Unified | Return to bug 121528
Collapse All | Expand All

(-)www/en/platforms/mips.sgml (-8 / +22 lines)
Lines 9-24 Link Here
9
<html>
9
<html>
10
  &header;
10
  &header;
11
11
12
  <h3><a name="intro">Introduction</a></h3>
13
12
  <p>This page contains information about porting FreeBSD to the
14
  <p>This page contains information about porting FreeBSD to the
13
    MIPS.</p>
15
    MIPS&reg; platform.  Discussion of the MIPS port takes
16
    place on the
17
    <a href="http://lists.freebsd.org/mailman/listinfo/freebsd-mips">freebsd-mips</a>
18
    mailing list.</p>
14
19
15
  <h3>General Information</h3>
20
  <h3><a name="toc">Table Of Contents</a></h3>
16
21
17
  <ul>
22
  <ul>
23
    <li><a href="#status">Status</a></li>
18
    <li><a href="#faq">Port FAQs</a></li>
24
    <li><a href="#faq">Port FAQs</a></li>
19
    <li><a href="#list">FreeBSD/MIPS mailing list</a></li>
20
  </ul>
25
  </ul>
21
26
27
  <h3><a name="status">Status</a></h3>
28
29
  <p>MIPS is a
30
    <a href="&base;/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">
31
    Tier 3</a> architecture, and as such is currently regarded as experimental.
32
    It is not supported by the <a href="&base;">FreeBSD</a> project.</p>
33
22
  <h3><a name="faq">Frequently Asked Questions</a></h3>
34
  <h3><a name="faq">Frequently Asked Questions</a></h3>
23
35
24
  <ol>
36
  <ol>
Lines 32-51 Link Here
32
  <h4><a name="1">What is the FreeBSD/MIPS project?</a></h4>
44
  <h4><a name="1">What is the FreeBSD/MIPS project?</a></h4>
33
45
34
  <p>FreeBSD/MIPS is a port of the FreeBSD operating system
46
  <p>FreeBSD/MIPS is a port of the FreeBSD operating system
35
    to computers with MIPS R4K and beyond processors, most notably
47
    to platforms based around MIPS processors.</p>
36
    SGI's MIPS computers.</p>
37
48
38
  <h4><a name="2">What hardware are you targeting?</a></h4>
49
  <h4><a name="2">What hardware are you targeting?</a></h4>
39
50
40
  <p>At the moment SGI's MIPS computers.  Other MIPS platforms
51
  <p>At the moment, several MIPS32 development boards and
52
    SGI's MIPS64 computers are being targeted.  Other MIPS platforms
41
    such as common embedded boards and non-exotic computers in
53
    such as common embedded boards and non-exotic computers in
42
    a similar configuration to those offered by SGI are expected
54
    a similar configuration are expected
43
    to be targeted later on.</p>
55
    to be targeted later on.</p>
44
56
45
  <h4><a name="3">What is the current status?</a></h4>
57
  <h4><a name="3">What is the current status?</a></h4>
46
58
47
  <p>FreeBSD/MIPS is in the early stages of development, see the
59
  <p>FreeBSD/MIPS is in the early stages of development, see the
48
    <a href="../projects/mips">project status page</a> for information
60
    <a href="../projects/mips">project status page</a> and the
61
    <a href="http://wiki.freebsd.org/FreeBSD/mips"> MIPS wiki page</a>
62
    for information
49
    about currently ongoing work.</p>
63
    about currently ongoing work.</p>
50
64
51
  <h4><a name="4">How can I acquire FreeBSD/MIPS?</a></h4>
65
  <h4><a name="4">How can I acquire FreeBSD/MIPS?</a></h4>

Return to bug 121528