Skip to content
Category

DOS technology

page 1
BIOS
In computing, BIOS (, ; Basic Input/Output System, also known as the System BIOS, ROM BIOS, BIOS ROM or PC BIOS) is a type of firmware used to provide runtime services for operating systems and programs and to perform hardware initialization during the booting process (power-on startup). On a computer using BIOS firmware, the firmware comes pre-installed on the computer's motherboard.
File Allocation Table
family of file systems originally developed by Microsoft
.exe
filename extension
COM
file format
terminate-and-stay-resident program
computer program that returns control to a non-multitasking OS without exiting, simulating a background process or service
Q2622047
REDIRECT File Allocation Table#FAT32
redirection
form of interprocess communication, and is a function common to most command-line interpreters, including the various Unix shells that can redirect standard streams to user-specified locations
8.3 filename
filename convention used by old versions of DOS and Windows
ANSI.SYS
ANSI.SYS is a device driver in the DOS family of operating systems that provides extra console functions through ANSI escape sequences. It is partially based upon a subset of the text terminal control standard proposed by the ANSI X3L2 Technical Committee on Codes and Character Sets (the "X3 Committee").
DOS Protected Mode Interface
API for MS-DOS allowing programs to access protected mode on 386 (and later) CPUs
partition type
table inside a master boot record
virtual DOS machine
technology that allows running 16-bit/32-bit DOS and 16-bit Windows programs on Intel 80386 or higher computers when there is already another operating system running and controlling the hardware
FAT12
REDIRECT File Allocation Table#FAT12
FAT16
REDIRECT File_Allocation_Table#Initial_FAT16
drive letter assignment
process of assigning alphabetical identifiers to volumes
DOS API
real mode API (Int 21h etc) of the MS-DOS operating system
DriveSpace
DOS MZ executable
executable file format used for .EXE files in MS-DOS
File Control Block
data structure used for file access in CP/M, MS-DOS and compatible operating systems
BIOS parameter block
data structure holding volume geometry info in boot records of volumes with FAT, HPFS and NTFS file systems
Program Segment Prefix
data structure used in MS-DOS (and compatible) operating systems to store the state of a running program
New Executable
file format
Virtual Control Program Interface
Software interface that allows the simultaneous running of several DOS programs as well as the direct addressing of the expansion memory in protected mode.