HOME

TheInfoList



OR:

MS-DOS 7 is a
real mode Real mode, also called real address mode, is an operating mode of all x86-compatible CPUs. The mode gets its name from the fact that addresses in real mode always correspond to real locations in memory. Real mode is characterized by a 20- bit s ...
operating system An operating system (OS) is system software that manages computer hardware and software resources, and provides common daemon (computing), services for computer programs. Time-sharing operating systems scheduler (computing), schedule tasks for ...
for
IBM PC compatible An IBM PC compatible is any personal computer that is hardware- and software-compatible with the IBM Personal Computer (IBM PC) and its subsequent models. Like the original IBM PC, an IBM PC–compatible computer uses an x86-based central p ...
s. Unlike earlier versions of
MS-DOS MS-DOS ( ; acronym for Microsoft Disk Operating System, also known as Microsoft DOS) is an operating system for x86-based personal computers mostly developed by Microsoft. Collectively, MS-DOS, its rebranding as IBM PC DOS, and a few op ...
, it was not released separately by
Microsoft Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
, but included in the
Windows 9x Windows 9x is a generic term referring to a line of discontinued Microsoft Windows operating systems released from 1995 to 2000 and supported until 2006, which were based on the kernel introduced in Windows 95 and modified in succeeding version ...
family of operating systems.
Windows 95 Windows 95 is a consumer-oriented operating system developed by Microsoft and the first of its Windows 9x family of operating systems, released to manufacturing on July 14, 1995, and generally to retail on August 24, 1995. Windows 95 merged ...
RTM reports it as MS-DOS 7.0, and Windows 95 OSR 2.x and
Windows 98 Windows 98 is a consumer-oriented operating system developed by Microsoft as part of its Windows 9x family of Microsoft Windows operating systems. It was the second operating system in the 9x line, as the successor to Windows 95. It was Software ...
report as 7.1. The real-mode MS-DOS 7.x is contained in the IO.SYS file.


Announcement

After the release of MS-DOS 6, Microsoft preannounced in 1994 that MS-DOS 7 would incorporate multitasking and a few other new features planned for the upcoming Windows 4.0,
codename A code name, codename, call sign, or cryptonym is a code word or name used, sometimes clandestinely, to refer to another name, word, project, or person. Code names are often used for military purposes, or in espionage. They may also be used in ...
d
Chicago Chicago is the List of municipalities in Illinois, most populous city in the U.S. state of Illinois and in the Midwestern United States. With a population of 2,746,388, as of the 2020 United States census, 2020 census, it is the List of Unite ...
.
IBM International Business Machines Corporation (using the trademark IBM), nicknamed Big Blue, is an American Multinational corporation, multinational technology company headquartered in Armonk, New York, and present in over 175 countries. It is ...
also promised a "fancy", multitasking
PC DOS PC or pc may refer to: Arts and entertainment * Player character or playable character, a fictional character controlled by a human player, usually in role-playing games or computer games * '' Port Charles'', an American daytime TV soap opera * ...
7. Continuing what ''
Computerworld ''Computerworld'' (abbreviated as CW) is a computer magazine published since 1967 aimed at information technology (IT) and Business computing, business technology professionals. Original a print magazine, ''Computerworld'' published its final pr ...
'' called a "vaporware tornado", Microsoft also projected this revised combination of Windows and MS-DOS to require a low-end computer with only of
RAM Ram, ram, or RAM most commonly refers to: * A male sheep * Random-access memory, computer memory * Ram Trucks, US, since 2009 ** List of vehicles named Dodge Ram, trucks and vans ** Ram Pickup, produced by Ram Trucks Ram, ram, or RAM may also ref ...
. Windows 4.0 was released branded as
Windows 95 Windows 95 is a consumer-oriented operating system developed by Microsoft and the first of its Windows 9x family of operating systems, released to manufacturing on July 14, 1995, and generally to retail on August 24, 1995. Windows 95 merged ...
, and Microsoft canceled the standalone version of MS-DOS 7 and instead included it with Windows 95. The proposed multitasking and multithreading technology was canceled from MS-DOS 7.0.


New features

MS-DOS 7.0 adds support for
long filename Long filename (LFN) support is Microsoft's backward-compatible extension of the 8.3 filename (short filename) naming scheme used in MS-DOS. Long filenames can be more descriptive, including longer filename extensions such as .jpeg, .tiff, an ...
(LFN) using the
VFAT File Allocation Table (FAT) is a file system developed for personal computers and was the default file system for the MS-DOS and Windows 9x operating systems. Originally developed in 1977 for use on floppy disks, it was adapted for use on h ...
file system, whereas earlier versions do not show long filenames even with a driver such as DOSLFN. It supports larger
extended memory In DOS memory management, extended memory refers to memory above the first megabyte (220 bytes) of address space in an IBM PC or compatible with an 80286 or later processor. The term is mainly used under the DOS and Windows operating systems. D ...
(up to 4GB) via its
HIMEM.SYS HIMEM.SYS is a DOS device driver which allows DOS programs to store data in extended memory according to the Extended Memory Specification (XMS). The memory beyond the first 1 MB of address space is required by Windows 9x/ Me in order to loa ...
driver. Various smaller improvements include enhanced
DOS command This article lists notable commands provided by the MS-DOS disk operating system (DOS), especially as used on an IBM PC compatible computer. Other DOS variants as well as the legacy Windows shell, Command Prompt (cmd.exe), provide many of these c ...
s, more efficient use of UMB memory ( COMMAND.COM and part of the
DOS kernel IBMDOS.COM is the filename of the IBM PC DOS and DR-DOS kernel (operating system), kernel. Loaded and initially invoked by the DOS BIOS in IBMBIO.COM during the boot process, it contains the hardware-independent parts of the operating syst ...
are loaded high automatically), and using
environment variable An environment variable is a user-definable value that can affect the way running processes will behave on a computer. Environment variables are part of the environment in which a process runs. For example, a running process can query the va ...
s directly in the DOS command. MS-DOS 7.1 adds
FAT32 File Allocation Table (FAT) is a file system developed for personal computers and was the default file system for the MS-DOS and Windows 9x operating systems. Originally developed in 1977 for use on floppy disks, it was adapted for use on ...
support for larger than 2GB and up to 2TB per volume, and MS-DOS 7.0 and earlier versions of MS-DOS only support FAT12 and FAT16.
Logical block addressing Logical block addressing (LBA) is a common scheme used for specifying the location of blocks of data stored on computer storage devices, generally secondary storage systems such as hard disk drives. LBA is a particularly simple linear addressin ...
(LBA) is supported in MS-DOS 7 for accessing larger hard disks, unlike earlier versions which only supported
cylinder-head-sector Cylinder-head-sector (CHS) is an early method for giving addresses to each physical block of data on a hard disk drive. It is a 3D-coordinate system made out of a vertical coordinate ''head'', a horizontal (or radial) coordinate ''cylinder'', an ...
(CHS)-based addressing. Unlike MS-DOS 7.0, MS-DOS 7.1 recognizes a hard disk beyond the first 8.4GB. Year 2000 support was added to DIR command via the new /4 option. MS-DOS 7.x adds support for running the graphical interface of Windows 9x, which cannot be run on older MS-DOS releases. Even though VER command usually shows the Windows version, the MS-DOS version is also officially mentioned in other places. For example, Windows 95 OSR2 or Windows 98's VMM32.VXD file (renamed to VMM32.EXE) cannot be run directly on an earlier version of MS-DOS, or it will prompt the user to upgrade MS-DOS to version 7.1 or higher. In the case of Windows 95 RTM, the version number 7.0 is displayed in place of 7.1.


Overview

According to
Caldera A caldera ( ) is a large cauldron-like hollow that forms shortly after the emptying of a magma chamber in a volcanic eruption. An eruption that ejects large volumes of magma over a short period of time can cause significant detriment to the str ...
which sold
DR-DOS DR-DOS is a disk operating system for IBM PC compatibles, originally developed by Gary A. Kildall's Digital Research, Inc. and derived from Concurrent PC DOS 6.0, which was an advanced successor of CP/M-86. Upon its introduction in 198 ...
, Windows 95 is not one integrated software product, but rather a combination of two products, MS-DOS 7.0 and Windows 4.0, packaged together to look as a single product. Though MS-DOS 7.0 and Windows 4.0 could be readily segregated and marketed as different products, Microsoft stopped marketing Windows and MS-DOS separately with the release of Windows 95. A major difference from earlier versions of
MS-DOS MS-DOS ( ; acronym for Microsoft Disk Operating System, also known as Microsoft DOS) is an operating system for x86-based personal computers mostly developed by Microsoft. Collectively, MS-DOS, its rebranding as IBM PC DOS, and a few op ...
is the usage of the MSDOS.SYS file. In MS-DOS 7, this is not a
binary file A binary file is a computer file that is not a text file. The term "binary file" is often used as a term meaning "non-text file". Many binary file formats contain parts that can be interpreted as text; for example, some computer document files ...
, but a pure setting file. The older boot style, where Windows is not automatically started and the system boots into a DOS command shell, can use that same style by setting BootGUI=0 in the MSDOS.SYS file. Otherwise, since Windows 95, it will automatically start up on boot. However this is only an automatic call for the command WIN.COM, the Windows starting program. Windows 95 and 98 are dependent on MS-DOS to boot the 32-bit kernel and to run legacy 16-bit MS-DOS device drivers. MS-DOS progressed as the base operating system of
Windows 3.1x Windows 3.1 is a major release of Microsoft Windows. It was released to manufacturing on April 6, 1992, as a successor to Windows 3.0. Like its predecessors, the Windows 3.1 series run as a shell on top of MS-DOS; it was the last Windows 16 ...
and
Windows 9x Windows 9x is a generic term referring to a line of discontinued Microsoft Windows operating systems released from 1995 to 2000 and supported until 2006, which were based on the kernel introduced in Windows 95 and modified in succeeding version ...
. Windows 95 is on MS-DOS 7.0, and Windows 95 OSR2 and Windows 98 are on MS-DOS 7.1. By default, MS-DOS 7.0 is installed with Windows 95 to the C:\WINDOWS\COMMAND subdirectory, and is loaded prior to the loading of the
GUI Gui or GUI may refer to: People Surname * Gui (surname), an ancient Chinese surname, ''xing'' * Bernard Gui (1261 or 1262–1331), inquisitor of the Dominican Order * Luigi Gui (1914–2010), Italian politician * Gui Minhai (born 1964), Ch ...
system. More importantly, the DOS system, which handles files and disk partitioning, manages the
disk storage Disc or disk may refer to: * Disk (mathematics) In geometry, a disk (Spelling of disc, also spelled disc) is the region in a plane (geometry), plane bounded by a circle. A disk is said to be ''closed'' if it contains the circle that constitut ...
system. Moreover, while IO.SYS is the kernel file of MS-DOS 7, JO.SYS is an alternate filename for IO.SYS that is used for "specific purposes" in MS-DOS 7. JO.SYS supports booting from a
CD-ROM A CD-ROM (, compact disc read-only memory) is a type of read-only memory consisting of a pre-pressed optical compact disc that contains computer data storage, data computers can read, but not write or erase. Some CDs, called enhanced CDs, hold b ...
drive or a hard disk.


Reception

At Microsoft's 1994 preannouncement, the stripped down Windows 4.0 with MS-DOS 7 was expected to be "at the expense of Windows NT" as the biggest competitor of the much more featureful and resource-consuming Windows NT.


See also

* PC DOS 7 *
List of DOS commands This article lists notable commands provided by the MS-DOS disk operating system (DOS), especially as used on an IBM PC compatible computer. Other DOS variants as well as the legacy Windows shell, Command Prompt (cmd.exe), provide many of these c ...
* List of DOS system files *
Timeline of DOS operating systems This article presents a timeline of events in the history of 16-bit x86 DOS-family disk operating systems from 1980 to present. Non-x86 operating systems named "DOS" are not part of the scope of this timeline. Also presented is a timeline of ev ...


References


Further reading

* * * {{Microsoft Windows components Disk operating systems Proprietary operating systems 1995 software Discontinued Windows components Discontinued Microsoft operating systems