Atari TOS
TOS is the operating system of the Atari ST range of computers. This range includes the 520ST and 1040ST, their STF/M/FM and STE variants and the Mega ST/STE. Later, 32-bit machines were developed using a new version of TOS, called MultiTOS, which allowed multitasking. More recently, users have further developed TOS into FreeMiNT.
Details
Atari TOS debuted with the Atari 520ST in 1985. TOS combines Digital Research's GEM GUI running on top of GEMDOS. Features include a flat memory model, DOS-compatible disk format, support for MIDI, and a variant of SCSI called ACSI in later versions. Atari's TOS is usually run from ROM chips contained in the computer: Thus, before local hard drives were available in home computers, it was an almost instant-running OS. TOS booted off floppy disks in the very first STs, but only about half a year after the ST was introduced, all ST models started shipping with the latest version of TOS in ROM.TOS consisted of the following:
- Desktop – The main interface loaded after bootup.
- GEM – Graphics Environment Manager, licensed from Digital Research
- * AES – Application Environment Services
- * VDI – Virtual Device Interface
- GEMDOS – GEM Disk Operating System
- BIOS – Basic Input/Output System
- XBIOS – Extended BIOS
- Line-A – Low-level high-speed graphics calls. Obsolete from TOS 3 onwards.
- GDOS – Graphics Device Operating System
- AHDI – Atari Hard Disk Interface
Desktop
[Image:TOS 1.00.png|thumb|right|256px|Atari TOS/GEM - monochrome screen]The TOS desktop uses icons to represent files and devices, windows and dialog boxes to display info. The desktop file "DESKTOP.INF" was read to determine window settings, icon placements and drive icons, otherwise the standard default desktop of two floppy icons and the trash icon was used.
Later versions use "NEWDESK.INF" for saving and reading the desktop configuration.
Executable files are identified by their extensions:
- *.ACC – Desktop accessory. Automatically loaded.
- *.APP – Application.
- *.PRG – Executable program. Can be GEM programs.
- *.TOS – "TOS" program that doesn't use GEM — i.e., similar to a PC's .EXE or .COM running in a CLI-mode box. The desktop clears the screen, turns on the text cursor, and hides the mouse pointer.
- *.TTP – "TOS takes parameters". This opens a dialog box where arguments can be added for the program. It converts characters to uppercase.
- *.GTP – "GEM takes parameters". This opens a dialog box where arguments can be added for the program. It converts characters to uppercase.
File system
Atari TOS is based on GEMDOS which uses a modified FAT12 file system. The major differences are the fact that the boot sector does not need to contain the IBM compatible jump sequence at the beginning, the lack of an OEM identifier compatible with PC-based systems, and the fact that a checksum is used to mark the boot sector as executable. Executable boot sectors for the Atari platform typically start with an MC68K jump opcode to in order to be bootable.Unlike MS-DOS, GEMDOS would typically allow disks with unusual sector and track counts. As such, disks with 10 or even 11 sectors per track and over 80 formatted tracks were not uncommon in the Atari community. Typically a safe combination, such as 10 sectors per track by 80 tracks, was used, yielding an unformatted capacity of 800KB, but many users pushed the capacity of their double-density disks beyond 900KB using custom formats.
GEMDOS disc file systems can be read using DOS or Windows 9x.
Versions
TOS 1
[Image:TOS 1.04 (Rainbow TOS).png|thumb|right|256px|TOS 1.04, nicknamed "Rainbow TOS" for its animated Atari logo]1.0 Earliest version released on disk. First ROM release of TOS.- * Formats: floppy, 2 chip and 6 chip ROMs
- * ROM date: 20 November 1985
- * Machines: 520ST, 1040ST1.02 fixed bugs, supported Blitter co-processor and real-time clock.
- * Formats: 2 chip and 6 chip ROMs
- * ROM date: 22 April 1987
- * Machines: 520ST, 1040ST, Mega 1, Mega 2, Mega 41.04 Many bug fixes, file selector changed, DOS-compatible disk formatting, much improved performance. However, compatibility problems with older software.
- * Formats: 2 chip and 6 chip ROMs
- * ROM date: 6 April 1989
- * Machines: 520ST, 1040ST, Mega 1, Mega 2, Mega 4, Stacy1.06 Support for STe machines only. Needed STE_FIX.PRG to patch bugs.
- * Format: 2 chip ROMs
- * ROM date: 29 July 1989
- * Machines: 520STE, 1040 STE1.62 bug fixes for the previous 1.06 STE TOS.
- * Format: 2 chip ROMs
- * ROM date: 1 January 1990
- * Machines: 520STE, 1040 STE
TOS 2
2.02 Early TOS release for Mega STE.2.05 Only found in the Mega STE with 720K floppy drive.- * Format: 2 chip ROMs
- * ROM date: 5 December 1990
- * Machines: Mega STE2.06 Last TOS version for ST/STE computers. Bug fixes, 1.44 MB disk support, memory test. Adds GTP program support. Greatly enhanced GEM GUI. IDE hard disk booting. Atari logo display at boot-up. Automatic cold boot memory test. Supports higher resolutions.
- * Format: 2 chip ROMs
- * ROM date: 14 November 1991
- * Machines: 520ST, 1040ST, 520STE, 1040STE2.07 used on the Falcon prototype "FX-1"2.08 used in notebook ST. ROM also contains some notebook-specific utilities: STTRANS, power management tools, hard disk drive tools and drivers and a RAMdisk installer.
TOS 3
3.01, 3.05, 3.06 Primarily for 68030 TT support only. Supports fast "TT RAM", special TT screen resolutions etc. ST-hardware-compatible "Line-A" API dropped for extended TT functionality, forcing programmers to use GEM-compliant VDI calls etc. and thus encouraging GEM-compatible development.- * Format: 4 chip ROMs
TOS 4
[Image:Tos492.png|thumb|256px|TOS 4.92 (with German language selected)]4.00, 4.01, 4.02, 4.04 Update for Falcon 030 machines only. 68030 only. Adds support for DSP, 16 MHz blitter and video overlay. New v3.40 AES supports: pop-up menus, 3D window and dialog objects, 256-colour "animated" icons, soft-loaded fonts, inter-app drag&drop, background window manipulation, extensible filesystems. New CPX module for international localisation configuration. V4.04 was the last official Atari version of TOS. 4.08 Developed and released by Milan Computersysteme for the Milan, a 68040/60 TOS/GEM computer.4.9x Never officially released, though prototypes were leaked and subsequently shared.TOS 4.92 was a version of MultiTOS, the multitasking version of TOS, in a format designed to be written to a ROM chip.
TOS 4 ROM contains five user-selectable language versions.
EmuTOS
[Image:EmuTOS 1.0.png|thumb|256px|EmuTOS with the built-in desktop and the desk accessory COPS]EmuTOS is a replacement for TOS, released as free software. It runs on Atari and Amiga hardware and various emulators. Its compatibility with computer video games for Atari ST is limited.