Difference between revisions of "Windows 1.0 Alpha"

From Computer History Wiki
Jump to: navigation, search
(Created page with "{{Infobox OS | image = Windows_1_Alpha.png | caption = Microsoft Windows 1.0 Alpha | name = Microsoft Windows 1.0 Alpha | creator = Microsoft | year introduced = 1985 | archit...")
 
m (+cat)
 
(2 intermediate revisions by one other user not shown)
Line 6: Line 6:
 
| year introduced = 1985
 
| year introduced = 1985
 
| architecture = [[i8086]]
 
| architecture = [[i8086]]
Windows 1.0 Alpha Build is a pre-release build of Windows 1.0. This build is very similar to Developer Release 5, and was the last known build to include the source code of sample applications.
+
}}
 +
 
 +
Windows 1.0 Alpha Build is a pre-release build of [[Windows 1.0]]. This build is very similar to Developer Release 5, and was the last known build to include the source code of sample applications.
  
 
==Easter Eggs==
 
==Easter Eggs==
Line 13: Line 15:
 
#define Alphabet (LPSTR)"Jackdaws love my big sphinx of quartz. ABCDEFGHIjKLMOPQRSTUVWXYZ"
 
#define Alphabet (LPSTR)"Jackdaws love my big sphinx of quartz. ABCDEFGHIjKLMOPQRSTUVWXYZ"
 
Said sentence, interestingly, uses every letter in the alphabet.
 
Said sentence, interestingly, uses every letter in the alphabet.
 +
 +
[[Category: Microsoft Operating Systems]]

Latest revision as of 01:26, 17 December 2018


Microsoft Windows 1.0 Alpha
Windows 1 Alpha.png
Microsoft Windows 1.0 Alpha
Creator: Microsoft
Architecture: i8086
Date Released: 1985


Windows 1.0 Alpha Build is a pre-release build of Windows 1.0. This build is very similar to Developer Release 5, and was the last known build to include the source code of sample applications.

Easter Eggs

In FONTTEST.C, there is a funny quote:

  1. define Alphabet (LPSTR)"Jackdaws love my big sphinx of quartz. ABCDEFGHIjKLMOPQRSTUVWXYZ"

Said sentence, interestingly, uses every letter in the alphabet.