History of RISC OS

From Wikipedia, the free encyclopedia

RISC OS, the computer operating system developed by Acorn Computers for their ARM-based Acorn Archimedes range, was originally released in 1987 as Arthur 0.20, and soon followed by Arthur 0.30, and Arthur 1.20. The next version, Arthur 2, became RISC OS 2 and was completed and made available in April 1989. RISC OS 3 was released with the very earliest version of the A5000 in 1991 and contained a series of new features. By 1996 RISC OS had been shipped on over 500,000 systems.[1]

RISC OS 4 was released by RISCOS Ltd (ROL) in July 1999, based on the continued development of OS 3.8. ROL had in March 1999 licensed the rights to RISC OS from Element 14 (the renamed Acorn) and eventually from the new owner, Pace Micro Technology. According to the company, over 6,400 copies of OS 4.02 on ROM were sold up until production was ceased in mid-2005.

RISC OS Select was launched in May 2001 by ROL. This is a subscription scheme allowing users access to the latest OS updates. These upgrades are released as soft-loadable ROM images, separate to the ROM where the boot OS is stored, and are loaded at boot time. Select 1 was shipped in May 2002, with Select 2 following in November 2002 and the final release of Select 3 in June 2004. ROL released the ROM based OS 4.39 the same month, dubbed RISC OS Adjust as a play on the RISC OS GUI convention of calling the three mouse buttons 'Select', 'Menu' and 'Adjust'. ROL sold its 500th Adjust ROM in early 2006.

RISC OS 5 was released in October 2002 on Castle Technology's Acorn clone Iyonix PC. OS 5 is a separate evolution based upon the NCOS work done by Pace for set-top boxes. In October 2006, Castle announced a source sharing license plan for elements of OS 5. This Shared Source Initiative (SSI) is managed by RISC OS Open Ltd (ROOL). RISC OS 5 has since been released under a fully free and open source Apache 2.0 license, while the older no longer maintained RISC OS 6 older has not.

RISC OS Six was also announced in October 2006 by ROL. This is the next generation of their stream of the operating system. The first product to be launched under the name was the continuation of the Select scheme, Select 4. A beta-version of OS 6, Preview 1 (Select 4i1), was available in 2007 as a free download to all subscribers to the Select scheme, while in April 2009 the final release of Select 5 was shipped. The latest release of RISC OS from ROL is Select 6i1, shipped in December 2009.

Arthur[edit]

A screenshot of Arthur's GUI desktop and its bundled accessory applications

The OS was designed in the United Kingdom by Acorn for the 32-bit ARM based Acorn Archimedes, and released in its first version in 1987, as the Arthur operating system. The first public release of the OS was Arthur 1.20 in June 1987.[2]

It was bundled with a desktop graphical user interface (GUI), which mostly comprises assembly language software modules,[citation needed] and the Desktop module itself being written in BBC BASIC.[3] It features a colour-scheme typically described as "technicolor".[4]

The graphical desktop runs on top of a command-line driven operating system which owes much to Acorn's earlier MOS operating system for its BBC Micro range of 8-bit microcomputers.[5]

Arthur, as originally conceived, was intended to deliver similar functionality to the operating system for the BBC Master series of computers, MOS, as a reaction to the fact that a more advanced operating system research project (ARX) would not be ready in time for the Archimedes.[5]

The Arthur project team, led by Paul Fellows, was given just five months to develop it entirely from the ground up—with the directive "just make it like the BBC micro". It was intended as a stop-gap until the operating system which Acorn had under development (ARX) could be completed. However, the latter was delayed time and again, and was eventually dropped when it became apparent that the Arthur development could be extended to have a window manager and full desktop environment. Also, it was small enough to run on the first 512K machines with only a floppy disc, whereas ARX required 4 megabytes and a hard drive.[citation needed]

The OS development was carried out using a prototype ARM-based system connected to a BBC computer, before moving onto the prototype Acorn Archimedes the A500.[6]

Arthur was not a multitasking operating system, but offered support for adding application-level cooperative multitasking.[7] No other version of the operating system was released externally, but internally the development of the desktop and window management continued, with the addition of a cooperative multitasking system, implemented by Neil Raine, which used the memory management hardware to swap-out one task, and bring in another between call-and-return from the Wimp_Poll call that applications were obliged to make to get messages under the desktop. Reminiscent of a similar technique employed by MultiFinder on the Apple Macintosh,[8] this transformed a single-application-at-a-time system into one that could operate a full multi-tasking desktop. This transformation took place at version 1.6 though it was not made public until released, with the name change from Arthur to RISC OS, as version 2.0.[9]

Most software made for Arthur 1.2 can be run under RISC OS 2 and later because, underneath the desktop, the original Arthur OS core, API interfaces and modular structures remain as the heart of all versions. (A few titles will not work, however, because they used undocumented features, side effects or in a few cases APIs that became deprecated).[original research?]

In 2011, Business Insider listed Arthur as one of ten "operating systems that time forgot".[10]

RISC OS 2[edit]

RISC OS was a rapid development of Arthur 1.2 after the failure of the ARX project.[5] Given growing dissatisfaction with various bugs and limitations with Arthur, testing of what was then known as Arthur 2 was apparently ongoing during 1988 with selected software houses.[11]

At this stage, Computer Concepts, who had been prolific developers for the BBC Micro and who had begun software development for the Archimedes, had already initiated a rival operating system project, Impulse, to support their own applications (including the desktop publishing application that would eventually become Impression), stating that Arthur did not meet the "hundreds of requirements" involved including "true multi-tasking".[12] Such an operating system was to be offered free of charge with the planned application packages,[11] but with the release of RISC OS and Computer Concepts acknowledging that RISC OS "overcomes the old problems with Arthur", the applications were to be able to run under either RISC OS or Impulse.[13] Impression was eventually released as a RISC OS application.[14]

Ultimately, Arthur 2 was renamed to RISC OS, and was first sold as RISC OS 2.00 in April 1989.[15]

The operating system implements co-operative multitasking with some limitations but is not multi-threaded. It uses the ADFS file system for both floppy and hard disc access. It ran from a 512 KB set of ROMs. The WIMP interface offers all the standard features and fixes many of the bugs that had hindered Arthur. It lacks virtual memory and extensive memory protection (applications are protected from each other, but many functions have to be implemented as 'modules' which have full access to the memory). At the time of release, the main advantage of the OS was its ROM; it booted very quickly and while it was easy to crash, it was impossible to permanently break the OS from software. Its high performance was due to much of the system being written in ARM assembly language.[citation needed]

The OS was designed with users in mind, rather than OS designers.[16] It is organised as a relatively small kernel which defines a standard software interface to which extension modules are required to conform. Much of the system's functionality is implemented in modules coded in the ROM, though these can be supplanted by more evolved versions loaded into RAM. Among the kernel facilities are a general mechanism, named the callback handler, which allows a supervisor module to perform process multiplexing. This facility is used by a module forming part of the standard editor program to provide a terminal emulator window for console applications. The same approach made it possible for advanced users to implement modules giving RISC OS the ability to do pre-emptive multitasking.[citation needed]

A slightly updated version, RISC OS 2.01, was released later to support the ARM3 processor, larger memory capacities, and the VGA and SVGA modes provided by the Acorn Archimedes 540 and Acorn R225/R260.[17]

RISC OS 3[edit]

RISC OS 3 introduced a number of new features,[18] including multitasking Filer operations, applications and fonts in ROM, no limit on number of open windows, ability to move windows off screen, safe shutdown, the Pinboard, grouping of icon bar icons, up to 128 tasks, native ability to read MS-DOS format discs and use named hard discs. Improved configuration was also included, by way of multiple windows to change the settings.[18]

RISC OS 3.00 was released with the very earliest version of the A5000 in 1991; it is almost four times the size of RISC OS 2 and runs from a 2 MB ROM. It improves multitasking and also places some of the more popular base applications in the ROM. RISC OS 3.00 had several bugs and was replaced by RISC OS 3.1 a few months later; the upgraded ROMs were supplied for the cost of postage.

RISC OS 3.1 was released later and sold built into the A3010, A3020, A4000, A4 and later A5000 models. It was also made available as replacement ROMs for the A5000 and earlier Archimedes machines (this is the last RISC OS version suitable for those machines). Three variants were released: RISC OS 3.10 the base version, RISC OS 3.11 which included a slight update that fixes some serial port issues and RISC OS 3.19 which was a German translation.

RISC OS 3.50 was sold from 1994 with the first Risc PCs. Due to the very different hardware architecture of the Risc PC, including an ARM 6 processor, 16- and 24-bit colour and a different IO chip (IOMD), RISC OS 3.50 was not made available for the older Archimedes and A Series ARM2 and 3 machines. RISC OS 3.5 was somewhat shoehorned into the 2 MB footprint, and moved the ROM applications of RISC OS 3.1 onto the hard drive; this proved so unpopular that they were later moved back into ROM. This version introduced issues of backward compatibility, particularly with games.

RISC OS 3.60 followed in 1995. The OS features much improved hard disk access and its networking was enhanced to include TCP/IP as standard in addition to Acorn's existing proprietary Econet system. The hardware support was also improved; Risc PCs could now use ARM7 processors. Acorn's A7000 machine with its ARM7500 processor was also supported. RISC OS 3.6 was twice the size of RISC OS 3.5, shipping on 4 MB in two ROM chips; components that had been moved onto disk in 3.5 (the standard application suite and networking) were now moved back into ROM.[19]

RISC OS 3.70 was released in 1996. The primary changes in the OS was support for the StrongARM processor that was made available as an upgrade for the Risc PC. This required extensive code changes due to StrongARM's split data and instruction cache (Harvard architecture) and 32-bit interrupt modes.

RISC OS 3.71 is a small update released to support the hardware in the Acorn A7000+ with its ARM7500FE processor. The FE offered hardware support for floating point mathematics, which until then was usually emulated in one of the RISC OS Software modules).

RISC OS 3.60 also formed the foundation of NCOS, as shipped in the Acorn NetChannel NCs.[20]

Demise of Acorn Computers Ltd[edit]

Acorn officially halted work in all areas except set-top boxes in January 1999 and the company was renamed Element 14[21] (the 14th element of the periodic table being silicon) with a new goal to become purely a Silicon design business (like the previous very successful spin off of ARM from Acorn in 1990). RISC OS development was halted during the development of OS 4.0 for the RiscPC 2 ("Phoebe 2100"), whose completion was also cancelled. A beta version, OS 3.8 ("Ursula") for the original RiscPC, had previously been released to developers. The project code names of Phoebe (for the hardware), Ursula (for the software) and Chandler (for the graphics processor chip) were taken from the names of characters in the TV series Friends (Phoebe and Ursula were twin sisters in the series).

This led to a number of rescue efforts to try to keep the Acorn desktop computer business alive. Acorn held discussions with many interested parties, and eventually agreed to exclusively licence RISC OS to RISCOS Ltd, which was formed from a consortium of dealers, developers and end-users. Pace purchased the rights to use and develop NCOS. There were also a number of projects to bring the advantages of the RISC Operating System to other platforms by the creation of the ROX Desktop to provide a RISC OS-like interface on Unix and Linux systems. The separate work by RISC OS Ltd and Pace resulted in a code fork. This continued after the subsequent licensing agreement with Castle Technology, causing much community debate at the time.[22] The debate remains ongoing in 2011.

Work post-Acorn by RISCOS Ltd[edit]

RISC OS 4[edit]

In March 1999, a new company called RISCOS Ltd was founded. They licensed the rights to RISC OS from Element 14 (and eventually from the new owner, Pace Micro Technology)[23] and continued the development of OS 3.8, releasing it as RISC OS 4 in July 1999.[24]

Whilst the hardware support for Phoebe was not needed, the core improvements to RISC OS 3.80 could be finished and released. They included:

  • a better file system, increasing the number of items in directory from 77 to approximately 88,000 and increasing the max length of a filename from 10 characters to 255[25][26]
  • a plugin based system configuration utility[27]
  • a new screensaver API[28]
  • an enhanced window manager[29]
  • an updated interactive help application[30]
  • a redesigned set of icons

According to the company, over 6,400 copies of RISC OS 4.02 on ROM were sold up until production was ceased in mid-2005.[31]

During 1999 and 2000, RISCOS Ltd also released versions of RISC OS 4 to support several additional hardware platforms, the MicroDigital Mico,[32] MicroDigital Omega, RiscStation R7500[33] and the Castle Kinetic RiscPC.[34] In 2003 a version of RISC OS 4 was released with support for the Millipede Graphics AlphaLock podule.[35]

RISC OS 4 is also available for various hardware emulators for other operating systems. In September 2003 VirtualAcorn released the commercial emulator VirtualRPC which included a copy of RISC OS 4.02.[36] In December 2008 RISCOS Ltd made 4.02 available for non-commercial emulators for £5 in a product called Virtually Free.[37]

RISC OS Select and Adjust[edit]

In May 2001, the company launched RISC OS Select, a subscription scheme allowing users access to the latest OS updates. These upgrades are released as soft-loadable ROM images, separate to the ROM where the boot OS is stored, and are loaded at boot time.[38] By providing soft-loads, physical ROM costs are eliminated and updates are able to be delivered with accelerated speed and frequency.[39] It has also allowed the company to subsidise the retail price of ROM releases, which are generally a culmination of the last few Select upgrades with a few extra minor changes.[citation needed]

In May 2002 the final release of Select 1 was shipped that included;[40]

  • DHCP client
  • Multi-User support and logon
  • Preview versions of new printer support and networking with AppleTalk

In November 2002, the final release of Select 2 was shipped[41] that included;[42]

  • Support for CMYK sprites
  • Hardware support for the scroll wheel on PS/2 mice
  • Support for the window manager tools to be in a configurable order
  • RiscStation hardware support is now in the kernel

In June 2004 the final release of Select 3 was shipped[41] that included:[43]

  • Cut and Paste supported in writeable icons (textboxes)
  • The filer can display image thumbnails
  • Button and other icons can now support rounded borders
  • The sprite format now supported an alpha channel
  • A recycle bin
  • An improved version of !Paint, the bitmap editor, to support the alpha channel sprites

Also in June 2004, RISCOS Ltd released the ROM based version 4.39,[44] being dubbed RISC OS Adjust. (The name was a play on the RISC OS GUI convention of calling the three mouse buttons 'Select', 'Menu' and 'Adjust'.) RISCOS Ltd sold its 500th Adjust ROM in early 2006.[45] Features introduced in 4.39 include user customization of the graphical user interface.[46]

Further release under the Select scheme were made under the RISC OS Six branding, mentioned below.

The A9Home[edit]

The A9home, released in 2006, uses RISC OS version 4.42 Adjust 32. This was developed by RISCOS Ltd and supports 32-bit addressing modes found on later ARM architectures.

RISC OS Six[edit]

In October 2006, shortly after Castle Technology announced the Shared Source Initiative, RISCOS Ltd announced RISC OS Six, the next generation of their stream of the operating system.[47]

The first product to be launched under the RISC OS Six name, was the continuation of the Select scheme, Select 4.[citation needed] A beta-version of RISC OS 6, Preview 1 (Select 4i1), was available in 2007 as a free download[48] to all subscribers to the Select scheme, both present subscribers and those whose subscription was renewed after 30 May 2004 but has since lapsed.

RISC OS Six brought portability, stability and internal structure improvements, including full 26/32-bit neutrality. It is now highly modularised, with legacy and hardware specific features abstracted, and other code separated for easier future maintenance and development.[49] Teletext support, device interrupt handler, software-based graphics operations, the real-time clock, the mouse pointer, CMOS RAM support, and hardware timer support have been abstracted out of the kernel and into their own separate modules.[49] Legacy components, like the VIDC driver, and obsolete functionality for the BBC Micro have been abstracted too.[49] AIF and transient utility executable checking has been introduced also to protect against rogue software, while graphics acceleration modules may be provided for the SM501 graphics chip in the A9home and for ViewFinder AGP podule cards.[50] In April 2008 the final release of Select 4 was shipped that included:[51]

  • 8 MB VRAM support in VirtualRPC
  • Filer updates, Keyboard shortcuts, alternative layouts, configurability
  • SVG export in !Draw

Select 4 releases are initially compatible with only Acorn Risc PC and A7000 machines.[citation needed] RiscStation R7500, MicroDigital Omega and Mico computers will not officially be supported, as the company does not have test machines available and requires proprietary software code to which they do not have the rights.[52] Lack of detailed technical information about the MicroDigital Omega has also been cited as being another reason why support of that hardware is difficult.[citation needed]

In April 2009 the final release of Select 5 was shipped[47] that included:[53]

  • 64K colour screen modes
  • More responsive desktop
  • Improvements to !Paint and !Draw

The final release of RISC OS from RISCOS Ltd was Select 6i1, shipped in December 2009, it includes;[54]

  • Configurable Filer toolbars
  • Improved Task Manager
  • Improved Draw with new editing features
  • Configurable File Types menu
  • New Firewall configuration interface
  • Improvements to Pinboard configuration
  • Improvements to Configure itself

Post-Acorn development[edit]

RISC OS 5[edit]

RISC OS 5 is a separate evolution by Castle Technology Ltd based upon work done by Pace for their NCOS based set top boxes. RISC OS 5 was written to support Castle's Iyonix PC Acorn-compatible, which runs on the Intel XScale ARM processor. Although a wealth of software has now been updated, a few older applications can only be run on RISC OS 5 via an emulator called Aemulor, since the ARMv5 XScale processor does not support 26-bit addressing modes. Likewise, RISC OS 5 itself had to be ported to run properly on the new CPU, and abstraction of the graphics and other hardware interfaces created, to allow it, for example, to use standard graphics cards, instead of Acorn's own VIDC chip.

In July 2003, Castle Technology Ltd bought the head licence for RISC OS from Pace Micro.[55][56]

Shared Source Initiative[edit]

In October 2006, Castle Technology Ltd announced a plan to release elements of RISC OS 5 under a source sharing license. The Shared Source Initiative (SSI) was a joint venture between Castle and RISC OS Open Limited (ROOL), a newly formed software development company, which aimed to accelerate development and encourage uptake of the OS. Under the custom dual license, released source was freely available and could be modified and redistributed without royalty for non-commercial use, while commercial usage incurred a per-unit license fee to Castle.

The SSI made phased releases of source code, starting in May 2007.[57] By October 2008, enough source was released to build an almost complete Iyonix ROM image.[58] By late 2011, it was possible to build complete ROM images from the published sources; with the full source code available as tarballs, CVS, or a web interface to the CVS archive.

In October 2018, the rights to RISC OS 5 were acquired by RISC OS Developments, and re-licensed under the Apache 2.0 license.[59] ROOL continues to maintain the source tree and co-ordinates an international developer community on a non-profit basis to support and encourage development.

Prebuilt images are available, as both stable releases and development "nightly builds".[60]

Ports of RISC OS 5 are available for the A7000/A7000+, RiscPC, RPCemu, the OMAP3 BeagleBoard and derivatives, OMAP4 PandaBoard and PandaBoard ES, AM5728 Titanium, the Raspberry Pi, and the XScale Iyonix.[60]

References[edit]

  1. ^ ART – Acorn RISC OS
  2. ^ "Acorn Archimedes 310". The Centre for Computing History. Retrieved 10 June 2011.
  3. ^ Acorn Archimedes
  4. ^ Holwerda, Thom (18 November 2007). "Common Usability Terms: pt. VI: the Dock". OSNews. Retrieved 13 June 2011. Arthur, whose graphical user interface always reminds me of the first versions of the Amiga OS (the 'technicolor' and pixel use) [...]
  5. ^ a b c Roger Wilson (31 January 1990). "RISC OS — the Acorn point of view". Newsgroupeunet.micro.acorn. Usenet: 1583@acorn.co.uk. Retrieved 4 November 2012.
  6. ^ Whytehead, Chris. "Acorn A500 (prototype)". Retrieved 14 June 2011. [...] A500 [...] from Paul Fellows [...] used for development of the Operating System at Acorn. Originally these machines were hooked up to BBC micros via an umbilical into the tube port and all the I/O was done by the Beeb. Over time we gradually got the various sub-systems alive, and moved them over to the A500 native.
  7. ^ Pountain, Dick (October 1987). "The Archimedes A310". BYTE. p. 125. Retrieved 4 August 2014.
  8. ^ Williams, Gregg (November 1987). "MultiFinder for the Macintosh". Byte. pp. 123–126, 128–130. Retrieved 16 April 2021.
  9. ^ "ARX, Arthur and RISC OS - Paul Fellows". ROUGOL. Retrieved 1 May 2021.
  10. ^ Carlson, Nicholas (24 March 2011). "Forgotten Operating Systems". Business Insider. Retrieved 1 November 2011.
  11. ^ a b "Arthur 1.2 is not the end". Acorn User. July 1988. p. 9. Retrieved 31 October 2020.
  12. ^ "Arthur at risk from Concepts' new OS". Acorn User. June 1988. p. 7. Retrieved 31 October 2020.
  13. ^ "RISC OS receives CC's approval". Acorn User. January 1989. p. 7. Retrieved 27 March 2021.
  14. ^ Bell, Graham (May 1990). "Easy to Impress". Acorn User. pp. 113–115. Retrieved 23 December 2020.
  15. ^ "RISC OS is ready for April launch". Acorn User. February 1989. p. 9. Retrieved 31 October 2020.
  16. ^ William Stoye (22 January 1990). "RISC OS vs the rest — project leader speaks!". Newsgroupeunet.micro.acorn. Usenet: 1360@acorn.co.uk. Retrieved 4 November 2012. [...] principle of the design process was that THE USER COMES FIRST. We were not aiming to sell to the designers of operating systems, and we realised that the internal structure was unconventional (nay, weird) in some ways. [...] our aim was, and still is, to help nonskilled users of personal computers find it easier than ever before.
  17. ^ "RISC OS 2.01 new modules" (PDF). Developers' Newsletter No.20 October 1990. No. 20. October 1990. p. 5. Retrieved 14 February 2021.
  18. ^ a b "RISC OS 3 Q&A". Acorn Computers. Retrieved 14 June 2011. Q: What improvements will a user see when using the RISC OS 3 desktop? A: Some advantages of using the RISC OS 3 desktop are: [...] !Configure has been redesigned to give the user better control over the computer's configuration, and to support new configuration options. !Configure now provides several windows that provide control over the following areas of the computer's configuration: Discs [...] Floppies [...] Net [...] Printer [...] Mouse [...] Keyboard [...] Memory [...] Sound [...] Screen [...] Fonts [...] Windows [...] Applications
  19. ^ http://www.riscos.com/riscos/360/index.php
  20. ^ "Acorn Clan Newsletter". Iconbar.com. 19 July 2003.
  21. ^ "Company No. 01403810". Companies House. Retrieved 6 January 2011. Date of change 03/08/1999 Previous Name ELEMENT 14 LIMITED, Date of change 15/01/1999 Previous Name ACORN COMPUTERS LIMITED
  22. ^ Reed, Michael (7 December 2006). "Part I: The OS Split; Hardware". What It Would Take for Me to Consider RISC OS Again. OSNews. Retrieved 10 June 2011. This split has been the cause of much heated debate within the community.
  23. ^ RISCOS Ltd – PRESS RELEASE 5 March 1999 RISCOS Ltd acquires license to develop and release RISC OS 4
  24. ^ RISCOS Ltd – PRESS RELEASE 7 July 1999 RISC OS 4 Launched
  25. ^ "Acorn Clan Newsletter — August 1998". Iconbar.com. 19 July 2003.
  26. ^ "Acorn Computers — FileCore — Phase 1 Functional Specification". Marutan.net. Retrieved 13 June 2011.
  27. ^ "Acorn Computers — Ursula !Configure Changes Functional Specification". Marutan.net. 2 February 1998.
  28. ^ "Acorn Computers — Ursula Screensaver Functional Specification". Marutan.net. 29 April 1998.
  29. ^ "Acorn Computers — Ursula Window Manager Changes Functional Specification". Marutan.net. 24 March 1998.
  30. ^ "Acorn Computers — Ursula Interactive Help Functional Specification". Marutan.net. Retrieved 13 June 2011.
  31. ^ RISCOS Ltd News October 2005 Archived 31 January 2011 at WebCite, accessed 16 July 2009
  32. ^ "Microdigital Mico". Chris's Acorns. 9 November 1999.
  33. ^ "RiscStation". Chris's Acorns. Archived from the original on 27 May 2013. Retrieved 13 June 2011.
  34. ^ "Castle reveal Kinetic to the press". The Iconbar. Retrieved 13 June 2011.
  35. ^ "RISC OS 4 to support interlaced PAL and NTSC screen displays". RISCOS Ltd. Retrieved 14 June 2015.
  36. ^ "RISCOS Ltd Licenses RISC OS 4 for general use with VirtualAcorn Emulators". RISCOS Ltd. Retrieved 13 June 2011.
  37. ^ "RISCOS Ltd – "Virtually Free" RISC OS 4.02 for use with Emulators announced". Riscos.com. 6 December 2008.
  38. ^ "RISC OS Select Subscription Scheme for RISC OS 4 upgrades announced". RISCOS Ltd. Retrieved 13 June 2011.
  39. ^ "RISC OS Select". RISCOS Ltd. 2 March 2007. Archived from the original on 1 February 2013. Retrieved 28 March 2011. [...] RISC OS [...] will in future be supplied on a yearly subscription basis. [...] the timescale for fixing bugs and offering new features will be significantly decreased. [...] the whole idea of the Select Scheme is to make new items available as soon as possible, rather than waiting 3–4 years before releasing everything at once. [...] The cost of the ROM's is also nearly £25 and hence there would be little money left [...]
  40. ^ "RISCOS Ltd – 1st Select CD commences shipping". Riscos.com. 1 May 2002.
  41. ^ a b "RISC OS Select 4 Home Page". RISCOS Ltd. Archived from the original on 2 February 2013. Retrieved 13 June 2011.
  42. ^ "RISC OS Select 2 What's New? October 2002". RISCOS Ltd. 14 October 2002. Archived from the original on 15 July 2012.
  43. ^ "Select 3 Features". RISCOS Ltd. Archived from the original on 20 July 2012. Retrieved 13 June 2011.
  44. ^ "RISCOS Ltd announces RISC OS 4.39 ROM sets". RISCOS Ltd. 1 March 2004.
  45. ^ PRESS RELEASE 03/02/2006, RISCOS Ltd., accessed 16 July 2009
  46. ^ Dan Ryan (2011). History of Computer Graphics: DLR Associates Series. AuthorHouse. p. 358. ISBN 978-1-4567-5115-9.
  47. ^ a b "News From Riscos Ltd". Riscos Ltd. Retrieved 13 June 2011.
  48. ^ "RISC OS 6 downloads, RISCOS Ltd". Archived from the original on 20 July 2012. Retrieved 4 July 2011.
  49. ^ a b c "RISC OS Select 4 changes". RISCOS Ltd. Archived from the original on 7 September 2012. Retrieved 28 March 2011. Hardware abstraction [...] much of the hardware driven by the kernel in earlier versions of the OS is now handled by discrete driver modules [...]
  50. ^ "NEW FEATURES IN RISC OS Select 4i2". RISCOS Ltd. Archived from the original on 1 February 2013. Retrieved 29 March 2011. On accelerated hardware, such as ViewFinder and the SM501, hardware features may be used to improve the speed.
  51. ^ "NEW FEATURES IN RISC OS Select 4i4". RISCOS Ltd. Archived from the original on 6 September 2012. Retrieved 13 June 2011.
  52. ^ "Risc os 6 general faq". RISCOS Ltd. Archived from the original on 8 December 2012. Retrieved 28 March 2011. RISC OS 6 [...] will not officially be available as a softload for Omega, Mico or R7500 computers as we either do not have access to hardware to test those versions, or they require the inclusion of software components to which we do not have rights.
  53. ^ "NEW FEATURES IN RISC OS Select 5i1". RISCOS Ltd. Archived from the original on 13 July 2012. Retrieved 13 June 2011.
  54. ^ My Risc Os. "Operating System: RISC OS 6.20 released". My Risc Os. Retrieved 13 June 2011.
  55. ^ "Castle buys RISC OS from Pace, drobe.co.uk, 4 July 2003, accessed 2009-07-16". Drobe.co.uk. Retrieved 13 June 2011.
  56. ^ "Castle buys RISC OS technology from Pace". Retrieved 4 February 2011. Castle Technology Ltd today announced the purchase of the RISC OS technology from Pace Micro Technology plc.
  57. ^ "Castle reveal shared source licence". Drobe. Retrieved 13 June 2011.
  58. ^ Batch Five source code released, RISC OS Open, 18 October 2008
  59. ^ "Roughly 30 years after its birth at UK's Acorn Computers, RISC OS 5 is going open source". The Register.
  60. ^ a b Prebuilt versions of RISC OS, both stable and nightly development builds

External links[edit]