ARX (operating system)

Revision as of 13:53, 8 August 2024 by imported>DocWatson42 (→‎top: Performed minor cleanup.)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Short description Template:Infobox OS

ARX was an unreleased Mach-like operating system written in Modula-2+<ref>{{#invoke:citation/CS1|citation |CitationClass=web }} Usenet post to comp.sys.acorn detailing the relationship between ARX and Modula-2</ref> developed by Acorn Computers Ltd in the Acorn Research Centre (ARC) United Kingdom (UK) and later by Olivetti—which purchased Acorn—for Acorn's new Archimedes personal computers based on the ARM architecture reduced instruction set computer (RISC) central processing unit (CPUs).

OverviewEdit

According to the project Application Manager<ref name=AppManagRCAc>TOP3 smart moves Richard Cownie. Real World Technologies (September 2009)</ref> Richard Cownie, during the project, while Acorn was developing the kernel, it used the C and Acorn Modula Execution Library (CAMEL) in the Acorn Extended Modula-2 (AEM2) compiler (ported from Modula-2 ETH Zurich (ETH) using Econet hardware). Though never released externally, CAMEL was ported to use on Sun Microsystems Unix computers.<ref name=HMCDCR>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> In an effort to port Sun's workstations Sun NeWS to the Archimedes, David Chase developed a compiler based on AEM2 for the programming language Modula-3.<ref>Template:Cite journal</ref>

ARX was a preemptive multitasking, multithreading, multi-user operating system. Much of the OS ran in user mode and as a result suffered performance problems due to switches into kernel mode to perform mutexes, which led to the introduction of the SWP instruction to the instruction set of the ARMv2a version of the ARM processor. It had support of a file system for optical (write once read many (WORM)) disks<ref name=AppManagRCAc /> and featured a window system, a window toolkit (and a direct manipulation user interface (UI) editor<ref name=BTLTSARC>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>) and an Interscript-based text editor, for enriched documents written in Interpress (a HTML precursor). The OS had to be fitted in a 512 KB read-only memory (ROM) ROM image.<ref name=FAMLA500>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> This suggests that ARX had a microkernel-type design.Template:According to whom

It was not finished in time to be used in the Acorn Archimedes range of computers, which shipped in 1987 with an operating system named Arthur, later renamed RISC OS, derived from the earlier Machine Operating System (MOS) from Acorn's earlier 8-bit BBC Micro range.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }} A set of Usenet posts detailing why ARX was abandoned for RISC OS.</ref> Confusion persisted about the nature of ARX amongst the wider public and press, with some believing that ARX was Acorn's own Unix variant,<ref name="archive198802">Template:Cite news</ref> with this view being refined in time to accommodate ARX as Acorn's own attempt to deliver a "UNIX look-alike" whose development had been abandoned in favour of a traditional Unix version for the Archimedes, which ultimately emerged as RISC iX.<ref name="riscuser198809">Template:Cite news</ref>

The Acorn Research Centre was acquired by Olivetti.

See alsoEdit

ReferencesEdit

Template:Reflist

External linksEdit

{{#invoke:Navbox|navbox}}

Template:Unix-like Template:Mach-like Template:Microkernel