User:Hasmik11

From Wikipedia, the free encyclopedia
Apple SOS
DeveloperApple Computer, Inc.
OS familySOS
Working stateHistoric
Source modelClosed source
Initial releaseOctober 1980; 43 years ago (1980-10)
Latest release1.3 / 1982
Update methodManual
PlatformsApple III
Kernel typeMonolithic kernel
Default
user interface
Full screen text mode
LicenseApple Software License Agreement

The Sophisticated Operating System,[1] or SOS /ˈsɔːs/,[2] is the primary operating system developed for the Apple III computer. The system was developed by Apple Computer, Inc. and released in 1980. SOS makes the resources of the Apple III available in the form of a menu-driven utility program as well as a programming API.

The Apple III System Utilities program shipped with each Apple III computer. It provided what today would be called the end user "experience" of the operating system if the user were running it instead of an application program. The System Utilities program was menu-driven and performed tasks in three categories:

  1. Device-handling commands—Copy, rename, format, verify volumes (drives); list devices; set time and date
  2. File-handling commands—List, copy, delete, rename files; create subdirectories; set file write protection; set prefix (current working directory)
  3. System Configuration Program (SCP)—Configure device drivers.[3]

Technical details[edit]

SOS was a single-tasking operating system. A single program is loaded at boot time, called the interpreter. Once running, the interpreter could then use the SOS API to make requests of the system. The SOS application programming interface was 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, 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.

SOS had two types of devices it communicated with via their device drivers: character and block devices. Examples of SOS character devices are keyboards and serial ports. Disk drives are typical block devices. Block devices could read or write one or more 512-byte blocks at a time; character devices could read or write single characters at a time.[4]

Boot sequence[edit]

When powered on, the Apple III ran through system diagnostics, then read block number one (zero-indexed) from the built-in diskette drive into memory and executed it. SOS-formatted diskettes placed a loader program in block one. That loader program searched the diskette directory for a file named SOS.KERNEL, the kernel and API of the operating system. The SOS loader program loaded and executed the SOS.KERNEL file, which in turn searched for and loaded a file named SOS.INTERP (the interpreter, or program, to run) and SOS.DRIVER, the set of device drivers to use. Once all files were loaded, control was passed to the SOS.INTERP program.[5]

History and conjecture[edit]

In spite of SOS's advantages, it wasn't backward-compatible with DOS 3.2 and DOS 3.3, which most Apple II software used at the time—though the Apple III itself was designed to be mostly backward-compatible with the Apple II Plus in hardware, users had to boot Apple DOS from a separate disk to use Apple II series software, losing the advantages of SOS. Many average computer users also weren't ready in 1980 for an operating system with the capabilities and flexible configuration options that SOS offered, especially combined with the Apple III's bad reputation due to poor engineering and its high retail price of near $4,000.[6]

References[edit]

  1. ^ "SOS/PRODOS". Apple II History. Retrieved 2008-09-26. The operating system designed for the Apple III computer was called "SOS". This title arose from the Apple III's code name, "Sara", which itself came from the name of engineer Wendell Sanders' daughter.
  2. ^ Don, Reed (1982). "Apple III SOS Reference Manual, Volume 1: How SOS Works" (PDF). Apple Computer, Inc. Retrieved 2009-10-28. This manual describes SOS (pronounced "sauce") the Sophisticated Operating System of the Apple III.
  3. ^ "Apple III Owner's Guide" (PDF). Apple Computer, Inc. 1982. Retrieved 2008-09-28.
  4. ^ "Apple III SOS Reference Manual, Volume 1: How SOS Works" (PDF). Apple Computer, Inc. 1982. Retrieved 2008-09-28.
  5. ^ Jeppson, John (1983). "John Jeppson's Guided Tour of Highway III". Softalk Magazine: 100–112. {{cite journal}}: Cite journal requires |journal= (help); Unknown parameter |month= ignored (help)
  6. ^ Ottalini, David (2005). "The Apple /// FAQ File (V5.1)". Washington Apple Pi Users Group. p. Section 1. Retrieved 2007-12-08. {{cite web}}: Unknown parameter |month= ignored (help)

External links[edit]