RISC OS

RISC OS

A screenshot of RISC OS 4
Company / developer RISCOS Ltd (6.xx), Castle Technology / RISC OS Open (5.xx)
Working state Current
Initial release 1987 (1987)[1]
Latest stable release 6.20 or 5.16 / December 1, 2009; 2 years ago (2009-12-01) or January 23, 2010; 2 years ago (2010-01-23)[2]
Latest unstable release 5.17 / August 1, 2011; 6 months ago (2011-08-01)
Available language(s) English
Available programming languages(s) BBC BASIC, C, C++, assembly language
Update method Flash ROM
Supported platforms ARM
License Proprietary (6.xx), 'Shared Source'[3] (5.xx)
Official website RISCOS Ltd / RISC OS Open Ltd

RISC OS ( /rɪskˈɛs/)[4] is a computer operating system originally developed by Acorn Computers Ltd in Cambridge, England for their range of desktop computers, based on their own ARM architecture. First released in 1987, under the name Arthur, the subsequent iteration was renamed as RISC OS 2.00 in 1988. The operating system takes its name from the RISC (Reduced Instruction Set Computing) architecture used on supported systems.

From 1988 to 1998, RISC OS was bundled with nearly every ARM based Acorn computer model, including the Archimedes range of computers, and RiscPC and A7000 computers.

After the breakup of Acorn in 1998, development of RISC OS was continued by several companies, including RISCOS Ltd and Castle Technology. Also since 1998, RISC OS has been bundled with a number of ARM-based Acorn Clone personal computers such as the Iyonix[5] and A9home.

Most recent stable versions run on either the Iyonix's ARMv5[6] or (natively on the RiscPC or under emulation) ARMv3/ARMv4.[7] Since early 2009, a development version made available by RISC OS Open has been running on Cortex-A8 ARMv7 processors,[8][9] such as that used in the BeagleBoard and Touch Book. In 2011, a port for the Cortex-A9 PandaBoard was announced.[10]

Contents

History

RISC OS was originally released in 1987 as Arthur 1.20. The next version, Arthur 2, became RISC OS 2 and was completed and made available in April 1989. RISC OS 3.00 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.[11]

Acorn officially halted work on the OS in January 1999, renaming themselves Element 14. In March 1999 a new company called RISCOS Ltd licensed the rights to RISC OS from Element 14 (and eventually from the new owner, Pace Micro Technology) and continued the development of OS 3.8, releasing it as RISC OS 4 in July 1999. 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.

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. Select 1 was shipped in May 2002, with Select 2 following in November 2002 and the final release of Select 3 in June 2004. RISCOS Ltd released the ROM based version 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'. RISCOS Ltd sold its 500th Adjust ROM in early 2006.

In October 2002, the Acorn clone Iyonix PC was released by Castle Technology. This runs RISC OS 5, 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 RISC OS 5. This Shared Source Initiative (SSI) is managed by RISC OS Open Limited.

Also in October 2006, RISCOS Ltd announced RISC OS Six, 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 RISC 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 RISCOS Ltd is Select 6i1, shipped in December 2009.

Supported hardware

Versions of RISC OS run or have run on the following hardware.

In addition a commercial emulator available from VirtualAcorn is available as a standalone product or pre-bundled with Microsoft Windows PCs from Microdigital, Advantage Six and R-Comp.

RISC OS has also been used by Acorn and Pace Micro Technology, in various TV connected Set Top Boxes.

Features

OS core

The core of the OS is stored in ROM, giving a fast bootup time and safety from operating system corruption. RISC OS 4 and 5 are stored in 4 MB of flash memory, allowing the operating system to be updated without having to replace the ROM chip. The OS is made up of a number of modules. These can be added to and replaced, including soft-loading of modules not present in ROM at run time and on-the-fly replacement. This design has led to OS developers releasing rolling updates to their versions of the OS, while third parties are able to write OS replacement modules to add new features. OS modules are accessed via software interrupts (SWIs), similar to system calls in other operating systems.

The OS is single-user and employs co-operative multitasking (CMT). While most current desktop OSes use pre-emptive multitasking (PMT) and multithreading, RISC OS remains with a CMT system. Many users have called for the OS to migrate to PMT. The OS also has rudimentary memory protection, and all users have full superuser privileges.

The file system is volume-oriented: the top level of the file hierarchy is a volume (disc, network share) prefixed by the filesystem type. To determine file type, the OS uses metadata instead of file extensions. Colons are used to separate the filesystem from the rest of the path; the root is represented by a dollar ($) sign and directories by a period (.). Extensions from foreign filesystems are shown using a forward slash (example.txt becomes example/txt). For example, ADFS::HardDisc4.$. is the root of the disc named HardDisc4 using the ADFS filesystem.

A file system can present a file of a particular type as a volume in its own right, similar to a loop device. The OS refers to this functionality as an image filing system. This allows transparent handling of archives and similar files, which appear as directories with some special properties. Files inside the image file appear in the hierarchy underneath the parent archive. It is not necessary for the archive to contain the data it refers to: some symbolic link and network share filesystems put a reference inside the image file and go elsewhere for the data.

Most of the OS has defined ABIs to handle filters and vectors. The OS provides many ways in which the programmer can intercept and modify its operation. This simplifies the task of modifying its behaviour, either in the GUI or deeper. As a result, there is a number of third-party programs which allow the OS look and feel to be customised.

Desktop

The WIMP interface (see link for explanation; Acorn used wimp to refer to their gui) incorporates three mouse buttons (named Select, Menu and Adjust), context-sensitive menus, window order control (i.e. send to back) and dynamic window focus (a window can have input focus at any position on the stack). The Icon bar holds icons which represent mounted disc drives, RAM discs, running applications and system utilities. These icons have context-sensitive menus and support drag-and-drop behaviour. They represent the running application as a whole, irrespective of whether it has open windows.

The GUI is centred around the concept of files. The Filer displays the contents of a disc. Applications are run from the Filer view and files can be dragged to the Filer view from applications to perform saves. Application directories are used to store applications. The OS differentiates them from normal directories through the use of a pling (exclamation mark, also called shreik) prefix. Double-clicking on such a directory launches the application rather than opening the directory. The application's executable files and resources are contained within the directory, but normally they remain hidden from the user. Because applications are self-contained, this allows drag-and-drop installation and removal.

The outline font manager provides anti-aliasing of fonts, the OS being the first operating system to include such a feature,[14][15][16][17] having included it since before January 1989[18] The RISC OS Style Guide encourages a consistent look and feel across applications. This was introduced in RISC OS 3 and specifies application appearance and behaviour. Acorn's own main bundled applications were not updated to comply with the guide until RISCOS Ltd's Select release in 2001.[19]

Bundled applications

RISC OS is delivered with a number of desktop applications in the form of pre-installed software.

See also

References

  1. ^ Revill, Steve; Andrew Hodgkinson (2010-01-23). "New IYONIX ROM release (version 5.16)". RISC OS Open. http://www.riscosopen.org/news/articles/2010/01/23/new-iyonix-rom-release-version-5-16. Retrieved 2011-02-06. 
  2. ^ RISC OS Shared Source FAQ, RISC OS Open, accessed 2011-01-06
  3. ^ "About us: RISC OS Open Limited FAQ". RISC OS Open. http://www.riscosopen.org/content/about. Retrieved 2011-06-13. 
  4. ^ "Acorn announces distribution deal with Castle Technology for RISC based products". Press release (Acorn Computers Ltd). 1998-10-12. Archived from the original on 6 May 1999. http://web.archive.org/web/19990506180305/http://www.acorn.co.uk/acorn/news/press/castle.html. Retrieved 2011-01-06. "(October 12th 1998), Cambridge, UK-Acorn announced today that it has completed negotiations with Castle Technology for them to distribute Acorn products." 
  5. ^ "RISC OS 5 features". Iyonix Ltd. http://www.iyonix.com/iyonix/features/osfeatures.shtml. Retrieved 2011-01-31. "All IYONIX pcs ship with RISC OS 5 in flash ROM." 
  6. ^ "Risc os 6 general faq". RISCOS Ltd. http://select.riscos.com/RISCOS6/faq.html. Retrieved 2011-01-31. "[RISC OS 6 is] suitable for Risc PC, A7000 and Virtual Acorn products." 
  7. ^ Farrell, Nick (2009-04-27). "Snaps leak of RISC OS5 on Beagleboard". The Inquirer. http://www.theinquirer.net/inquirer/news/1051924/snaps-leak-risc-os5-beagleboard. Retrieved 2011-06-28. "A snap of an RISC OS 5, running on a Beagleboard device powered by a 600MHz ARM Cortex-A8 processor with a built-in graphics chip, has tipped up on the world wide wibble. The port developed by Jeffrey Lee is a breakthrough for the shared-source project because it has ported the OS without an army of engineers." 
  8. ^ "Cortex-A8 port status". RISC OS Open. https://www.riscosopen.org/wiki/documentation/pages/Cortex-A8+port+status/versions/1. Retrieved 2011-01-31. "[The port includes] a modified version of the RISC OS kernel containing support for (all) Cortex-A8 CPU cores." 
  9. ^ Lee, Jeffrey (2011-08-02). "Have I Got Old News For You". The Icon Bar. http://www.iconbar.com/articles/Have_I_Got_Old_News_For_You/index1268.html. Retrieved September 28, 2011. "[...] Willi Theiss has recently announced that he's been working on a port of RISC OS to the PandaBoard [...]" 
  10. ^ ART - Acorn RISC OS
  11. ^ http://www.osnews.com/story/25276/Raspberry_Pi_To_Embrace_RISC_OS
  12. ^ http://www.raspberrypi.org/?page_id=43&mingleforumaction=viewtopic&t=919.0
  13. ^ Round, Mark (2004-02-26). "Emulating RISC OS under Windows". OSnews. OSNews. http://www.osnews.com/story/6170/Emulating_RISC_OS_under_Windows/page1/. Retrieved 2011-05-12. "Many of the UI concepts that we take for granted were first pioneered in RISC OS, for instance: scalable anti-aliased fonts and an operating system extendable by 'modules', while most of the PC world was still on Windows 3.0." 
  14. ^ Ghiraddje (2009-12-22). "The RISC OS GUI". Telcontar.net. http://telcontar.net/Misc/GUI/RISCOS/. Retrieved 2011-05-12. "Only with Mac OS X did any mainstream graphical interface provide the smoothly rendered, fractionally spaced type that Acorn accomplished in 1992 or earlier." 
  15. ^ Reimer, Jeremy (2005-05). "A History of the GUI". ArsTechnica. http://arstechnica.com/old/content/2005/05/gui.ars/6. Retrieved 2011-05-25. "[...] in 1987, the UK-based company Acorn Computers introduced their [...] GUI, called "Arthur", also was the first to feature anti-aliased display of on-screen fonts, even in 16-color mode!" 
  16. ^ Holwerda, Thom (2005-06-23). "Screen Fonts: Shape Accuracy or On-Screen Readability?". OSNews. http://www.osnews.com/story/21713/Screen_Fonts_Shape_Accuracy_or_On-Screen_Readability_. Retrieved 2011-06-13. "[...] it was RISC OS that had the first system-wide, intricate [...] font rendering in operating systems." 
  17. ^ Pountain, Dick (1988-12). "Screentest: Archie RISC OS". Personal Computer World: p. 154. http://acorn.chriswhy.co.uk/docs/Mags/PCW/PCW_Jan89_RISCOS.pdf. Retrieved 2011-01-14. "[ArcDraw] can also add text in multiple sizes and fonts to a drawing (including anti-aliased fonts)" 
  18. ^ Mellor, Phil (2007-03-23). "An arbitrary number of possibly influential RISC OS things". The Icon Bar. http://www.iconbar.com/articles/Influential/index1152.html. Retrieved September 27, 2011. "Admittedly it wasn't until RISC OS Select was released, almost 10 years later, that the standard Acorn applications (Draw, Edit, and Paint) implemented the style guide's clipboard recommendations, but most products followed it with care." 

External links