<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>ROOL News: Latest news: Roadmap for the future of RISC OS</title>
    <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Recent developments</description>
    <item>
      <title>Roadmap for the future of RISC OS</title>
      <description>&lt;p&gt;Following from the publishing of the source code on the &lt;span class="caps"&gt;ROOL&lt;/span&gt; site, &lt;span class="caps"&gt;RISC&lt;/span&gt; OS development has gained momentum over the past couple of years. We are close to a point where we can say one flavour of the OS, &lt;span class="caps"&gt;RISC&lt;/span&gt; OS 5, can run on most of the current platforms: Beagle Board, &lt;span class="caps"&gt;IYONIX&lt;/span&gt; pc, RiscPC, A7000 and emulation.&lt;/p&gt;
&lt;p&gt;Within &lt;span class="caps"&gt;ROOL&lt;/span&gt;, we don&amp;#8217;t want things to stop there. What we would like to see is for all of the talented developers out there to be paired up with tasks that they are interested in working on which contribute to the &amp;#8216;greater good&amp;#8217; of the system.&lt;/p&gt;
&lt;p&gt;As a tentative first step in that direction, we have &lt;a href="https://www.riscosopen.org/wiki/documentation/pages/RISC+OS+Roadmap"&gt;published a list&lt;/a&gt; of the sorts of tasks which we feel could be adopted in order to move things along. We haven&amp;#8217;t prioritised them or done anything more than simply enumerate everything (significant) that we can think of.&lt;/p&gt;
&lt;p&gt;We&amp;#8217;re sure there are more good ideas out there and there is probably some stuff in our &lt;a href="https://www.riscosopen.org/forum/forums/2"&gt;Wish Lists&lt;/a&gt; forum that we&amp;#8217;ve missed. We would very much welcome feedback from the community &amp;#8211; so add the things to our list that you think are important to the future development of our favourite operating system.&lt;/p&gt;</description>
      <pubDate>Thu, 29 Jul 2010 22:51:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:40116471-4e46-47ea-a207-e29b4b57bdea</guid>
      <author>Steve Revill</author>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os</link>
      <category>New documentation</category>
      <category>Community</category>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Trevor Johnson (329)</title>
      <description>&lt;p&gt;For any other potential developers reading this, I concur in hoping that you&amp;#8217;ll be able to &lt;a href="http://www.drobe.co.uk/article.php?id=2197" rel="nofollow"&gt;&amp;quot;look back in old age and in the finest spirit of Acorn and say that one of [your] life-achievements was doing what people said could never be done.&amp;quot;&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 06 Oct 2010 10:26:17 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:8b5d1608-d639-4691-a583-2253df058f29</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-104</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Jeffrey Lee (213)</title>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;#8230; may I suggest that the CWDSupport module available from &lt;a href="http://bgilon.free.fr/" rel="nofollow"&gt;http://bgilon.free.fr/&lt;/a&gt;RISCOS/CWDSupport/UK/main.htm might fit the need (at least in part)?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yes, that looks like it might be useful. A couple of years ago I did try writing something similar myself (just for providing a per-task CSD), but I couldn&amp;#8217;t get it to work properly in all situations. I haven&amp;#8217;t tried your code (nor can I remember exactly what caused mine to fail), but hopefully you had better luck than me.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Regarding the item labelled &#8220;Multi-CPU support and preemptive multitasking (a simple job, clearly)&#8221;. Would it be possible to split it in two?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yes, it would be possible to split it in two. Multithreading (pre-emptive or not) is a lot simpler to implement for single-core machines than it is for multi-core machines, especially when you&amp;#8217;re trying to add it onto an OS that&amp;#8217;s already got tons of programs that aren&amp;#8217;t expecting to run in a threaded environment.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Likely an intermediate list item named &#8220;multi threading&#8221; which considers concurrent execution within one application memory adress space (no memory context switch) would be more reachable.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;GCC has had pthreads support for several years now. It&amp;#8217;s not an ideal solution, but it can be used to implement threaded Wimp tasks, such as the (experimental) &lt;a href="http://www.riscos.info/index.php/Preemptive_multitasking#Making_Applications_Have_PMT_behaviour" rel="nofollow"&gt;threaded version of FireFox&lt;/a&gt;. So since there&amp;#8217;s already a solution available for in-task threading, I think it would be better if we focused on the bigger issue of pre-emptive multithreading between multiple tasks.&lt;/p&gt;</description>
      <pubDate>Sun, 03 Oct 2010 00:01:03 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:c2f5314b-438f-41d1-8765-ee09b6d8eb01</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-103</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Benoit Gilon (259)</title>
      <description>&lt;p&gt;Regarding the item labelled &amp;#8220;Multi-CPU support and preemptive multitasking (a simple job, clearly)&amp;#8221;. Would it be possible to split it in two? as the only thing shared by this two concepts is just the term &amp;#8220;multi&amp;#8221;? Likely an intermediate list item named &amp;#8220;multi threading&amp;#8221; which considers concurrent execution within one application memory adress space (no memory context switch) would be more reachable. I&amp;#8217;ve seen some articles from CAUGers describing some techniques to approaching threading capabilities within applications but this is clearly a work in progress.&lt;/p&gt;</description>
      <pubDate>Fri, 01 Oct 2010 14:02:12 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:aaad71bf-36b5-4460-9b9c-e4267b9b198d</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-102</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Benoit Gilon (259)</title>
      <description>&lt;p&gt;About the item from the list labelled &amp;#8220;Improved task/process management (e.g. making more state per-process instead of global. An important stepping stone to full preemptive multitasking, and will benefit us now by making taskwindows more reliable/versatile)&amp;#8221;, may I suggest that the CWDSupport module available from &lt;a href="http://bgilon.free.fr/" rel="nofollow"&gt;http://bgilon.free.fr/&lt;/a&gt;RISCOS/CWDSupport/UK/main.htm might fit the need (at least in part)?&lt;/p&gt;</description>
      <pubDate>Fri, 01 Oct 2010 13:30:59 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:3810138f-daab-48a0-8e75-33f00b45c4b0</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-101</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Tim Powys-Lybbe (200)</title>
      <description>&lt;p&gt;David R. Lane (77) said 16 days later:&lt;/p&gt;
&lt;p&gt;&amp;gt; Two fundraising ideas. 1. Encourage RISC OS folk to donate a regular monthly amount by standing order. 2. Ask for donations for specified projects that ROOL plans to get done.&lt;/p&gt;
&lt;p&gt;&amp;gt; 1. The amount of the SO can be quite small, &#163;5 to &#163;10 minimum a month, and used for maintaining the website, administration, speakers expenses, exhibition expenses etc..&lt;/p&gt;
&lt;p&gt;&amp;gt; Charities, campaign groups and other societies and institutions use this method successfully. To the doner it seems very little, but over the year it is a useful amount for the recipient.&lt;/p&gt;
&lt;p&gt;I agree and would cheerfully make out a suitable standing order.&lt;/p&gt;
&lt;p&gt;But the addition of charitable status would provide even more money as the charity would (should?) be able to recover in addition the standard rate income tax from the charity.  So a donation of &#163;50 becomes &#163;60.  Further if the donor pays higher rate tax he gets that rebated to himself, enabling him to increase the amount donated.&lt;/p&gt;
&lt;p&gt;The trouble with charities is that they need to be set up with a trustee or two and be approved by the Charities Commission.  The trouble with this is that it needs suitable people: reliable, methodical and trustworthy &amp;#8211; so I cannot volunteer!&lt;/p&gt;
&lt;p&gt;But I would still recommend that if sufficient people would make pledges, a Charity be set up and the donations chanelled through that charity.&lt;/p&gt;</description>
      <pubDate>Sun, 29 Aug 2010 10:43:38 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:694d14a3-0283-466e-ac2a-01807eb85b01</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-100</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by David R. Lane (77)</title>
      <description>&lt;p&gt;Two fundraising ideas.&lt;br /&gt;
1. Encourage RISC OS folk to donate a regular monthly amount by standing order.&lt;br /&gt;
2. Ask for donations for specified projects that ROOL plans to get done.&lt;/p&gt;
&lt;p&gt;1. The amount of the SO can be quite small, &#163;5 to &#163;10 minimum a month, and  used for maintaining the website,  administration, speakers expenses, exhibition expenses etc..&lt;/p&gt;
&lt;p&gt;Charities, campaign groups and other societies and institutions use this method successfully. To the doner it seems very little, but over the year it is a useful amount for the recipient.&lt;/p&gt;
&lt;p&gt;2. ROOL should make the decision on the projects to be funded and the amount required for each project needs to be stated. A rough idea of what folk should give, perhaps 3 levels according as the giver is poor, comfortable or rich. Martin Wuerthner did this for some of his software. If folk know how much is needed they are more likely to rise to the occasion and dig deeper in their pockets. It is not just about having a clear set of objectives, but having a clear idea of the money needed and asking for it. This is how it works in other voluntary bodies. &lt;br /&gt;
We don&amp;#8217;t seem to be very good in the RISC OS community at getting our act together, the approach is to amateurish. For example, the JTAG kit needs to be properly evaluated as to its suitability and expense. Don&amp;#8217;t expect money to be forthcoming unless the case and the funds required are made clear.&lt;/p&gt;</description>
      <pubDate>Sat, 14 Aug 2010 22:57:14 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:c95d6b48-4cd9-49c6-ad89-c874ab4b1441</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-99</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Jeffrey Lee (213)</title>
      <description>&lt;p&gt;Yes, I think it&amp;#8217;s only recently that it&amp;#8217;s become possible to use the USB100 (v2) with the OMAP3.&lt;/p&gt;
&lt;p&gt;Good to know that the USB100 is readily available in the UK, although it&amp;#8217;s a bit of a shame that as usual we&amp;#8217;re stuck with an effective $1=&#163;1 exchange rate!&lt;/p&gt;
&lt;p&gt;Once all my immediate tasks are out the way I&amp;#8217;ll probably buy one and see how practical it is to use (e.g. whether it&amp;#8217;s possible to get CCS to work with the debug data that Norcroft produces)&lt;/p&gt;</description>
      <pubDate>Wed, 04 Aug 2010 13:21:52 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:8b32c59f-1e35-49e5-8a91-a7f4c711b2fe</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-98</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Trevor Johnson (329)</title>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;#8230;USB560 rather than USB100&amp;#8230;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Perhaps the &lt;a href="http://groups.google.com/group/beagleboard/msg/4ace7567caa22d2e" rel="nofollow"&gt;USB100 is sufficient&lt;/a&gt; after all.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Aug 2010 12:34:41 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:4ed0ebdf-87ba-4541-b2a0-4c1dfea11ce1</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-97</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Trevor Johnson (329)</title>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;#8230;this &lt;a href="http://www.blackhawk-dsp.com/products/usb100.aspx" rel="nofollow"&gt;$99 adapter&lt;/a&gt; can be used with Code Composer Studio&amp;#8230;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That doesn&amp;#8217;t sound too bad, but what about this &lt;a href="http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/34453/120036.aspx#120036" rel="nofollow"&gt;CCS forum post&lt;/a&gt; ? It refers to (somewhat pricier) USB560 rather than USB100. (All available in the UK from &lt;a href="http://shop.directinsight.co.uk/" rel="nofollow"&gt;Direct Insight&lt;/a&gt; in Banbury.)&lt;/p&gt;
&lt;p&gt;Unless I&amp;#8217;ve misunderstood&lt;a href="#fn1" rel="nofollow"&gt;1&lt;/a&gt;, we&amp;#8217;ll need to &amp;#8220;think of a way to raise a significant pot of funds&amp;#8221; as the news item says.&lt;/p&gt;
&lt;p&gt;&lt;a href="#fnr1" rel="nofollow"&gt;1&lt;/a&gt; Which wouldn&amp;#8217;t be the first time!&lt;/p&gt;</description>
      <pubDate>Wed, 04 Aug 2010 06:48:16 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:23accb4a-7004-408d-8424-3de8ac428905</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-96</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Jeffrey Lee (213)</title>
      <description>&lt;p&gt;Ah, just spotted this bit on the &lt;a href="http://processors.wiki.ti.com/index.php/Download_CCS" rel="nofollow"&gt;CCS download page&lt;/a&gt;, which coroborates what&amp;#8217;s said on the Blackhawk website:&lt;/p&gt;
&lt;p&gt;&amp;#8220;Can be used for FREE with EVMs, DSKs and eZdsp boards that have on-board emulation as well as simulators and XDS100 emulators&amp;#8221;&lt;/p&gt;</description>
      <pubDate>Tue, 03 Aug 2010 23:49:50 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:49b3a462-159a-4469-9dfd-cbbc954e08b6</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-95</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Jeffrey Lee (213)</title>
      <description>&lt;blockquote&gt;
&lt;p&gt;Excuse my ignorance, but is a JTAG kit specific to a manufacturers ARM processor? Or simply just the processor type? i.e. Cortex-A8 vs Cortex-A9&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;As I understand it, there are a few JTAG interface standards floating around. E.g. the beagleboard uses a TI-specific 14 pin interface which isn&amp;#8217;t the same as ARM&amp;#8217;s 14 pin one. But if you&amp;#8217;ve got a JTAG adapter which is mechanically and electrically compatible then in theory you can use it to talk to any device with the right connector.&lt;/p&gt;
&lt;p&gt;But the bigger issue with JTAG is that it&amp;#8217;s down to each silicon designer to decide how the debugging interface should work &amp;#8211; what commands should be used to read and write registers, the correct procedures to go through in order to ensure the internal state remains consistent, etc. So unless you&amp;#8217;ve got a debugger that knows all the details of the chip you&amp;#8217;re debugging you&amp;#8217;re out of luck.&lt;/p&gt;
&lt;p&gt;Luckily it looks like the JTAG situation isn&amp;#8217;t as bad as I/we thought &amp;#8211; a quick search lead me to &lt;a href="http://elinux.org/BeagleBoardJTAG" rel="nofollow"&gt;this wiki page&lt;/a&gt;, which says that &lt;a href="http://www.blackhawk-dsp.com/products/usb100.aspx" rel="nofollow"&gt;this $99 adapter&lt;/a&gt; can be used with Code Composer Studio (TI&amp;#8217;s &amp;#8220;free&amp;#8221; toolchain) to debug both the ARM core and the DSP.&lt;/p&gt;
&lt;p&gt;Note that I say &amp;#8220;free&amp;#8221; because there&amp;#8217;s &lt;a href="http://processors.wiki.ti.com/index.php/Licensing_-_CCSv4" rel="nofollow"&gt;this big wiki page&lt;/a&gt; about licensing, which will surely need a good deal of reading to work out what our options are. As I understand it CCS is the only (or at least the best) way of compiling code for the DSP, so at some point we&amp;#8217;ll want to look into acquiring it for that purpose as well.&lt;/p&gt;</description>
      <pubDate>Tue, 03 Aug 2010 23:42:18 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:6c948a01-94d5-4b16-9fef-51a2661ba499</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-94</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Alan Robertson (52)</title>
      <description>&lt;p&gt;Excuse my ignorance, but is a JTAG kit specific to a manufacturers ARM processor? Or simply just the processor type? i.e. Cortex-A8 vs Cortex-A9&lt;/p&gt;</description>
      <pubDate>Tue, 03 Aug 2010 15:00:50 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:493c4ab8-d7e2-45f2-a600-f10323becddf</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-93</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Dave Higton (281)</title>
      <description>&lt;p&gt;Jeffrey, is an IAR J-Trace any use?  I could lend you mine.&lt;/p&gt;</description>
      <pubDate>Tue, 03 Aug 2010 11:24:21 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:72152cd8-a0ef-4755-a713-4f33a6318d9b</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-92</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Trevor Johnson (329)</title>
      <description>&lt;p&gt;In the $1000s, if the &lt;a href="http://focus.ti.com/dsp/docs/dspfindtoolswresults.tsp?sectionId=3&amp;amp;tabId=1620&amp;amp;familyId=1526&amp;amp;toolTypeId=12&amp;amp;go=Go" rel="nofollow"&gt;links here&lt;/a&gt; are anything to go by. On a related note, according to his CV, this guy &lt;a href="http://uk.linkedin.com/pub/nigel-hathaway/1/502/187" rel="nofollow"&gt;Nigel Hathaway&lt;/a&gt; did some work on the JTAG emulator for ARM 5 years ago&amp;#8230; perhaps he&amp;#8217;s got an old one he could lend, if that&amp;#8217;d be more up-to-date than the one that ROOL have!&lt;/p&gt;</description>
      <pubDate>Mon, 02 Aug 2010 16:23:24 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:d7f6b7df-4b92-4c20-a79e-14ea29469721</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-91</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Alan Robertson (52)</title>
      <description>&lt;p&gt;So how much is a single JTAG kit that Jeffrey was talking about?&lt;/p&gt;</description>
      <pubDate>Mon, 02 Aug 2010 15:20:20 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:cf4c5074-f112-4f0f-8c02-09e6908c310d</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-90</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Steve Revill (20)</title>
      <description>&lt;p&gt;&amp;gt; JTAG kit&lt;/p&gt;
&lt;p&gt;We have an ARM MultiICE JTAG kit but I suspect it&amp;#8217;s too old and things have moved on since that was relevant&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Mon, 02 Aug 2010 14:42:04 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:690e2ce3-d598-44b3-99f1-cdd9d775fa95</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-89</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Jeffrey Lee (213)</title>
      <description>&lt;blockquote&gt;
&lt;p&gt;I&#8217;m sure Jeffrey Lee will be wondering if he can get backdated pay on his work.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I&amp;#8217;m not particularly interested in getting paid for my RISC OS work, and I don&amp;#8217;t think I&amp;#8217;d particularly enjoy being tied down to a contract either (My day job gives me enough deadlines and boring tasks as it is!)&lt;/p&gt;
&lt;p&gt;I&amp;#8217;d be much happier if the money went towards inticing other people to get involved, so that we have a chance of getting everything done within a couple of years instead of a couple of decades.&lt;/p&gt;
&lt;p&gt;Or if we can get enough money together, it would be nice to buy some JTAG kit so I (or anyone else) don&amp;#8217;t have to spend hours debugging the major crashes using nothing more than a serial port :)&lt;/p&gt;</description>
      <pubDate>Mon, 02 Aug 2010 13:26:50 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:0f6d8893-3254-494f-a09e-61cdcd53f67d</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-88</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Trevor Johnson (329)</title>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;#8230;get-together of interested parties&amp;#8230;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Perhaps something like &lt;a href="http://fosdem.org/2010/about/fosdem" rel="nofollow"&gt;FOSDEM&lt;/a&gt; on a smaller scale and without the &amp;#8220;free&amp;#8221; aspect? Anyway, this sounds like a good idea to encourage development :-)&lt;/p&gt;
&lt;p&gt;And here&amp;#8217;s another vote for backdated payments to Jeffrey and the other keen coders (speaking of which, there may be some recent additions needed to the &lt;a href="https://www.riscosopen.org/viewer/view/castle/RiscOS/Sources/SystemRes/HeroNames/Resources/Iyonix/UK/HeroNames?rev=1.2;content-type=text%2Fplain" rel="nofollow"&gt;heros list&lt;/a&gt; ).&lt;/p&gt;</description>
      <pubDate>Mon, 02 Aug 2010 11:23:07 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:69c1d772-563f-42e4-aa08-28fca0aeec7c</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-87</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Alan Robertson (52)</title>
      <description>&lt;p&gt;I&amp;#8217;m sure Jeffrey Lee will be wondering if he can get backdated pay on his work.&lt;br /&gt;
Perhaps we could just rebrand it JLOS instead ;)&lt;/p&gt;
&lt;p&gt;Seriously though, this is an important step forward and I am sure that others like myself will support such an opportunity to vastly improve RISC OS.&lt;/p&gt;
&lt;p&gt;As the list shows; there are plenty of things that need improving/fixing. It could keep many developers busy as well as supplementing their main income.&lt;/p&gt;
&lt;p&gt;Looking forward to hearing more about this soon.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Aug 2010 08:48:39 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:9e6e74ba-4cd9-4baf-b2e9-960df23d13d4</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-86</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Chris (121)</title>
      <description>&lt;p&gt;Excellent. Having a clear set of objectives is something RISC OS development has needed for years. Looks like a very good list to me. A couple of comments:&lt;/p&gt;
&lt;p&gt;- I would be prepared to donate money to any scheme which was properly transparent and contractually binding (i.e., there was some reasonably level of certainty the work would be done). I think it should be done on a piecemeal basis (one project at a time), unlike the Select Scheme. Successfully completed projects, even if they start small, will generate confidence.&lt;/p&gt;
&lt;p&gt;- There are already things which have taken place in recent months that would have fitted this model. For example, MW Software&amp;#8217;s Postscript Drivers could well have taken place as an OS upgrade if they had been likely to receive a similar amount of money for the work done as by doing it independently. I think it would be worth sounding out the few remaining commercial developers to see if they&amp;#8217;d consider doing work on the ROOL OS for cash, and under what terms.&lt;/p&gt;</description>
      <pubDate>Sat, 31 Jul 2010 18:11:21 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:1facd5a5-2a69-4504-82bb-faea66d3db74</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-85</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Jess Hampshire (158)</title>
      <description>&lt;p&gt;Would a bounty system work?&lt;br /&gt;
If online payments are like cheques and have 6 months to be cashed, you could have a system where people &amp;#8220;buy&amp;#8221; a feature and if it doesn&amp;#8217;t happen within 6 months then they don&amp;#8217;t get charged.&lt;/p&gt;
&lt;p&gt;eg If the Iyonix supported DVI, it would save me buying a VGA switch box. (&#163;10) if a dozen other users were in the same situation, then perhaps that would be enough for a devoloper to do it (at McDonalds rates, maybe).&lt;/p&gt;</description>
      <pubDate>Sat, 31 Jul 2010 11:10:46 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:f806b571-27e6-488c-abcf-cf4acf584e6b</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-84</link>
    </item>
    <item>
      <title>"Roadmap for the future of RISC OS" by Jeffrey Lee (213)</title>
      <description>&lt;p&gt;Nice list. I&amp;#8217;ve added a few bits which you&amp;#8217;ve missed :)&lt;/p&gt;</description>
      <pubDate>Fri, 30 Jul 2010 14:14:56 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:ab1c33ce-a033-4b64-a24d-a8f812090fe0</guid>
      <link>/news/articles/2010/07/29/roadmap-for-the-future-of-risc-os#comment-83</link>
    </item>
  </channel>
</rss>

