<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS-historic &#x2013; /boot/trunk/arch/ppc32/</title><description>WebSVN RSS feed &#x2013; HelenOS-historic</description><lastBuildDate>Sat, 11 Apr 2026 03:05:16 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;max=40&amp;</link><atom:link href="https://historic.helenos.org/rss.php?isdir=1&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;repname=HelenOS-historic" rel="self" type="application/rss+xml" />
<item><pubDate>Mon, 10 Jul 2006 22:48:40 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1783 – Some 32-bit vs. 64-bit fixes.  Make the call to ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Some 32-bit vs. 64-bit fixes.&lt;br /&gt;
&lt;br /&gt;
Make the call to OpenFirmware client interface architecture dependent.&lt;br /&gt;
For instance and contrary to my previous experience, the sparc64 version of&lt;br /&gt;
&apos;translate&apos; method would not work reliably unless the Address Mask bit in the&lt;br /&gt;
PSTATE register is cleared during duration of the call.&lt;br /&gt;
&lt;br /&gt;
sparc64 and ppc32 OpenFirmware seem to differ in details, for example, the above&lt;br /&gt;
mentioned method &apos;translate&apos; signals success by setting the first return value&lt;br /&gt;
to -1 on sparc64 while on ppc32 the value is/stays (???) zero.&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/boot.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/boot.S&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/boot.S&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/ofw.c&lt;br /&gt;~ /boot/trunk/genarch/ofw.c&lt;br /&gt;~ /boot/trunk/genarch/ofw.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1783</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1783</guid></item>
<item><pubDate>Tue, 04 Jul 2006 19:17:44 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1779 – Replace old __u?? types with respective C99 variants (e.g. uint32_t, ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).&lt;/div&gt;~ /boot/trunk/arch/mips32/loader/types.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/types.h&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/types.h&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/types.h&lt;br /&gt;~ /boot/trunk/generic/printf.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1779</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1779</guid></item>
<item><pubDate>Mon, 03 Jul 2006 21:46:13 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1771 – Cleanup OpenFirmware driver and prepare it for integration with sparc64 ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 17 file(s) modified&lt;/strong&gt;&lt;br/&gt;Cleanup OpenFirmware driver and prepare it for integration with sparc64 bootloader.&lt;br /&gt;
Start sparc64 boot loader (now inactive and unfunctional).&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/ofw.c&lt;br /&gt;+ /boot/trunk/arch/sparc64/loader &lt;i&gt;(copied from /boot/trunk/arch/mips32/loader@1768)&lt;/i&gt;&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/asm.h&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/boot.S&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/Makefile&lt;br /&gt;x /boot/trunk/arch/sparc64/loader/msim.c&lt;br /&gt;x /boot/trunk/arch/sparc64/loader/msim.h&lt;br /&gt;+ /boot/trunk/arch/sparc64/loader/ofw.c &lt;i&gt;(copied from /boot/trunk/arch/ppc32/loader/ofw.c@1768)&lt;/i&gt;&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/pack&lt;br /&gt;x /boot/trunk/arch/sparc64/loader/regname.h&lt;br /&gt;~ /boot/trunk/arch/sparc64/loader/types.h&lt;br /&gt;~ /boot/trunk/arch/sparc64/Makefile.inc&lt;br /&gt;~ /boot/trunk/genarch/ofw.c&lt;br /&gt;~ /boot/trunk/genarch/ofw.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1771</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1771</guid></item>
<item><pubDate>Sun, 25 Jun 2006 23:33:26 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1764 – Cleanup boot infrastructure: ppc32 (and elsewhere).</title><description>&lt;div&gt;&lt;strong&gt;jermar – 19 file(s) modified&lt;/strong&gt;&lt;br/&gt;Cleanup boot infrastructure: ppc32 (and elsewhere).&lt;/div&gt;~ /boot/trunk/arch/mips32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/msim.c&lt;br /&gt;~ /boot/trunk/arch/mips32/loader/types.h&lt;br /&gt;~ /boot/trunk/arch/mips32/Makefile.inc&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.c&lt;br /&gt;x /boot/trunk/arch/ppc32/loader/ofw.h&lt;br /&gt;x /boot/trunk/arch/ppc32/loader/printf.c&lt;br /&gt;x /boot/trunk/arch/ppc32/loader/printf.h&lt;br /&gt;+ /boot/trunk/arch/ppc32/loader/types.h &lt;i&gt;(copied from /boot/trunk/arch/mips32/loader/types.h@1763)&lt;/i&gt;&lt;br /&gt;~ /boot/trunk/arch/ppc32/Makefile.inc&lt;br /&gt;~ /boot/trunk/arch/ppc64/Makefile.inc&lt;br /&gt;+ /boot/trunk/genarch/ofw.c &lt;i&gt;(copied from /boot/trunk/arch/ppc32/loader/ofw.c@1760)&lt;/i&gt;&lt;br /&gt;+ /boot/trunk/genarch/ofw.h &lt;i&gt;(copied from /boot/trunk/arch/ppc32/loader/ofw.h@1760)&lt;/i&gt;&lt;br /&gt;+ /boot/trunk/generic/gentypes.h &lt;i&gt;(copied from /boot/trunk/generic/types.h@1763)&lt;/i&gt;&lt;br /&gt;x /boot/trunk/generic/types.h&lt;br /&gt;~ /boot/trunk/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1764</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1764</guid></item>
<item><pubDate>Tue, 20 Jun 2006 14:03:12 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1755 – read macio address from PCI OFW entry</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;read macio address from PCI OFW entry&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/ofw.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1755</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1755</guid></item>
<item><pubDate>Sun, 18 Jun 2006 15:35:06 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1739 – ppc32 debug messages</title><description>&lt;div&gt;&lt;strong&gt;decky – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;ppc32 debug messages&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/debug.inc&lt;br /&gt;+ /boot/trunk/tools/ppc32&lt;br /&gt;+ /boot/trunk/tools/ppc32/debug.c&lt;br /&gt;+ /boot/trunk/tools/ppc32/font-8x16.c&lt;br /&gt;+ /boot/trunk/tools/ppc32/font-8x16.h&lt;br /&gt;+ /boot/trunk/tools/ppc32/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1739</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1739</guid></item>
<item><pubDate>Sun, 18 Jun 2006 14:43:10 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1738 – properly place PHT on top of physical memory</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;properly place PHT on top of physical memory&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1738</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1738</guid></item>
<item><pubDate>Sun, 18 Jun 2006 14:03:01 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1737 – pick the best BAT mapping</title><description>&lt;div&gt;&lt;strong&gt;decky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;pick the best BAT mapping&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/debug.inc&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1737</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1737</guid></item>
<item><pubDate>Sun, 18 Jun 2006 03:03:14 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1732 – fix wrong segment register value add CONFIG_BAT define</title><description>&lt;div&gt;&lt;strong&gt;decky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;fix wrong segment register value&lt;br /&gt;
add CONFIG_BAT define&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1732</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1732</guid></item>
<item><pubDate>Sun, 18 Jun 2006 02:25:55 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1728 – ppc32: BAT usage is now optional better VSID support Page ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;ppc32: BAT usage is now optional&lt;br /&gt;
better VSID support&lt;br /&gt;
Page Hash Table cleanup&lt;br /&gt;
boot API change&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/debug.inc&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.h&lt;br /&gt;~ /boot/trunk/boot.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1728</guid></item>
<item><pubDate>Sat, 17 Jun 2006 19:24:39 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1725 – allocate page hash table during boot (preliminary code, will be ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;allocate page hash table during boot&lt;br /&gt;
(preliminary code, will be fixed properly later)&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/debug.inc&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1725</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1725</guid></item>
<item><pubDate>Fri, 16 Jun 2006 21:57:12 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1715 – move ppc32 four pages up</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;move ppc32 four pages up&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1715</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1715</guid></item>
<item><pubDate>Fri, 09 Jun 2006 19:43:33 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1679 – remove redundant section</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;remove redundant section&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/pack&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1679</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1679</guid></item>
<item><pubDate>Tue, 06 Jun 2006 19:09:10 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1620 – update boot loader API</title><description>&lt;div&gt;&lt;strong&gt;decky – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;update boot loader API&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1620</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1620</guid></item>
<item><pubDate>Tue, 06 Jun 2006 14:57:41 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1607 – ppc32 sync</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;ppc32 sync&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1607</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1607</guid></item>
<item><pubDate>Tue, 06 Jun 2006 11:56:47 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1602 – add ipcc and klog to ppc32</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;add ipcc and klog to ppc32&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1602</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1602</guid></item>
<item><pubDate>Thu, 01 Jun 2006 08:22:24 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1479 – more debugging</title><description>&lt;div&gt;&lt;strong&gt;decky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;more debugging&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/debug.inc&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1479</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1479</guid></item>
<item><pubDate>Thu, 01 Jun 2006 07:52:46 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1478 – ppc32 bootloader debugging facility</title><description>&lt;div&gt;&lt;strong&gt;decky – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;ppc32 bootloader debugging facility&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;+ /boot/trunk/arch/ppc32/loader/debug.inc&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/regname.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/Makefile.inc&lt;br /&gt;~ /boot/trunk/boot.config&lt;br /&gt;~ /boot/trunk/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1478</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1478</guid></item>
<item><pubDate>Sat, 20 May 2006 22:16:47 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1381 – ensure TLB sync</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;ensure TLB sync&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1381</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1381</guid></item>
<item><pubDate>Fri, 19 May 2006 00:23:35 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1373 – fix forgotten bug</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;fix forgotten bug&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1373</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1373</guid></item>
<item><pubDate>Fri, 19 May 2006 00:07:21 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1372 – remove obsolete BAT framebuffer mapping</title><description>&lt;div&gt;&lt;strong&gt;decky – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;remove obsolete BAT framebuffer mapping&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1372</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1372</guid></item>
<item><pubDate>Thu, 18 May 2006 21:42:34 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1369 – support for arbitrary number of boot components for ppc32</title><description>&lt;div&gt;&lt;strong&gt;decky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;support for arbitrary number of boot components for ppc32&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;+ /boot/trunk/arch/ppc32/loader/pack&lt;br /&gt;x /boot/trunk/arch/ppc32/loader/_link.ld&lt;br /&gt;~ /boot/trunk/arch/ppc32/Makefile.inc&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1369</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1369</guid></item>
<item><pubDate>Tue, 02 May 2006 17:59:23 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1275 – ppc32: don&apos;t use FPU instructions in boot loader</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;ppc32: don&apos;t use FPU instructions in boot loader&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1275</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1275</guid></item>
<item><pubDate>Sun, 23 Apr 2006 00:34:46 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1219 – ppc32: support for loading init</title><description>&lt;div&gt;&lt;strong&gt;decky – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;ppc32: support for loading init&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/_link.ld&lt;br /&gt;~ /boot/trunk/arch/ppc32/Makefile.inc&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1219</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1219</guid></item>
<item><pubDate>Sat, 22 Apr 2006 22:34:21 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1216 – prevent possible race by force disabling interrupts</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;prevent possible race by force disabling interrupts&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1216</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1216</guid></item>
<item><pubDate>Sat, 22 Apr 2006 22:07:20 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1214 – initially fill segment registers</title><description>&lt;div&gt;&lt;strong&gt;decky – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;initially fill segment registers&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/boot.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1214</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1214</guid></item>
<item><pubDate>Sun, 09 Apr 2006 18:37:14 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1166 – fix types, 64b arguments (breaks things yet)</title><description>&lt;div&gt;&lt;strong&gt;decky – 13 file(s) modified&lt;/strong&gt;&lt;br/&gt;fix types, 64b arguments (breaks things yet)&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/printf.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/_link.ld&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/asm.h&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/main.h&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/ofw.h&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/printf.c&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/printf.h&lt;br /&gt;~ /boot/trunk/arch/ppc64/loader/_link.ld&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1166</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1166</guid></item>
<item><pubDate>Sun, 09 Apr 2006 16:55:28 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1157 – start ppc64 port</title><description>&lt;div&gt;&lt;strong&gt;decky – 19 file(s) modified&lt;/strong&gt;&lt;br/&gt;start ppc64 port&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/regname.h&lt;br /&gt;+ /boot/trunk/arch/ppc64&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader/asm.h&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader/asm.S&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader/boot.S&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader/main.c&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader/main.h&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader/Makefile&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader/ofw.c&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader/ofw.h&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader/printf.c&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader/printf.h&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader/regname.h&lt;br /&gt;+ /boot/trunk/arch/ppc64/loader/_link.ld&lt;br /&gt;+ /boot/trunk/arch/ppc64/Makefile.inc&lt;br /&gt;~ /boot/trunk/boot.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1157</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1157</guid></item>
<item><pubDate>Sun, 02 Apr 2006 17:10:41 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1146 – add instruction cache flush align framebuffer on 128K boundary change ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;add instruction cache flush&lt;br /&gt;
align framebuffer on 128K boundary&lt;br /&gt;
change OFW calling method&lt;br /&gt;
make OFW code more compatible&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1146</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1146</guid></item>
<item><pubDate>Fri, 24 Mar 2006 21:44:41 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 1133 – ofw uses \r</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;ofw uses \r\n as newline&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/printf.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1133</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1133</guid></item>
<item><pubDate>Fri, 24 Mar 2006 20:13:37 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 1131 – kernel boot API change</title><description>&lt;div&gt;&lt;strong&gt;decky – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;kernel boot API change&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1131</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1131</guid></item>
<item><pubDate>Fri, 24 Mar 2006 19:29:04 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 1130 – extend boot info</title><description>&lt;div&gt;&lt;strong&gt;decky – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;extend boot info&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1130</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1130</guid></item>
<item><pubDate>Fri, 17 Mar 2006 13:46:35 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 1075 – relocate boot loader structures if needed (allowing to boot on ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;relocate boot loader structures if needed&lt;br /&gt;
(allowing to boot on stupid OFW implementations)&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1075</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1075</guid></item>
<item><pubDate>Fri, 17 Mar 2006 11:38:27 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 1071 – invalidate segment registers</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;invalidate segment registers&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1071</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1071</guid></item>
<item><pubDate>Fri, 17 Mar 2006 03:04:30 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 1068 – proper ppc32 initial memory mapping</title><description>&lt;div&gt;&lt;strong&gt;decky – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;proper ppc32 initial memory mapping&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/regname.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/_link.ld&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1068</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1068</guid></item>
<item><pubDate>Thu, 16 Mar 2006 19:55:50 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 1058 – relocate kernel in real mode</title><description>&lt;div&gt;&lt;strong&gt;decky – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;relocate kernel in real mode&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/ofw.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/regname.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/_link.ld&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1058</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1058</guid></item>
<item><pubDate>Wed, 15 Mar 2006 19:25:43 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 1022 – ppc32: boot using real mode trampoline setup segment registers so ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;ppc32: boot using real mode trampoline&lt;br /&gt;
setup segment registers so far&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.h&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/Makefile&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/_link.ld&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1022</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1022</guid></item>
<item><pubDate>Wed, 15 Mar 2006 01:52:44 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 1003 – simplify register names</title><description>&lt;div&gt;&lt;strong&gt;decky – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;simplify register names&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/asm.S&lt;br /&gt;~ /boot/trunk/arch/ppc32/loader/regname.h&lt;br /&gt;x /boot/trunk/arch/ppc32/loader/spr.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1003</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=1003</guid></item>
<item><pubDate>Tue, 14 Mar 2006 17:49:14 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 986 – ppc32: support for exception vectors</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;ppc32: support for exception vectors&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=986</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=986</guid></item>
<item><pubDate>Tue, 14 Mar 2006 16:10:01 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 981 – temporal CUDA (VIA 6805) mapping</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;temporal CUDA (VIA 6805) mapping&lt;/div&gt;~ /boot/trunk/arch/ppc32/loader/main.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=981</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fboot%2Ftrunk%2Farch%2Fppc32%2F&amp;isdir=1&amp;rev=981</guid></item>
</channel></rss>