Talk:Windows 1.0/Archive 1

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Archive 1

Competition Section

This needs to be re-written from a non-POV perspective. It sounds as if it was written by a Mac fanboi, saying that Windows resembled Mac so much that they had to change it. When we all know that they both stole it from the Xerox PARC project. It also calls Windows vaporware and says how Mac pioneered the trash can icon and so on. I own a MBP and still think this wreaks heavily of bias.

LOL!

Lol, I have Windows 1.0 software and it still works!!!!!

For many versions, it was not possible to start a GUI program from a DOS window. As far as I recall, this wasn't possible until Windows 95, and required the "start" command to be used, eg. "start notepad.exe." Is that correct? Kufat 06:23, 17 July 2005 (UTC)
Teh 1337ness! 02:53, 22 May 2006 (UTC) Alexzero77

This section is 12 years old now. Please remove it. Thanks, 87.102.35.96 (talk) 21:26, 10 November 2017 (UTC)

Substance of Windows 1.0

Windows 1 wasn't marketed as a "pretty DOS shell." It was actually a "graphics framework" which could make use of all the various incompatible video cards and input devices of the time when there was no de-facto standard for them. It was also available to developers as a 'runtime' version which they were allowed to ship with their apps. It was something comparable to DirectX of today much more than to Windows of today.

So, this is false:

  • Windows 1.0 was often regarded as a "front-end to the MS-DOS operating system" rather than a full-fledged operating system
  • It was neither a "front-end" nor a "full-blown OS". tyomitch 12:36, 2 September 2005 (UTC)
You're assuming we are saying that Microsoft regarded it as a "front-end." AlistairMcMillan 13:15, 2 September 2005 (UTC)

I refer to 1.0-WFWG3.11 as "Not quite OSes, but DOS extenders". Maiq the liar (talk) 21:46, 9 January 2008 (UTC)

Windows 1.0 Logos

I've got some logos of Windows 1.0 cut out of its boxshots. I presume that they permit Fair Use as {{Logo}} (why is there no {{Softwarecover}})? The images are now located at this page, can someone choose which one would make a better addition to this article? I love them all, and it's hard for me to choose :-) tyomitch 11:58, 4 September 2005 (UTC)

In absence of any attention, I will now proceed to do the edits on my own. tyomitch 20:19, 7 September 2005 (UTC)

I have just added the box art of the Windows 1.0 family. I hope you guys like it. 02:53, 22 May 2006 (UTC) Alexzero77

The logo is FAKE! It cannot be found on windows 1.x/2.x boxes, nor it is available inside the windows 1.x/2.x versions themselves. Moreover, even "Microsoft" word was written there in another way! Here is what the logo page at BrandsOfTheWorld says: Designer: unkown Contributor: unknown Updated on: Mon, 09/15/2008 - 08:32. Is this enough to consider the image as a real logo??? -- Aaleksanyants (talk) 10:38, 15 February 2013 (UTC)

Details

"From the beginning, Windows was intended to multitask programs (although this originally only applied to native applications and for many versions the multitasking was non-preemptive), so Windows programs always had their own menu bar rather than switching a single menu bar at the top of the screen like Apple Macintoshes did."

Macintosh running System 5 onward used multitasking (cooperative). The anchored menu bar is a user interface choice. On the Mac, since several applications might be open but only one menu bar would be used at a time, a single anchored menu bar that automatically switched depending on the application environment would be a better use of screen space and allow more room in the windows.
There are some interesting documents out there about UI in MacOS and Windows. I'm going to change this line soon; it's important to point out that the difference in menu bars was a UI thing. Markmtl 17:11, 2 November 2005 (UTC)
I think that the menu bar found in Macs is a waste of space, not vice versa.MarineMania1 (talk) 06:32, 19 May 2009 (UTC)

Tone Down The Pro-Microsoft Tone

The article reads like a Microsoft press release, and has a very defensive feel.

It's a fanboy world out there... 02:53, 22 May 2006 (UTC) Alexzero77

and now it reads exactly like a apple advertisement, it's a lose lose situation

Rumor of Windows 1.0

Windows 1.0 (not 1.01) was actually released, I can confirm that rumor, because I have a copy of it.

There was a big bug in the code so they withdrew the sales. The article says so. 02:53, 22 May 2006 (UTC) Alexzero77

Computer Code

Anyone know where I can find out How they made Windows 1.0? I'm trying to make a multi tasking DOS program. Aeom Mai

I don't understand what you mean by "how." All I can say is that they programmed it... 02:53, 22 May 2006 (UTC) Alexzero77

I would also like to ,know how they did this. What language was it programmed in? I actually heard a rumor it was programmed in GWBASIC (which is ridiculous because GWBASIC has no compiler, though there is a compiler for it known as BASCOM). So knowing what it was programmed in would be very usefull. The QBasicJedi 05:47, 7 June 2006 (UTC)

I think it was coded in Assembly. — Wackymacs 18:33, 27 July 2006 (UTC)

The core of Windows was coded in Assembler, just as Wackymacs said. However, the compiler was a C (not C++) compiler running on various Unix boxes. I remember this well, but I cannot find a source for it so I can't insert it into the article. Hey, should the article mention that it was Rowland Hanson that came up with the name "Windows"? --Tirolion 07:52, 16 May 2007 (UTC)

Microsoft Windows was coded mostly in Microsoft C 3.0, with some assembly. If you find a copy, you can extract the strings and see the header files, and text content.
Reference: http://www.charlespetzold.com/etc/Windows1/index.html
As I remember, Microsoft C 2.0 had some serious problems with signal and syncing, so I gave up trying to port some unix apps to it. ( and apparently Microsoft did too, and made C 3.0 )
Also from what I remember from a friend of mine, hired to work on Windows, and Windows 2.0, the base development system was a IBM AT 8.0 Mhz, with 6.5MB of ram. ( two AST 3.0MB ram cards ), one for the OS and one for a Ram disk. NOTHING was programmed in GWBasic, and BASCOM could compile most Advanced BASIC/GW Basic programs. Also: They NEVER used the greenleaf compiler, ( a $25,000 development environment ) which was the best compiler in the world at the time, ( according to one of the judges of the cryptic C contests ). ( They still make a comprehensive asynchronous communications package that is only $700 ). Also I never heard of them using unix or cross compilers, but they did use something from Intel called iRMX for their networking infrastructure.
But to answer the original question: How to make a multitasking DOS environment? Although SideKick was the first one that I saw, through the TSR interface, and the Demo program for Turbo Pascal, called Windows.pas did multi-tasking, it wasn't until I saw the API for Deskview that I got a handle on how hard it was to get preemptive multi-tasking running on a machine that had no virtual space. ( i.e. all real memory model ). You have to a) create your own task switching kernel, and b) patch the interrupt table in assembly. I actually programmed an interactive terminal program for communications in turbo pascal 3 with something from Dr Dobbs journal called 'concurrent programming with turbo pascal' which had the necessary primitives for multi-tasking, with only a tiny bit of assembly to do the interrupt table patches. Much easier to see what its all about with Linux, since I have not had my hands on an 8088 in at least five or six years... 67.174.157.126 (talk) 09:35, 17 October 2008 (UTC)--

Failure or not?

It's recently been reverted in the article that Windows 1.0 was a failure. Personally, I'd say it was. It didn't penetrate the market how Microsoft wanted to, and it sold very poorly, people continued using DOS on the x86 platform for quite some time until Windows 3.0 and 3.11. In-fact, most people ignored Windows 1.0 and 2.0, they both sold very poorly and were shadowed by the Macintosh, until Microsoft finally got there with version 3.0 and 3.11. — Wackymacs 10:11, 29 August 2006 (UTC)

Read the description of the category (Category:Failed Microsoft initiatives). That'll explain why I removed it. And are we talking about "initiatives" or "products", anyways? "Windows" as an initiative has certainly been a success... it just took them five to seven years to build that market (which isn't extraordinary). "Windows 1.0" as a product was not a success in the marketplace, but that doesn't make it a failed initiative, does it? It'd be like classifying OS X 10.0 as a failed Apple initiative, given its problems, which it subsequently outgrew, and now enjoys a great deal of success. -/- Warren 11:00, 29 August 2006 (UTC)
Yes, I agree it shouldn't be in that category. However, a sentence or two should be included in the article mentioning that Windows 1.0 itself as a product was a failure in terms of sales and market share, and that it was only until Windows 3 until Microsoft gained some significant market share and shook things up a bit. — Wackymacs 11:17, 29 August 2006 (UTC)

Huh?

The treatment of Windows 1.0 as a "DOS front-end" fails to take into consideration that it was designed to be just a graphics environment used by applications, rather than a full-fledged operating system.

Uh, I think that's exactly why it was called a "DOS front-end": because it was not meant to be a full-fledged operating system, hence front-end. This needs to be reworded or just omitted. (The surrounding context does clarify what is intended, but the statement itself seems silly.) - furrykef (Talk at me) 02:21, 14 September 2006 (UTC)

can you beleve me, THIS IS NOT A NEW COMPUTER SYSTEM

Yes we believe you. Some of us were around at the time Win1 was released, would you believe? Be that as it may, many people have some problems understanding what an operating system is. The first Win version that could be called an "operating system" (with a pinch of salt) was Win3.1x, and an updated-out-of-recognition version at that. Updated with Win32S and WinG and whatnot Win3.1x did actually resemble an actual operating system (doing its' own disk access, memory management, screen operations, network access and such), with the glaring exception of still relying on the BIOS for I/O stuff. No versions of Windows™ prior to this can claim that. Oh yeah, by the by, sign your statements, no? --Tirolion 08:00, 16 May 2007 (UTC)

Windows 1.0x download

Is it possible to download Windows 1.0x from somewhere? Is it still copyright of Microsoft? ~~ Igor Filippov 08:24, 06 May 2007 (UTC)

  • It is not downloadable. All Microsoft software is Copyright © Microsoft Corp, Ltd. M$ has released pretty much nothing to the public domain. --Tirolion 08:02, 16 May 2007 (UTC)
  • Yes, but not legal, because it is still copyrighted; however you might want to look into MS-DOS 7.10. It is under a GNU general public license. --Hamster2.0 (talk) 17:49, 2 December 2008 (UTC)
  • I have a floppy disk with windows 1.0.1 If you want it Xplonghornvista (talk) 15:49, 23 December 2015 (UTC)

First Killer Apps

I updated the paragraphs about Aldus Pagemaker and the first 'killer apps' - apps that made you choose Windows over some other option. The remark that PageMaker 1.0 helped drive the Windows installation base was laughably incorrect (anyone in DTP then or now) would know that until version 4.0, Aldus treated PageMaker for Windows like a crazy relative locked in the basement (at least their Support would honestly admit this when facing document portability issues, among other problems). The PC was made valid for DTP by apps no one heard of at the time - Serif, Micrographx, Corel, and Harvard (remember Harvard Presentations?). These applications were followed the Microsoft model -- get something out the door (even if unpolished), and offer features you could not find anywhere else except for 4-6x the price point. This is why, although the Mac was a superior platform, the PC steadily won patient converts. It MAY be that a new paragraph for "applications" is needed, but I did not want to go too overboard with my edits, as I don't have a zillion karma here. :-)

Scottprive 00:23, 11 September 2007 (UTC)

"windows" as a graphical novelty for Microsoft, catchup with Apple

I didn't find much information on the novelty, or competitive novelty, of the the multi-view graphical interface per se on the personal computer. In the article there seems to be much more on the product's coding, and use and history as code.

I mean, it was named Windows precisely for that functionality (and as an Apple killer?). I.e., it might have been called "Do It All", or something, if you get my point.

Non software-heads were equally interested in what they could see--although it was clear that that was a function of keeping tabs on applications running "simultaneously"--and some were interested in what they knew as a titanic battle between the two companies.

Anyway, perhaps others more knowledgeable than I could add something on this.

Best,

--Shlishke (talk) 08:52, 20 February 2008 (UTC)

Betas

I found this site and I think those Betas are real, http://os-history.de/betas/1xbeta.html, cant we add those Screenies? —Preceding unsigned comment added by 85.182.124.27 (talk) 05:30, 20 September 2008 (UTC)

OK. Because the Application called 'Cube' is there, ( remember it has been almost 24 years ), I can say yes, this is the real deal. Those are authentic screen shots of Windows 1.0 Beta.

BUT Pay special attention to the splash screen. "Copyright (c) 1985 Microsoft Corporation, 1985." Those screen shots although authentic, are still copyright, and their rights are still owned by Microsoft, i.e. we cannot just use them without liscense. Nice site!

Bootable Setup disk

My copy of Windows 1.0.1 which I recently installed on a 386, did not boot. It was just Setup disk, and you ran the setup program from DOS. 67.174.157.126 (talk) 08:58, 17 October 2008 (UTC)--

Trash Can link problem

Trash can link should link to http://en.wikipedia.org/wiki/Recycle_bin_(computing) . —Preceding unsigned comment added by Junkcops (talkcontribs) 03:07, 28 December 2008 (UTC)

Byte Magazine article

The First Windows Review Ever, Microsoft Windows - A mouse with modest requirements, by Phil Lemmons, BYTE magazine, and he First Ever Apple Computer Running Windows have some interesting information. The last one is Windows 1.0 on a z80 card on an Apple II. davidwr/(talk)/(contribs)/(e-mail) 17:25, 24 January 2009 (UTC)

"Windows 1.0 does not allow overlapping windows..."

"Windows 1.0 does not allow overlapping windows, due to Apple Computer owning this feature."

How did Microsoft overcome this and when? -- OlEnglish (Talk) 22:38, 2 May 2009 (UTC)

In fact, this statement makes no sense. Surely Apple did not 'own' the feature. Is it supposed to mean that Apple owned the code used to implement this feature? If Microsoft could have managed to implement the feature another way, then there is little Apple could have done about it. Reminds me of Milhouse complaining when a Shelbyville boy hung his backpack off one shoulder: 'Hey! Stop doing that! We invented that, copycats'. Statement needs adjusting to properly reflect the reason why there was tiling only instead of overlapping windows. It is quite unlikely that when overlapping was implemented, it was because Windows 'bought' the feature from Apple. Centrepull (talk) 08:11, 5 May 2009 (UTC)
Uh huh. Good point. Citing a reliable source might help. -- OlEnglish (Talk) 05:18, 6 May 2009 (UTC)
The May 1992 issue of PC Plus magazine (in the UK) had an article about Apple suing Microsoft over Windows 2.0, which introduced "proper" overlapping windows. I no longer have the magazine but the gist of it was that Microsoft won on most counts (not all!) because it proved that Apple didn't invent overlapping Windows either (citing Apple staff being "inspired" by the work going on at the Xerox labs in the late 70s / early 80s).Retron (talk) 15:59, 20 November 2009 (UTC)
Microsoft actually licensed code from Apple for Windows 1.0, and was supposed to stop using the code by Win 2. They didn't, so that's what the lawsuit was about. Later, there was the big out of court settlement, where MS invested all that money into Apple, and Apple got to use all of MS' patents. Xerox didn't have overlapping windows either. Apple did invent a few GUI conventions, such as drop down menus. Just look at any version of Windows in the 80s compared to Mac System software. Huge difference. DavidRavenMoon (talk) 02:41, 25 June 2016 (UTC)

Where's the kernel?

Surely the earliest Windows systems have kernels? The Windows comparison article even lacks whatever kernel it has! (it says "?" under kernel.) 207.118.118.76 (talk) 04:01, 14 July 2009 (UTC)

I'm not an expert, but i believe windows 1 was just a shell. Sort of a prettier, fuller featured DOS_Shell. See Monolithic_kernel for generalized info on the MSDOS kernel. ExtremeSquared (talk) 15:00, 8 August 2009 (UTC)

Date format

Dates were first introduced to the article in this edit, in MDY format. They remained that way for 3 years, until they were randomly switched to DMY. MDY is the original format for this article. - Josh (talk | contribs) 00:47, 16 August 2010 (UTC)

I take that your message means that you want to change the date style of this article to MDY.
I disagree. When I arrived and put a {{dmy}} tag on this article, it didn't have a date-style tag and its date style was DMY, except in one case. According to the article history, it has been DMY for almost a year or so, during which many editors visited and edited the article. Hence, according to WP:SILENCE, even if there was a concrete historic MDY background, it was changed to DMY with a consensus. Now, I have fixed the date-style with a {{dmy}} tag. Per WP:MOSDATES and the prior consensus, we mustn't change it on a historic pretext or personal preference of only one person. Fleet Command (talk) 14:19, 16 August 2010 (UTC)
Umm, no. Wikipedia policy is very clear. Per WP:MOSDATES: "The date format chosen by the first major contributor in the early stages of an article should continue to be used, unless there is reason to change it based on strong national ties to the topic or consensus on the article's talk page." There was never any consensus on the talk page to change the date format, and if there are national ties to this article, it is to the U.S. Rreagan007 (talk) 23:24, 28 July 2015 (UTC)

Easter Egg?

On an old copy of windows 1.0, I was fiddling with the printer settings and discovered if you try to add a printer so it's root file from A:/ to F:/, it displays a warning, then several bars rise up, then down and staying there. Can it Be a Easter Egg, or a random error?

The rapid press (talk) 20:22, 3 October 2010 (UTC)

It's a crash screen. You can get it in other programs too. Kelton2 (talk) 15:21, 8 May 2013 (UTC)

1.04 and VGA

The article says:

Version 1.04, released in April 1987, added support for the VGA graphics adapters of the new IBM PS/2 computers.

This is highly questionable. I have a copy of 1.04, it does not give the option to choose VGA mode at setup. Nor have I ever seen a screenshot of 1.04 running in VGA.—Graf Bobby (talk) 16:43, 15 December 2010 (UTC)

The link http://www.charlespetzold.com/etc/Windows1/index.html earlier in this article describes this. Motherboard BIOS of this era had a jumper for Monochrome Display Adapter (MDA, text only) and Graphics Adapter (Hercules, EGA). VGA is a superset of EGA register set. Shjacks45 (talk) 06:38, 27 November 2011 (UTC)
The Charles Petzold link describes no such thing. It says that Windows 1.x runs on VGA cards but treats them as EGA. Which is absolutely true. But "added support for the VGA graphics adapters" very much implies actual VGA resolution support. You might as well say that the earliest development versions of Windows "supported VGA" by virtue of being able to run on VGA's emulation of CGA adapters. That would be just as misleading. Codegen86 (talk) 13:08, 29 January 2012 (UTC)
I've edited the article to reflect what actual Windows 1.04 can do, based on examining original media. VGA is only supported as EGA (no mention of "VGA" anywhere on the disks), and no support for PS/2 mice was provided (just the old MS bus/serial mice). Yes, I know that's "original research", but folks are welcome to find official sources which contradict me :) Codegen86 (talk) 13:49, 29 January 2012 (UTC)
The retail version of Windows 1.04 didn't support VGA, but an OEM release from IBM did. Said OEM release also included a few other PS/2 related things, including PS/2 mice. I've added information about this version in the article. TSJSwimmer (talk) 9:12, 12 April 2018 (UTC)

Strong anti-Microsoft Bias is not justified by documentation.

Strong anti-Microsoft Bias is not justified by documentation. Windows 1.0 had its own commands and programming model. Dosx like win.com passes switch settings and invokes Windows Virtual Machine Manager in a manner comparable to "loadlin" calls the linux kernel from DOS. See Andrew Shulman's "Unauthorized Windows 95" vis a vis 386 Enhanced Mode for Windows 3.0 and VMM. Windows 1 thru 3 supported windows in real mode, 8086, using software memory management (as do some ARM processor systems, Unix on AT&T 8086 computers, Minix 1.0). Shjacks45 (talk) 07:28, 27 November 2011 (UTC)

I fail to see how that is relevant in the context of Windows 1.x. There was no VMM, no DOSX. Actually loadlin is a great analogy, because Linux can be started from DOS, but also can bootstrap itself with no DOS anywhere in sight. Windows 1.0-3.x was not like that because it could not exist without DOS. Windows 1.0 was a strange hybrid which took over the screen and input devices (much like any DOS game would), and it provided its own memory and task management. What it didn't provide at all was file and disk management. There were also many holes in the Windows API, e.g. no way to read the current date/time; the programmer had to use DOS for that (see the CLOCK sample program in the Windows 1.03/1.04 SDK for a prime example). Windows gradually took over more and more functionality and relied on DOS less and less. Windows for Workgroups 3.11 with 32-bit file and disk access was almost a complete OS (which just couldn't boot itself). Technically Windows 95 wasn't very different from that except DOS was packaged together with Windows. Many of the "DOS replacement" components were optional, even in Windows 95. There's no clear line where Windows (non-NT) goes from DOS-based to not-DOS-based. --Codegen86 (talk) 15:29, 29 January 2012 (UTC)

I have requested deletion of File:Windows logo and watermark - 1985.svg] as I couldn't verify it was actually used at all and another logo altogether was used in 1985 for Windows 1.0. Please follow the link there if you have some citation. Dmcq (talk) 14:51, 14 February 2013 (UTC)

Funnily enough, if anyone had looked carefully at this articles history, they would have found the logo was apparently used since 2005 and even the upload log of the deleted file gave a big clue where it came from (sort of). BTW, I haven't see any other logo being used for Windows 1.0. This appears to be the only one, even if it wasn't used all the time. (A lot of time there was no logo, simply a Microsoft one.) Nil Einne (talk) 06:22, 18 February 2013 (UTC)
And actually I just noticed the person who uploaded the files noted it above in 2005. Aaleksanyants commented but apparently wasn't paying much attention, if they had they may have noticed it was from 2005 so predated the 2008 brandsoftheworld they were linking to. If they had done a bit more research, they would have found [1] showing the logos and while the source isn't entirely clear, it looks a lot like something older. (As we now know, the SDK.) Nil Einne (talk) 07:50, 18 February 2013 (UTC)
Hello, Nil. Microsoft says this is what they used in Windows 1.0 and that is enough for Wikipedia. As for other people's opinion, well, personal opinion is categorically not allowed. Best regards, Codename Lisa (talk) 08:05, 18 February 2013 (UTC)

Just for the record, this question of whether or not the logo was genuine was, apparently, subsequently resolved in favor of the validity of the logo in this discussion at Commons, largely due to (a) the discovery of these historical materials showing its actual use in 1986 by Microsoft and (b) the rediscovery of the claim by the original poster of the image that it had been scanned from a SDK box. (And for anyone asking, "Where did you come from?", the answer is here.) Regards, TransporterMan (TALK) 15:20, 18 February 2013 (UTC)

The official Microsoft Windows history page which has a caption "Bill Gates shows the newly-released Windows 3.0" on a picture of Bill Gates holding a Windows 3.1 box from two years later is proof that what somebody says in Microsoft blogging about its history may not be infallible. Their business is software not history. Anyway glad this has been resolved, I've stuck the logo back in again. Dmcq (talk) 18:22, 18 February 2013 (UTC)

Not to mention the page for Windows 2 has a picture of Windows 1 instead. It's pretty hard to tell if you don't know the difference, but look at the windowing controls. They don't have minimize or maximize buttons. Plus, all the windows are tiled, while Windows 2.0 added overlapping. Unless this is some really early Windows 2 beta, they got something wrong here too. Microsoft isn't infallible *cough* Windows ME *cough*, so maybe the Windows logo in this article IS faked!--96.58.203.254 (talk) 21:10, 21 March 2016 (UTC)

Youtube link

Qmrk, why you've reverted my revert. I ask here, because you didn't leave a talk or edit summary. Link with this video is useful and covers many thing about Windows 1.0. That's not WP:ELNO. --Rezonansowy (talkcontribs) 18:00, 7 December 2013 (UTC)

Most YouTube videos are not posted by those authorized to do so (i.e. copyright holders). ViperSnake151  Talk  23:55, 8 December 2013 (UTC)

Muddy language in lead

this is rather muddy: "contemporary critics considered 1.0 to, despite its deficiencies, be an important milestone for Microsoft", and would sound clearer formulated like this: "critics today consider 1.0, despite its deficiencies, to have been an important milestone for Microsoft" — Preceding unsigned comment added by Garrrick (talkcontribs) 19:44, 21 October 2014 (UTC)

Hello, Garrrick
"Contemporary" doesn't mean "today"; it means "existing, occurring, or living at the same time", which is definitely not today. Also, relative date references like "today" must not be used in Wikipedia. Please see WP:DATED for details.
Best regards,
Codename Lisa (talk) 08:52, 22 October 2014 (UTC)

Hello Lisa,

you are right, not using "today" makes a lot of sense. As to "contemporary" any dictionary will tell us that it can mean both. And when you first read "critics at the time" and then read "contemporary critics" one easily can surmise that the one means the one thing, and the other the other, at least if one reads (too) quickly, which I admit I did.

To write "they" for the second iteration of "critics at the time" would be relieve us from any doubts.

Yours Truly, Garrrick — Preceding unsigned comment added by Garrrick (talkcontribs) 20:48, 22 October 2014 (UTC)

Minor lede simplification

The phrase "lower hardware specifications" may be too technical for the lede. I suggest changing it to "older hardware" and saving that technical phrase for the lower sections. JarmihiGOCE (talk) 14:09, 20 November 2015 (UTC)

Removing refs to Nathan Lineback's personal website

Hello glorious Wikipedia!!! I thought I'd remove the references to Nathan Lineback's website (ToastyTech) because it is not a reliable source. He has had no experience working with Microsoft, and is heavily opinionated against Microsoft. All the pages had was a few screenshots without any real content, much less reliable content. Not to mention Nathan Lineback is a crazy lunatic nutjob stuck in the dark ages of computing, refusing to use anything later than Windows 95 (seriously, check out his website).

If anyone has a problem with this, please reply!!!

Thanks!!!!!--96.58.203.254 (talk) 21:05, 21 March 2016 (UTC)

"This program requires Microsoft Windows" message

I've removed text reading 'Windows 1.0 executables, while having a similar .exe extension and initial file header similar to MS-DOS programs, do not contain the code that prints the "This program requires Microsoft Windows" message as newer Windows programs do.' This code is present in Windows 1.0x executables, as can easily be tested by running them under MS-DOS. HungryHorace (talk) 23:14, 25 March 2017 (UTC)

1.01

Windows 1.0 was released in noovember of '85, but then a section regarding 1.01 says that 1.01 was released in '85. It sounds a bit cconfusing, but it could just be me. Anybody know WHEN it was released in '85 (I'm guessing december)? or is that a typo that should say 1986? Geekynerdyguy1996 (talk) 20:08, 29 August 2017 (UTC)

  • I am pretty sure that Windows 1.01 was released November 1985. 87.102.35.96 (talk) 21:23, 10 November 2017 (UTC)

Windows 1.0x?

Shouldn't this article be called Windows 1.0x instead of just Windows 1.0 because of Windows 1.01, Windows 1.02, Windows 1.03 and Windows 1.04 all being Windows 1.0x versions? Signed, 87.102.35.96 (talk) 09:19, 11 November 2017 (UTC)

VM/386

Hey, @Codename Lisa:, help me understand this a bit better please? As you know, WP:SEEALSO "should reflect the links that would be present in a comprehensive article on the topic", and that we "should provide a brief annotation when a link's relevance is not immediately apparent". Neither article talks about the other (except that VM/386 was a competitor to Windows), so the meaningfulness of this link is not at all apparent to readers. And also, why list VM/386 but not Desq? If you're confident there is a way to make this clear, let's get that into the article(s). Warren -talk- 05:55, 3 January 2018 (UTC)

Hello, Warren
For some reason I didn't get your echo notification. I don't know why. Anyway...
First, let's take a look at the MOS, from which you quoted. It is true that the links in the "See also" section should reflect the links that would be present in a comprehensive article on the topic, but please pay attention that there is no "only" in that requirement. That means the section is not restricted to those links. Of course, you don't have to engage in Kremlinology on that sentence to find that out. MOS itself says it:

A bulleted list of internal links to related Wikipedia articles. [...] The links in the "See also" section might be only indirectly related to the topic of the article because one purpose of "See also" links is to enable readers to explore tangentially related topics.

[...]

Whether a link belongs in the "See also" section is ultimately a matter of editorial judgment and common sense. The links in the "See also" section should be relevant, should reflect the links that would be present in a comprehensive article on the topic, and should be limited to a reasonable number.

Windows 1.0 and VM/386 or both OEs (or if you prefer, OSes) from roughly the same time: 1985 and 1987.
DESQview is actually a good recommendation. It is from 1985 too, which is much closer to Windows 1.0 than VM/386.
As for the annotation, sure, be my guest.
Best regards,
Codename Lisa (talk) 07:44, 3 January 2018 (UTC)
So your belief is, See Also sections should include lists of other operating systems, simply because they are operating systems? Are you sure about that? Warren -talk- 14:51, 3 January 2018 (UTC)
Hi again.
I believe what I quoted already answer that: The number of links need to be limited and a tangenial relation is still required. And as I said below the quotation, operating systems of the same era and the same type where my idea. When the list grows large, we start narrowing down our criteria.
As for including "lists of other operating systems, simply because they are operating systems". That's the job of (1) navboxes and (2) list articles. Either a navbox is transcluded or one list article is linked.
Best regards,
Codename Lisa (talk) 19:30, 3 January 2018 (UTC)

Defined as an operating system?

Why is Windows 1.0 defined as an operating system, when it ran on top of DOS? Mdevico (talk) 03:09, 2 August 2018 (UTC)

@Mdevico: Thank you for asking a good question. I think the term "operating system" is used accurately except in the infobox (top right), where something like GUI or operating environment would be more accurate. Unfortunately, that text is hard-coded in {{Infobox OS}}. Perhaps this article should use an alternative such as {{Infobox software}} instead. Any other opinions? Certes (talk) 13:27, 2 August 2018 (UTC)

sorry

I will use the sandbox next time — Preceding unsigned comment added by 68.102.211.20 (talk) 23:27, 17 February 2020 (UTC)

slight error

under the first picture it says windows 1.0 was discontinued in April 1987, and then it says 34 years ago. that's incorrect it should be changed to 33 years ago. — Preceding unsigned comment added by Ziggyzaggy300 (talkcontribs) 18:43, 12 April 2021 (UTC)

Sometimes the date calculation templates can be slightly out of sync, even after purging the page. Graham87 02:02, 28 November 2021 (UTC)

Should have kernel section

I agree with the "Where's the kernel?" question in that there should be a description of some of the kernel services. Examples:

  • process scheduling
  • memory management (virtual memory? heap memory?)
  • interface to devices
  • inter-process communication

After this is established in version 1.0, it would be interesting to see a kernel section in all the Windows upgrades. It'll answer the question, "What was added?" Timhowardriley (talk) 21:07, 23 April 2022 (UTC)

Thanks for bringing this up, I've added what I had found while searching this. Vacant0 (talk) 21:56, 23 April 2022 (UTC)

I have a followup: I did the google search "Windows 1.0 technical manual". I couldn't find the nitty-gritty internals I was looking for -- something below a user's guide. I did come across this website: https://www.firstversions.com/2015/05/microsoft-windows.html . It exposed an important characteristic that should be in the first sentence of the article: Microsoft Windows 1.0 is an "Operating Environment" on top of the MS-DOS operating system. Microsoft might have gotten in trouble if they claimed it was an operating system in their advertisements. The website has photos of some advertisements and the packaging. The back of the box has an interesting list of features:

  1. "Work with several programs at the same time"
  2. "Switch between multiple applications -- without quitting them"
  3. "Run more applications than can fit in memory at one time"
  4. "Transfer data from applications and incorporate it into Microsoft Windows applications"
  5. "Get an easy-to-learn, easy-to-use [drop-down menus] interface"

These imply Windows 1.0 implemented the operating system feature of page swapping. Also scroll down to "The joys of job hopping." I would suspect when you "leap back and forth between applications", the application you left stopped running. The whole program probably got sent to swap space. So, I doubt Windows 1.0 recognized the 8088's interrupt pin.

However, the mouse movements needed to be recognized and acted upon. Also, it had a running clock. The "incorporate it into Microsoft Windows applications" feature is telling. Microsoft made it clear that there were Microsoft applications and other applications. Probably, the Microsoft applications were specially programmed to periodically execute a function to resemble an interrupt. I'm curious for the article to explain this. Timhowardriley (talk) 03:02, 24 April 2022 (UTC)

Here's some more digging: http://toastytech.com/guis/win1983.html says, "Microsoft Windows is an installable device driver under MS-DOS 2.0 using ordinary MS-DOS files." On page 2 it says, "Photo 5 shows the transition from the uncooperative program to a "smart" one that can live happily in a smaller window and share the screen with other programs that take full advantage of Microsoft Windows." It further says that a "smart" program is "written to take advantage of Microsoft Windows." It's becoming more clear that Windows 1.0 was a layer on top of MS-DOS. Also, Windows 1.0 required programs to accommodate themselves to multitask. If a program wasn't written to accommodate itself, MS-DOS just forked the program, and the program must have properly exited to regain control of the Windows environment. It really seems like Windows 1.0 didn't have its own kernel program. That explains why Microsoft called it an "Operating Environment" and not an "Operating System". Timhowardriley (talk) 11:12, 24 April 2022 (UTC)

Screenshot of windows 1.0 directory
I found this screen dump of the windows directory. It has an executable called kernel.exe. But I doubt it was a fully running kernel. If the article could explain these files, then that would be grand. Timhowardriley (talk) 19:37, 24 April 2022 (UTC)
I wasn't able to find too many reliable sources regarding these features. I've added info about page swapping, and a bit more info about the included executable files. Vacant0 (talk) 22:15, 24 April 2022 (UTC)
The files KERNEL.EXE, USER.EXE, GDI.EXE and all drivers (except for printer drivers) are combined into a single file called WIN100.OVL. Beta versions of Windows, versions built using the Windows SDK, and the install disks contain separate versions of these files. I would also like to point out that Windows 1.0 did not implement page swapping, it implements swapping of code segments, because the 8088 does not support paging.[2] In addition, I am not sure what "I doubt Windows 1.0 recognized the 8088's interrupt pin" is supposed to mean. The BIOS, MS-DOS and Windows definitely do accept asynchronous hardware interrupts (the only way to prevent that is masking interrupts, but that would mean that certain hardware would not work). Windows 1.0 definitely can have multiple programs loaded at once (so does DOS, for that matter, although there is no multitasking) and does support cooperative multitasking (this means programs cannot be asynchronously preempted, and have to not freeze, i.e. keep pumping messages). Windows 1.0 also has limited support to run multiple DOS applications at once. Regarding the distinction of operating system and operating environment and whether Windows 1.0 has a kernel: in my humble opinion, the distinction is meaningless, considering that any operating system is not truly freestanding. DOS requires the BIOS (DOS by default never accesses hardware directly, it usually goes through the BIOS), Linux requires a bootloader. While Windows 1.0 relies on certain DOS facilities, such as the file system, it provides its own drivers that bypass DOS and the BIOS. In addition, Windows 1.0 provides virtual memory management (including relocation and swapping of fragments of programs), cooperative multitasking (which includes a scheduler), dynamic linking, a new executable format, a new ABI, and a new API, which are all important parts of a kernel. In fact, many people do not consider DOS to be an operating system, nor a kernel. So one might as well view Windows 1.0 as the operating system and DOS as a supporting bootloader/hardware abstraction layer, or see both DOS and Windows (and maybe the BIOS) as fragments of a kernel, that together form a complete kernel. --Lukflug (talk) 10:38, 1 May 2022 (UTC)
Small correction: by "which are all important parts of a kernel" I mean that they are usually part of a traditional monolithic UNIX-like kernel (although some aspects of what I listed would definitely be part of userspace). Many microkernels implement these things in userspace. My point was that more parts of what one traditionally considers part of the kernel are in Windows, compared to DOS (which mainly just contains the file system and disk drivers). The distinction between kernel space and userspace is also fuzzy in real mode, since there is no memory protection and applications very much bypass the operating system and contain their own drivers and elements that would be traditionally associated with a monolithic kernel. --Lukflug (talk) 10:48, 1 May 2022 (UTC)
I also forgot to point out that this article[3] covers a early development version of Windows, and not the final product. Although I don't know any specifc details, I gather that many things may have changed between December 1983 and November 1985. --Lukflug (talk) 10:51, 1 May 2022 (UTC)

GA review

This review is transcluded from Talk:Windows 1.0x/GA1. The edit link for this section can be used to add comments to the review.

Reviewer: Sammi Brie (talk · contribs) 03:51, 4 June 2022 (UTC)

GA review
(see here for what the criteria are, and here for what they are not)
  1. It is reasonably well written.
    a (prose, spelling, and grammar):
    b (MoS for lead, layout, word choice, fiction, and lists):
  2. It is factually accurate and verifiable.
    a (references):
    b (citations to reliable sources):
    c (OR):
    d (copyvio and plagiarism):
  3. It is broad in its coverage.
    a (major aspects):
    b (focused):
  4. It follows the neutral point of view policy.
    Fair representation without bias:
  5. It is stable.
    No edit wars, etc.:
  6. It is illustrated by images, where possible and appropriate.
    a (images are tagged and non-free images have fair use rationales):
    b (appropriate use with suitable captions):

Overall:
Pass/Fail:

· · ·


@Vacant0: 7-day hold to make the following:

  • Various copy changes, mostly on comma usage
  • Remove/replace RealityViews which may have copied from us in the past and doesn't look reliable
  • Run IAbot again
  • Add alt text to the two images outside the infobox

@Vacant0: Passing as the changes have been made. Sammi Brie (she/her • tc) 22:40, 4 June 2022 (UTC)

Copy changes

Lead

  • Its development began after the Microsoft co-founder and spearhead of Windows 1.0, Bill Gates, saw a demonstration of a similar software suite, Visi On at COMDEX in 1982. There should be a comma after Visi On
  • Add a comma after "very little software" and another after "Windows 2.0"

Development history

  • Remove the comma after "RAM" and "system calls"
  • Remove the comma after "software companies"
  • Add comma after "Windows' history" which should be "Windows's history"
  • Remove comma after January 1985. Grammar note from me: if you can remove ", and" and split a sentence in two with both halves working, there should be a comma (or no conjunction and a semicolon). If you can't, there shouldn't be a comma. "Was replaced by Steve Ballmer" is not a complete sentence.
  • Comma after 1.02 (this is an appositive and needs to be set off with commas at both ends)
  • 3.5 inch: add hyphen for adjective
  • Remove comma after "floppies"
    •  Done I re-wrote the sentence that includes Ballmer. --Vacant0 (talk) 16:02, 4 June 2022 (UTC)

Features

  • Comparing to MS-DOS: use "compared"
  • Remove comma after "although"
  • Initially, Puzzle and Chess were supposed to appear as playable video games, although Microsoft scrapped the idea and instead, — replace the and with a semicolon. That is a point where the sentence has a natural split between two independent sentences.
  • Comma after built-in application
  • The version 1.02 introduced drivers for European keyboards, screen and print drivers. This sentence confuses me. It shouldn't start with "the". Were the drivers it introduced for printers and screens or just European printers? Potential ways to format this depending on the meaning:
  • Version 1.02 introduced drivers for European keyboards, as well as screen and print drivers.
  • Version 1.02 introduced drivers for European keyboards, as well as for screens and printers.
  • Version 1.02 introduced drivers for European hardware, including keyboards, screens, and printers.
  • Remove "the" before "support" in the 1.04 sentence
  • Remove comma after "extent"
  • Remove comma after the "pouring molasses in the Arctic" quote

Reception

  • The commas in this sentence are not needed: Critics considered the platform to have future potential, but that Windows 1.0 had not fulfilled expectations, and that it could not compete with Apple's GUI operating system. I'd also add a "felt" before "that Windows 1.0".

Source spot checks

  • Ref 6 (InfoWorld 11/21/1983): Supports all four of its uses.
  • Ref 16 (ZDNet 2015): Supports the two uses.
  • Ref 21 (CBR 1987): Supports its lone use.
  • Ref 38 (TechRadar 2022): Supports its lone use.
  • Ref 50 (NetworkWorld 2010): Contains the used quote which is faithfully reproduced.

Other items

  • Earwig flags a content mill reusing Wikipedia content, wcsa.world. It also flags one of the references (18), realityviews.in (which doesn't look very reliable, tbh). That worries me as a possible circular reference to ourselves, indirectly. Consider each use of reference 18 and whether it can be replaced.
  • Consider archiving references.
  • Images: There is one PD-logo, two fair use screenshots, and one no-copyright brochure cover, which are all acceptable. Neither of the two images outside the infobox have alt text; this should be added, even if it's just "Refer to caption".

Recent changes

@Denis tarasov: I've reverted your edits because of two reasons: You've added Cardfile, which is already present in the sentence next to it. Keep in mind that this article is a GA and that the addition of a "gallery" violates MOS. Read the first sentence of WP:GALLERY: "In articles that have several images, they are typically placed individually near the relevant text (see MOS:IMAGELOCATION). Wikipedia is not an image repository. A gallery is not a tool to shoehorn images into an article, and a gallery consisting of an indiscriminate collection of images of the article subject should generally either be improved in accordance with the below paragraphs or moved to Wikimedia Commons."

There are already enough amount of images to showcase the basic functionality and environment of Windows 1.0, the addition of a gallery of images is not helpful. Vacant0 (talk) 09:39, 3 July 2022 (UTC)

A Commons file used on this page or its Wikidata item has been nominated for deletion

The following Wikimedia Commons file used on this page or its Wikidata item has been nominated for deletion:

Participate in the deletion discussion at the nomination page. —Community Tech bot (talk) 18:52, 6 September 2022 (UTC)

This is not real: https://en.wikipedia.org/wiki/Windows_2.0x#/media/File:Windows_logo_and_wordmark_-_(1985-1989).svg

Note the description:

Logo of Microsoft Windows 1.0

Original work: Microsoft - Original work: Moreau, Sam (17 February 2012). Redesigning the Windows Logo. Blogging Windows. Microsoft. Retrieved on 15 February 2013. This work: http://www.brandsoftheworld.com/

Because of the articles for this and windows 2.0 - a large portion of the internet falsely believes that's a real logo. 71.193.166.82 (talk) 23:36, 7 March 2023 (UTC)

It is the logo, see this. Vacant0 (talk) 09:34, 10 April 2023 (UTC)

Merge from Windows 1.0 BYTE demo

The following discussion is closed. Please do not modify it. Subsequent comments should be made in a new section. A summary of the conclusions reached follows.
Done on June 12 by others. -- P 1 9 9   13:23, 13 June 2023 (UTC)

The Windows 1.0 BYTE demo article is not notable by itself, is needless content forking, and is integral part of the main topic. That tiny article can easily be merged here. -- P 1 9 9   17:39, 9 June 2023 (UTC)

The discussion above is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.

The redirect Windows 1.0 BYTE demo has been listed at redirects for discussion to determine whether its use and function meets the redirect guidelines. Readers of this page are welcome to comment on this redirect at Wikipedia:Redirects for discussion/Log/2023 June 13 § Windows 1.0 BYTE demo until a consensus is reached. TartarTorte 17:53, 13 June 2023 (UTC)