- Move includes.nav*.sgml to share/sgml/navibar.ent and
<lang>/share/sgml/navibar.l10n.ent.
- Move includes.sgml and includes.xsl to
share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
and <lang>/share/sgml/header.l10n.ent.
- Move most of XSLT libraries to share/sgml/*.xsl and
<lang>/share/sgml/*.xsl.
- Move news.xml and other *.xml files for the similar purpose
to share/sgml/*.xml and <lang>/share/sgml/*.xml.
- Switch to use a custom DTD for HTML document. Now we use
"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
HTML 4.01 + some entities previously pulled via
"<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
The location of entity file will be resolved by using catalog file.
- Add DOCTYPE declearation to XML documents. This makes the followings
possible:
* Use of &foo; entities for SGML in an XML file instead of defining
{$foo} as the same content.
* &symbolic; entities for Latin characters.
- Duplicated information between SGML and XML, or English and
translated doc, has been removed as much as possible.
59 lines
1.9 KiB
Text
59 lines
1.9 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||
<!ENTITY base CDATA "..">
|
||
<!ENTITY date "$FreeBSD: www/zh_CN/platforms/arm.sgml,v 1.1 2006/07/11 15:27:49 delphij Exp $">
|
||
<!ENTITY title "FreeBSD/ARM Project">
|
||
<!ENTITY email 'freebsd-arm'>
|
||
<!ENTITY % navinclude.developers "INCLUDE">
|
||
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
|
||
]>
|
||
|
||
<!-- The FreeBSD Simplified Chinese Document Project -->
|
||
<!-- Original Revision 1.8 -->
|
||
|
||
<html>
|
||
&header;
|
||
|
||
<p>FreeBSD/ARM项目的目标是让FreeBSD运行于ARM架构
|
||
和硬件之上。项目的目的是提供对架构及其周边设备
|
||
的支持。</p>
|
||
|
||
<h3>FreeBSD/ARM Hardware Notes</h3>
|
||
|
||
<p>现在FreeBSD可以运行在i80321为基础的Intel设备板上,包括
|
||
IQ31244和IQ80321备板。支持的设备仍然很少,只覆盖了CPU,
|
||
PCI-X总线em(4)以太网设备,UART和时钟设备。</p>
|
||
|
||
<p>对StrongARM1100CPU只提供最小范围的支持,仅限于Simics模拟的CPU,
|
||
UART和时钟。理论上来讲是可以在Assabet板(Simics模拟地)上启动地。
|
||
没有人报告曾尝试过,无论是成功还是失败。</p>
|
||
|
||
<h3>需要完成的目标</h3>
|
||
|
||
<ul>
|
||
<li>添加SATA支持。</li>
|
||
|
||
<li>其他设备,例如watchdog、i2c和总线需从NetBSD合并过来。</li>
|
||
</ul>
|
||
|
||
<h3>FreeBSD/ARM相关链接</h3>
|
||
|
||
<ul>
|
||
<li><a href="http://tisu.mit.jyu.fi/embedded/TIE345/luentokalvot/Embedded_3_ARM.pdf">
|
||
ARM简史</a></li>
|
||
|
||
<li><a href="http://www.netbsd.org/Ports/arm32/">NetBSD Arm/32项目</a></li>
|
||
</ul>
|
||
|
||
<h3>最小安装指南</h3>
|
||
|
||
<p>&a.cognet; (cognet@FreeBSD.org) 曾经为现在地FreeBSD源码写过一部简明安装指南。 可以从
|
||
<a href="http://people.freebsd.org/~cognet/freebsd_arm.txt">这里</a> 找到。</p>
|
||
|
||
<h3><a name="list">FreeBSD/ARM邮件列表</a></h3>
|
||
|
||
<p>订阅本列表,发送邮件到<tt class="
|
||
EMAIL"><<a href="mailto:freebsd-arm-subscribe@FreeBSD.org">freebsd-arm-subscribe@FreeBSD.org</a>></tt>
|
||
或者访问<a href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm">mailman界面</a>.</p>
|
||
|
||
&footer;
|
||
</html>
|