* add 'email' entity to header. This causes sgml to put link to freebsd-ia64

mailing list to html page footer instead of freebsd-questions
* switch to use one style FreeBSD ports naming (FreeBSD/<port>)
* use "IA-64" abbrev. when refering to actutal architecture name
* s/freebsd/FreeBSD
This commit is contained in:
Alexey Zelkin 2001-10-24 18:08:49 +00:00
parent 09cf28daf7
commit dae4c3bf18
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11036

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/platforms/ia64.sgml,v 1.3 2001/07/06 02:12:05 dd Exp $">
<!ENTITY title "FreeBSD/IA64 Project">
<!ENTITY date "$FreeBSD: www/en/platforms/ia64.sgml,v 1.4 2001/07/13 12:52:16 dd Exp $">
<!ENTITY title "FreeBSD/ia64 Project">
<!ENTITY email 'freebsd-ia64'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -10,17 +10,17 @@
&header;
<p>This page contains information about porting FreeBSD to Intel's
upcoming IA64 architecture.</p>
upcoming IA-64 architecture.</p>
<h3>Latest News</h3>
<ul>
<li><p><b>5-Nov-2000</b> <a href="mailto:marcel@freebsd.org">Marcel
<li><p><b>5-Nov-2000</b> <a href="mailto:marcel@FreeBSD.org">Marcel
Moolenaar</a> has written a web page describing the <a
href="http://www.freebsd.org/~marcel/ssc.html">Simulator System Calls</a>.</p></li>
<li><p><b>4-Oct-2000</b> <a href="mailto:dfr@freebsd.org">Doug
href="http://www.FreeBSD.org/~marcel/ssc.html">Simulator System Calls</a>.</p></li>
<li><p><b>4-Oct-2000</b> <a href="mailto:dfr@FreeBSD.org">Doug
Rabson</a> has committed code to get FreeBSD as far as start_init()
before it dies in the simulator.</p></li>
<li><p><b>30-Sep-2000</b> <a href="mailto:dfr@freebsd.org">Doug
<li><p><b>30-Sep-2000</b> <a href="mailto:dfr@FreeBSD.org">Doug
Rabson</a> has made a series of commits to -current with early IA64
support. The kernel will now reach the mountroot prompt. Please
follow the mailing list for more information.</p></li>
@ -28,42 +28,42 @@ follow the mailing list for more information.</p></li>
<h3>What needs to be done</h3>
<p>A lot of work needs to be done on the <a
href="http://www.cygnus.com/ia64">Cygnus IA64 toolchain</a>. At the
moment it looks like the various Linux camps doing IA64 development
href="http://www.cygnus.com/ia64">Cygnus IA-64 toolchain</a>. At the
moment it looks like the various Linux camps doing IA-64 development
have splintered off without merging their respective changes back into
Cygnus' tree. Anyone working on toolchain issues should coordinate
with <a href="mailto:obrien@freebsd.org">David Obrien</a>.</p>
with <a href="mailto:obrien@FreeBSD.org">David Obrien</a>.</p>
<p><a href="http://software.hp.com/ia64linux">HP's Linux IA64
<p><a href="http://software.hp.com/ia64linux">HP's Linux IA-64
simulator</a> is currently less than ideal for FreeBSD development.
<a href="mailto:marcel@freebsd.org">Marcel Moolenaar</a> is currently
<a href="mailto:marcel@FreeBSD.org">Marcel Moolenaar</a> is currently
working on some of these issues.</p>
<H3>FreeBSD/IA64 Specific Links</H3>
<H3>FreeBSD/ia64 Specific Links</H3>
<UL>
<LI><A HREF="mailto:freebsd-ia64@FreeBSD.org">FreeBSD/IA64 mailing list</A></LI>
<LI><A HREF="mailto:freebsd-ia64@FreeBSD.org">FreeBSD/ia64 mailing list</A></LI>
</UL>
<H3>Other Links of Interest</H3>
<H4>IA64 Documentation</H4>
<H4>IA-64 Documentation</H4>
<UL>
<li><a href="http://developer.intel.com/design/ia-64/devinfo.htm">
Intel IA64 Architecture Reference Manuals</a></li>
Intel IA-64 Architecture Reference Manuals</a></li>
<li><a href="http://developer.intel.com/software/idap/platform/server/IA64.htm">
Intel IA64 presentations and whitepapers</a></li>
Intel IA-64 presentations and whitepapers</a></li>
</UL>
<H4>Software Tools</h4>
<ul>
<li><a href="http://www.cygnus.com/ia64">Cygnus GNU IA64
<li><a href="http://www.cygnus.com/ia64">Cygnus GNU IA-64
Toolchain</a></li>
<li><a href="http://software.hp.com/ia64linux">HP Linux IA64 Simulator
<li><a href="http://software.hp.com/ia64linux">HP Linux IA-64 Simulator
and Tools</a></li>
</ul>
<H4>Related Projects</H4>
<UL>
<LI><A HREF="http://www.linuxia64.com">Linux / IA64</A></LI>
<LI><A HREF="http://www.linuxia64.com">Linux/IA64</A></LI>
</UL>
&footer;