Woho! It was a great weekend! Add notes about Doug's patches
which allowed to boot on real IA64 hardware and Benno's patches which allowed to boot Apple iMacs using OpenFirmware. Reviewed by: dfr & benno
This commit is contained in:
parent
36e66e4d3d
commit
a5be0b6bc1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10890
2 changed files with 46 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
Divide time in to <year>, <month>, and <day> elements, each of which
|
||||
has a <name>.
|
||||
|
||||
Each <day> element contains one or more <event> elements.
|
||||
each <day> element contains one or more <event> elements.
|
||||
|
||||
Each <event> contains an optional <title>, and then a <p>. <p> elements
|
||||
can contain <a> anchors. Within the "href" attribute of the anchor
|
||||
|
@ -19,7 +19,7 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/news/news.xml,v 1.22 2001/10/06 11:36:39 keramida Exp $
|
||||
$FreeBSD: www/en/news/news.xml,v 1.23 2001/10/07 03:20:20 kuriyama Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -29,9 +29,30 @@
|
|||
<month>
|
||||
<name>October</name>
|
||||
|
||||
<day>
|
||||
<name>7</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD/ppc port now boots and executes kernel</title>
|
||||
<p><a href="mailto:benno@FreeBSD.org">Benno Rice</a> has committed
|
||||
mega-patch which added support for OpenFirmware to the FreeBSD
|
||||
loader. The loader can now load a kernel over the network and
|
||||
execute it on an Apple iMac.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>5</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD/ia64 port now boots on real hardware</title>
|
||||
<p>After few months of development <a href="mailto:dfr@FreeBSD.org">
|
||||
Doug Rabson</a> and <a href="mailto:peter@FreeBSD.org">Peter
|
||||
Wemm</a> have committed patches which are extending FreeBSD/ia64
|
||||
port's functionality and adding possibility to boot on real
|
||||
hardware.</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer:
|
||||
<a href="mailto:keramida@FreeBSD.org">Giorgos Keramidas</a>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Divide time in to <year>, <month>, and <day> elements, each of which
|
||||
has a <name>.
|
||||
|
||||
Each <day> element contains one or more <event> elements.
|
||||
each <day> element contains one or more <event> elements.
|
||||
|
||||
Each <event> contains an optional <title>, and then a <p>. <p> elements
|
||||
can contain <a> anchors. Within the "href" attribute of the anchor
|
||||
|
@ -19,7 +19,7 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/news/news.xml,v 1.22 2001/10/06 11:36:39 keramida Exp $
|
||||
$FreeBSD: www/en/news/news.xml,v 1.23 2001/10/07 03:20:20 kuriyama Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -29,9 +29,30 @@
|
|||
<month>
|
||||
<name>October</name>
|
||||
|
||||
<day>
|
||||
<name>7</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD/ppc port now boots and executes kernel</title>
|
||||
<p><a href="mailto:benno@FreeBSD.org">Benno Rice</a> has committed
|
||||
mega-patch which added support for OpenFirmware to the FreeBSD
|
||||
loader. The loader can now load a kernel over the network and
|
||||
execute it on an Apple iMac.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>5</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD/ia64 port now boots on real hardware</title>
|
||||
<p>After few months of development <a href="mailto:dfr@FreeBSD.org">
|
||||
Doug Rabson</a> and <a href="mailto:peter@FreeBSD.org">Peter
|
||||
Wemm</a> have committed patches which are extending FreeBSD/ia64
|
||||
port's functionality and adding possibility to boot on real
|
||||
hardware.</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer:
|
||||
<a href="mailto:keramida@FreeBSD.org">Giorgos Keramidas</a>
|
||||
|
|
Loading…
Reference in a new issue