aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/platforms/mips.xml
blob: 80f251779bd16e8410ae18f74f2a6a73dbedd3a2 (plain) (blame)
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
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "FreeBSD/MIPS Project">
<!ENTITY email 'freebsd-mips'>
]>

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
      <title>&title;</title>

      <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
    </head>

    <body class="navinclude.developers">

  <h3>Introduction</h3>

  <p>This page contains information about porting FreeBSD to the
    MIPS&reg; platform.  Discussion of the MIPS port takes
    place on the
    <a href="http://lists.freebsd.org/mailman/listinfo/freebsd-mips">freebsd-mips</a>
    mailing list.</p>

  <h3>Table Of Contents</h3>

  <ul>
    <li><a href="#status">Status</a></li>
    <li><a href="#faq">Port FAQs</a></li>
    <li><a href="#list">FreeBSD/MIPS mailing list</a></li>
  </ul>

  <h3><a name="status">Status</a></h3>

  <p>MIPS is a
    <a href="&base;/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">
    Tier 3</a> architecture, and as such is currently regarded as experimental.
    It is not supported by the <a href="&base;">FreeBSD</a> project.</p>

  <h3><a name="faq">Frequently Asked Questions</a></h3>

  <ol>
    <li><a href="#1">What is the FreeBSD/MIPS project?</a></li>
    <li><a href="#2">What hardware are you targeting?</a></li>
    <li><a href="#3">What is the current status?</a></li>
    <li><a href="#4">How can I acquire FreeBSD/MIPS?</a></li>
    <li><a href="#5">Who should I contact?</a></li>
  </ol>

  <h4><a name="1">What is the FreeBSD/MIPS project?</a></h4>

  <p>FreeBSD/MIPS is a port of the FreeBSD operating system
    to platforms based around MIPS processors.</p>

  <h4><a name="2">What hardware are you targeting?</a></h4>

  <p>At the moment, several MIPS32 development boards and
    SGI's MIPS64 computers are being targeted.  Other MIPS platforms
    such as common embedded boards and non-exotic computers in
    a similar configuration are expected
    to be targeted later on.</p>

  <h4><a name="3">What is the current status?</a></h4>

  <p>FreeBSD/MIPS is in the early stages of development, see the
    <a href="http://wiki.freebsd.org/FreeBSD/mips"> MIPS wiki page</a>
    for information
    about currently ongoing work.</p>

  <h4><a name="4">How can I acquire FreeBSD/MIPS?</a></h4>

  <p>FreeBSD/MIPS is being developed in FreeBSD's Perforce repository
    but diffs will be occasionally posted to <a href="#list">the mailing
    list</a>.</p>

  <h4><a name="5">Who should I contact?</a></h4>

  <p><a href="mailto:jmallett@FreeBSD.org">Juli Mallett</a> is the project lead.
    Contact her if you can contribute code.  If you just want
    to know about the status of this project, check this page
    regularly or
    join the <a href="#list">FreeBSD/MIPS mailing list</a>.</p>

  <h3><a name="list">FreeBSD/MIPS mailing list</a></h3>

  <p>To subscribe to this list, send an email to <tt class="
    EMAIL">&#60;<a href="mailto:freebsd-mips-subscribe@FreeBSD.org">freebsd-mips-subscribe@FreeBSD.org</a>&#62;</tt>
    or visit the <a href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips">mailman interface</a>.</p>

</body>
</html>