Subject: Re: NetBSD/mips64 ?
To: David Brownlee <abs@netbsd.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: netbsd-docs
Date: 02/04/2002 09:43:29
--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
David Brownlee <abs@netbsd.org> wrote:
> On Sun, 3 Feb 2002, Jan Schaumann wrote:
> > Other parts that mention NetBSD/foo are linked to "../Ports/foo/", and I
> > thought it should link *somewhere* for consistency's sake.
>
> Sounds reasonable - could you add a brief paragraph to
> Ports/index.html along the lines of:
Ok, took your paragraph and put it on Ports/index.html#suggested-mips
(see attached patch) - then we can link from contrib/hardware.html to
#suggested-mips...
Should I commit this?
-Jan
--
finger jschauma@netmeister.org
--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="ports.diff"
Index: index.html
===================================================================
RCS file: /cvsroot/htdocs/Ports/index.html,v
retrieving revision 1.205
diff -u -r1.205 index.html
--- index.html 2001/12/31 12:01:09 1.205
+++ index.html 2002/02/04 14:40:20
@@ -727,6 +727,16 @@
<p>
<ul>
+<li>64-bit MIPS<br>
+ Many of the existing NetBSD/mips platforms are capable of running
+ 64-bit code. A NetBSD/mips64 port would be similar to <a
+ href="alpha/">NetBSD/alpha</a> with 64-bit longs and pointers and 32-bit
+ ints.
+ <p>
+ Contact: <a
+ href="mailto:port-mips@netbsd.org">port-mips@netbsd.org</a>.
+ <p>
+
<li><a href="http://www.densan.com/">Densan</a><br>
Densan produce a range of MIPS based <a
href="http://www.densan.com/vme/vmeproducts.html">VME</a> and
--PEIAKu/WMn1b1Hv9--