Apple SOS
   HOME

TheInfoList



OR:

The Sophisticated Operating System, or SOS (), is the primary
operating system An operating system (OS) is system software that manages computer hardware, software resources, and provides common daemon (computing), services for computer programs. Time-sharing operating systems scheduler (computing), schedule tasks for ef ...
of the Apple III computer. SOS was developed by
Apple Computer Apple Inc. is an American multinational technology company headquartered in Cupertino, California, United States. Apple is the largest technology company by revenue (totaling in 2021) and, as of June 2022, is the world's biggest company ...
and released in October 1980. In 1985,
Steve Wozniak Stephen Gary Wozniak (; born August 11, 1950), also known by his nickname "Woz", is an American electronics engineer, computer programmer, philanthropist, inventor, and entrepreneur, technology entrepreneur. In 1976, with business partner Steve ...
, while critical of the Apple III's hardware flaws, called SOS "the finest operating system on any microcomputer ever".


Technical details

SOS is a single-tasking single-user operating system. It makes the resources of the Apple III available in the form of a menu-driven utility program as well as a programming
application programming interface An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how ...
(API). A single program is loaded at boot time, called the interpreter. Once loaded, the interpreter can then use the SOS API to make requests of the system. The SOS API is divided into four main areas: #File Calls: Create, destroy, rename, open, close, read, write files; set, get prefix (current working directory); set, get file information; get volume information; set, set mark,
EOF Eof (also Eoves) was a swineherd who claimed to have seen a vision of the Blessed Virgin Mary, Virgin Mary at Evesham, Worcestershire, Evesham in England, about 701. Eof related this vision to Egwin, Bishop of Worcester, who founded the great Eve ...
, and level of files #Device Calls: Get status, device number, information of a device; send device control data #Memory Calls: Request, find, change, release memory segment; get segment information; set segment number #Utility Calls: Get, set fence (event threshold); get, set time; get analog (joystick) data; terminate. The Apple III System Utilities program shipped with each Apple III computer. It provides the user interface of the operating system itself, for system configuration and file management. The System Utilities program is menu-driven and performs tasks in three categories: #Device-handling commands: copy, rename, format, verify volumes (drives); list devices; set time and date #File-handling commands: list, copy, delete, rename files; create subdirectories; set file write protection; set prefix (current working directory) #System Configuration Program (SCP): configure device drivers. SOS has two types of devices it communicates with via
device driver In computing, a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton. A driver provides a software interface to hardware devices, enabling operating systems and o ...
s: character devices and block devices. Examples of SOS character devices are keyboards and serial ports. Disk drives are typical block devices. Block devices can read or write one or more 512-byte blocks at a time; character devices can read or write single characters at a time.


Boot sequence

When powered on, the Apple III runs through system diagnostics, then reads block number zero from the built-in diskette drive into memory and executes it. SOS-formatted diskettes place a loader program in block zero. That loader program searches for, loads, and executes a file named SOS.KERNEL, which is the kernel and API of the operating system. The kernel, in turn, searches for and loads a file named SOS.INTERP (the interpreter, or program, to run) and SOS.DRIVER, the set of
device driver In computing, a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton. A driver provides a software interface to hardware devices, enabling operating systems and o ...
s to use. Once all files are loaded, control is passed to the SOS.INTERP program. Apple ProDOS uses the same file system as SOS. On a disk formatted by ProDOS, the ProDOS loader and SOS loader are written to blocks zero and one, respectively. The ProDOS loader includes code that can execute on an Apple III, and which will chainload the SOS loader from block one, so SOS and ProDOS can co-exist on the same volume. Some software, such as ADTPro, makes use of this to store Apple II and Apple III versions of a program on the same disk, which is then bootable on both systems.


References


External links


Washington Apple Pi – Apple /// Resources
nbsp;– discusses Apple III and SOS history as well as basic information about the system
apple3.org - Apple /// Articles, Public Domain Software
{{DEFAULTSORT:Sos Apple Inc. operating systems Disk operating systems Discontinued operating systems 1980 software