Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

TurboDOS

From Wikipedia, the free encyclopedia
1982 computer operating system
For the Atari operating system, seeMartin Reitershan Computertechnik Turbo-DOS.
Operating system
TurboDOS
DeveloperSoftware 2000 Inc
OS familyCP/M-like
Working stateHistoric
Source modelClosed source
Initial release1982; 43 years ago (1982)
Latest release1.43 / 1983; 42 years ago (1983)
PlatformsZilog Z80,Intel 8086
Kernel typeMonolithic kernel
Default
user interface
Command-line interface
LicenseProprietary

TurboDOS is amulti userCP/M likeoperating system for theZ80 and8086 CPUs developed by Software 2000 Inc.

It was released around 1982 forS100 bus based systems such as theNorthStar Horizon and the Commercial Systems line of themultiprocessor systems including the CSI-50, CSI-75, SCI-100 and CSI-150.

The multiprocessor nature of TurboDOS is its most unusual feature. Unlike other operating systems of its time where networking of processors was either an afterthought, or which only support a file transfer protocol, TurboDOS was designed from the ground up as a multiprocessor operating system.

It is modular in construction, with the operatingsystem generation based on a relocating, linking, loader program. This makes the incorporation of different hardwaredriver modules quite easy, particularly for bus-oriented machines, such as theIEEE-696 (S-100) bus which was commonly used for TurboDOS systems.

Architecture

[edit]

TurboDOS is highly modular, consisting of more than forty separate functional modules distributed in relocatable form. These modules are "building blocks" that you can combine in various ways to produce a family of compatible operating systems. This section describes the modules in detail, and describes how to combine them in various configurations.

Possible TurboDOS configurations include:

  • single-user withoutspooling
  • single-user with spooling
  • network server
  • simple network user (no local disks)
  • complex network user (with local disks)

Numerous subtle variations are possible in each of these categories.

Module hierarchy

[edit]

The architecture of TurboDOS can be viewed as a three-level hierarchy. The highest level of the hierarchy is the process level. TurboDOS can support many concurrent processes at this level. The intermediate level of the hierarchy is thekernel level. The kernel supports the 93 C-functions and T-functions, and controls the sharing of computer resources such asprocessor time, memory, peripheral devices, and disk files. Processes make requests of the kernel through the entrypoint module OSNTRY, which decodes each C-function and T-function by number and invokes the appropriate kernel module.

The C functions include the CP/M BDOS functions and selectedMP/M functions.

The lowest level of the hierarchy is the driver level, and contains all the device-dependent drivers necessary to interface TurboDOS to the particular hardware being used. Drivers must be provided for all peripherals, including console, printers, disks, communications channels, and network interface.

Drivers are also required for thereal-time clock (or other periodic interrupt source), and forbank-switched memory (if applicable).

TurboDOS is designed to interface with almost any kind of peripheral hardware. It operates most efficiently with interrupt-driven,DMA-type interfaces, but can also work fine using polled and programmed-I/O devices.

TurboDOS loader

[edit]

The TurboDOS loader OSLOAD.COM is a program containing an abbreviated version of the kernel and drivers. Its purpose is to load the full TurboDOS operating system from a disk file (OSSERVER.SYS) into memory at each system cold-start.

System generation

[edit]

The functional modules are distributed in relocatable format (.REL) and the GEN command is a specialized linker which builds an executable version of the system.

Commands

[edit]

TurboDOS has no "resident" commands. All commands are executable files. The standard commands are:

AUTOLOADSet up a series of commands to be executed automatically at each cold-start or warm-start.
BACKUPPerforms a fast copy of an entire disk onto another disk of the same type and format.
BANKIn a banked memory Z80 system, allows changing between bank-switched and non-bank-switched operation.
BATCHEnters commands into aFIFO file for processing by a dedicated batch processor in a networked system.
BOOTCopies data to and from reserved (boot) tracks on a disk.
BUFFERSInterrogates or changes the number and/or size of thedisk buffers maintained by TurboDOS
CHANGEChecks disk is not in use and flushes cache prior to removing a disk.
COPYFile copy.
DATEDisplay or set system date and time.
DELETEFile delete.
DIRDisplay or print disk directory.
DOExecute a batch file.
DRIVEDisplay disk format information.
DUMPDisplay or print hexadecimal and ASCII file dump.
ERASEDIRErase entire disk directory
FIFOCreate a FIFO file.
FIXDIRDirectory clean-up utility, also used to convert between linear and hashed directory structure, (and vice versa).
FIXMAPRegenerate disk allocation map.
FORMATDisk format.
LABELSet or interrogate disk label.
LOGOFFTerminate console session.
LOGONStart console session.
MASTERAttach console to the "master" processor (server) in network system.
PRINTControl routing of print output.
PRINTERControl despooling on any selected printer.
QUEUEManually queue for de-pooled printing.
RECEIVERead and display one record from FIFO file.
RENAMERename files.
SENDWrite message to FIFO file.
SETSet or clear file attributes.
SHOWDisplay file attributes.
TYPEDisplay file contents to console or printer.
VERIFYScan disk for bad blocks and (optionally) mark them to prevent their usage.

External links

[edit]
MS-DOS, IBM PC DOS,
compatible systems
Otherx86
Other platforms
Retrieved from "https://en.wikipedia.org/w/index.php?title=TurboDOS&oldid=1259487717"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp