Windows 1.0/Development Release 5: Difference between revisions

From BetaArchive Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Infobox WindowsBuild
{{Infobox WindowsBuild
|title = Build of [[Windows 1.0]]
|image = Windows_1_dr5_ms-dos-executive.png
|image = Windows_1_dr5_ms-dos-executive.png
|imagecaption = MS-DOS Executive
|imagecaption = Development Release #5
|kernel = 1.0
|kernel = 1.0
|arch = x86 (16-bit)
|arch = x86 (16-bit)
|bios = 1984-11-01
|bios = 1984-11-01
|tcb_build = [https://thecollectionbook.info/builds/windows/build/14 Click here]
|tcb_build = [https://thecollectionbook.info/builds/windows/build/14 TCB Build Page]
|tcb_gallery = [https://thecollectionbook.info/gallery/?f=/windows/16-bit%20kernel/windows%201.x/development%20release%205/english TCB Gallery Page]
}}
}}
'''Windows 1.0 Development Release #5''' is a pre-release version of [[Windows 1.0]], which shipped to testers in 1984-11-01.
'''Windows 1.0 Development Release #5''' is a pre-release version of [[Windows 1.0]], which shipped to testers in 1984-11-01.
Line 13: Line 13:
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.
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==
== 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 <code>INSTALL.BAT</code> file to copy the Hercules files by default, or copy the Hercules files later from the floppy disks yourself.
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 <code>INSTALL.BAT</code> file to copy the Hercules files by default, or copy the Hercules files later from the floppy disks yourself.


Line 32: Line 32:


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.
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.
==Gallery==
== Gallery ==
<gallery>
<gallery>
Windows 1.0 DR5 - Multitasking.png|Multitasking
Windows 1.0 DR5 - Multitasking.png|Multitasking
</gallery>
</gallery>

Revision as of 14:41, 17 May 2019

Template:Infobox WindowsBuild Windows 1.0 Development Release #5 is a pre-release version of Windows 1.0, which shipped to testers in 1984-11-01.

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.

Gallery