Windows 1.0/Development Release 5: Difference between revisions

From BetaArchive Wiki
(When cleaning up and reorganizing articles, always place the following reason for)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Windows_1_dr5_ms-dos-executive.png|thumb|MS-DOS Executive]]
[[File:Windows_1_dr5_ms-dos-executive.png|thumb|MS-DOS Executive]]
Windows Developer Release 5 (known as DR5) is an alpha version of [[Windows:1|Windows 1.x]].
Microsoft Windows Development Release 5 (DR5) is an early pre-release version of [[Windows:1|Microsoft Windows 1.0]], which shipped to testers in around November 1984.


There are sample application to demonstrate the "power" of windows.
There are several sample applications included to demonstrate the capabilities of Windows:
* Graph & Chart application
* Graph application
* Chart application
* Font application
* Font application
* Clock
* Clock
Line 9: Line 10:
* Reversi game
* Reversi game


To install DR5 you will need PCem or an equal IBM AT/XT emulator. Also DR5 only run on [[MS-DOS]] up to Version 2.x.
=Machine requirements=


=System requirements=
This pre-release version supports IBM and COMPAQ personal computers with a graphical display adapter (either a Hercules or CGA display adapter), one floppy disk drive, and a hard disk drive.


==Hercules Graphics Adapter support==
==Hercules support==
Windows 1.0 DR5 includes drivers for Hercules Graphics Adapter (HGA), however the installator doesn't provide an option to choose and installs Color Graphics Adapter (CGA) drivers by default (ibmcolor.cin and ibmcolor.din). To install Hercules drivers you may either edit INSTALL.BAT installation file or install DR5 with default CGA drivers and replace them with HGA drivers later.
While this version provides support for Hercules display adapters, only the files necessary to provide CGA support are copied by default. In order to copy the Hercules files, you will need to either modify the INSTALL.BAT file to copy the Hercules files by default, or copy the Hercules files later from the floppy disks yourself.


To change drivers Windows installs by default open INSTALL.BAT file and replace
For Windows to copy the Hercules files by default, you will first need to make a backup copy of the first disk, and then make the following changes to INSTALL.BAT:


copy a:ibmcolor.cin    %1\windows\test\cursor.exe<br>
- Change the following line:
copy a:ibmcolor.din    %1\windows\test\display.exe


with
''copy a:ibmcolor.cin    %1\windows\test\cursor.exe<br>
copy a:ibmcolor.din    %1\windows\test\display.exe''


copy a:hercules.cin    %1\windows\test\cursor.exe<br>
- To the following:
 
''copy a:hercules.cin    %1\windows\test\cursor.exe<br>
copy a:hercules.din    %1\windows\test\display.exe
copy a:hercules.din    %1\windows\test\display.exe
''
You can also rename or remove the CGA files and copy the Hercules files from the disk to the directory on your hard disk where Windows is installed.

Revision as of 23:57, 29 April 2015

Microsoft Windows Development Release 5 (DR5) is an early pre-release version of Microsoft Windows 1.0, which shipped to testers in around November 1984.

There are several sample applications included to demonstrate the capabilities of Windows:

  • Graph application
  • Chart application
  • Font application
  • Clock
  • Puzzle game
  • Reversi game

Machine requirements

This pre-release version supports IBM and COMPAQ personal computers with a graphical display adapter (either a Hercules or CGA display adapter), one floppy disk drive, and a hard disk drive.

Hercules support

While this version provides support for Hercules display adapters, only the files necessary to provide CGA support are copied by default. In order to copy the Hercules files, you will need to either modify the INSTALL.BAT file to copy the Hercules files by default, or copy the Hercules files later from the floppy disks yourself.

For Windows to copy the Hercules files by default, you will first need to make a backup copy of the first disk, and then make the following changes to INSTALL.BAT:

- Change the following line:

copy a:ibmcolor.cin %1\windows\test\cursor.exe
copy a:ibmcolor.din %1\windows\test\display.exe

- To the following:

copy a:hercules.cin %1\windows\test\cursor.exe
copy a:hercules.din %1\windows\test\display.exe You can also rename or remove the CGA files and copy the Hercules files from the disk to the directory on your hard disk where Windows is installed.