AARoads Forum

Non-Road Boards => Off-Topic => Topic started by: SteveG1988 on September 30, 2014, 04:17:48 PM

Title: Windows 10 Announced
Post by: SteveG1988 on September 30, 2014, 04:17:48 PM
http://winsupersite.com/windows/microsoft-announces-windows-10
Title: Re: Windows 10 Announced
Post by: hotdogPi on September 30, 2014, 04:19:10 PM
It's the same Windows 8. Nothing changed, except the change from decimal to octal.

(just kidding)
Title: Re: Windows 10 Announced
Post by: SteveG1988 on September 30, 2014, 05:04:45 PM
Quote from: 1 on September 30, 2014, 04:19:10 PM
It's the same Windows 8. Nothing changed, except the change from decimal to octal.

(just kidding)

It is windows 8 with a more desktop friendly UI.
Title: Re: Windows 10 Announced
Post by: vdeane on September 30, 2014, 05:21:27 PM
Quotehe noted that this isn't an incremental release
What is MS smoking?  This is totally an incremental release, especially compared to 8.  Seriously, the number of differences between 8.1 and 10 is comparable to the amount of differences between vanilla XP and SP2.
Title: Re: Windows 10 Announced
Post by: NJRoadfan on September 30, 2014, 06:22:56 PM
Heh, an Alanland-ish post appeared on slashdot in response: http://tech.slashdot.org/comments.pl?sid=5774369&cid=48029351
Title: Re: Windows 10 Announced
Post by: algorerhythms on September 30, 2014, 06:56:28 PM
I hear that in Windows 24, Microsoft will finally give in to public demands to bring back Program Manager.
Title: Re: Windows 10 Announced
Post by: riiga on September 30, 2014, 07:02:29 PM
"The command prompt is being updated to support universal keyboard commands and actions (like SHIFT selection and CTRL + C for Copy)."
Well, at least something good came out of it.
Title: Re: Windows 10 Announced
Post by: vdeane on October 01, 2014, 01:32:33 PM
Quote from: algorerhythms on September 30, 2014, 06:56:28 PM
I hear that in Windows 24, Microsoft will finally give in to public demands to bring back Program Manager.
Come to think of it, the start screen and Program Manager are eerily similar.  And to think my comparisons to Windows 2.0 came from the color scheme and full screen/split screen-only apps...
Title: Re: Windows 10 Announced
Post by: Thing 342 on October 01, 2014, 09:40:48 PM
Quote from: vdeane on September 30, 2014, 05:21:27 PM
Quotehe noted that this isn't an incremental release
What is MS smoking?  This is totally an incremental release, especially compared to 8.  Seriously, the number of differences between 8.1 and 10 is comparable to the amount of differences between vanilla XP and SP2.
I have heard that the "real" reason for the skip of 9 was because of the number of older programs doing this:

if(version.startsWith("Windows 9"))
{
/* Windows 95/98 */
}
Title: Re: Windows 10 Announced
Post by: vdeane on October 02, 2014, 12:52:17 PM
Yeesh.  Using the kernel version would be more reliable, though those now look a little odd with the present naming scheme:
Vista: 6.0
7: 6.1
8: 6.2
Title: Re: Windows 10 Announced
Post by: jeffandnicole on October 02, 2014, 01:44:14 PM
If Windows went from 1 to 2 to 3 to 4...then 9 would follow 8. 

Since Windows has gone from 95 to 98 to 2000 to XE to 7 to 8 (and I'm sure I missed something there)...there's not much in the way of sequential numbering for them to worry about, and the public doesn't necessarily expect it either.

Windows 9 sounds like a system where you know there will be a Windows 10, so people may wait to purchase Windows 10.

Windows 10 is a nice round number, so it must be important, and more people must have it.

Title: Re: Windows 10 Announced
Post by: JREwing78 on October 02, 2014, 11:35:20 PM
I go with the theory that Windows 7 ate 9. ;-)
Title: Re: Windows 10 Announced
Post by: Laura on October 02, 2014, 11:44:12 PM
Perhaps they went with 10 because it would cause a problem in coding with the 9 having already been used as part of 95 and 98?

ETA: pretty much this...(facepalm)  :banghead:

Quote from: Thing 342 on October 01, 2014, 09:40:48 PM
Quote from: vdeane on September 30, 2014, 05:21:27 PM
Quotehe noted that this isn't an incremental release
What is MS smoking?  This is totally an incremental release, especially compared to 8.  Seriously, the number of differences between 8.1 and 10 is comparable to the amount of differences between vanilla XP and SP2.
I have heard that the "real" reason for the skip of 9 was because of the number of older programs doing this:

if(version.startsWith("Windows 9"))
{
/* Windows 95/98 */
}

Title: Re: Windows 10 Announced
Post by: SteveG1988 on October 03, 2014, 07:25:08 AM
Quote from: Laura on October 02, 2014, 11:44:12 PM
Perhaps they went with 10 because it would cause a problem in coding with the 9 having already been used as part of 95 and 98?

ETA: pretty much this...(facepalm)  :banghead:

Quote from: Thing 342 on October 01, 2014, 09:40:48 PM
Quote from: vdeane on September 30, 2014, 05:21:27 PM
Quotehe noted that this isn't an incremental release
What is MS smoking?  This is totally an incremental release, especially compared to 8.  Seriously, the number of differences between 8.1 and 10 is comparable to the amount of differences between vanilla XP and SP2.
I have heard that the "real" reason for the skip of 9 was because of the number of older programs doing this:

if(version.startsWith("Windows 9"))
{
/* Windows 95/98 */
}



Yeah...That is actually a problem windows has had for a while. Vista "Compatability" Issues that 7 "Fixed" was due to this. basically Xp was windows 5.1, Vista was windows 6.0, 7 was windows 6.1, 8 is 6.2, Programs were looking at 5.x on vista. Internally tho windows 9x was windows 4.xx so the name of the OS itself doesn't matter, but it is a good point to bring up.

95=    4.00

98=    4.10

98se= 4.10.2222

Me= 4.90
NT 4=4.0

2000=NT5 (win 5.0)

Xp= 5.1

Server 2003=5.2

Vista=6.0

7=6.1

8=6.2

8.1=6.3

10=6.4 (so far)
Title: Re: Windows 10 Announced
Post by: webfil on October 03, 2014, 12:25:19 PM
Quote from: Thing 342 on October 01, 2014, 09:40:48 PM
I have heard that the "real" reason for the skip of 9 was because of the number of older programs doing this:

if(version.startsWith("Windows 9"))
{
/* Windows 95/98 */
}

We're lucky that no Windows versions were released between year 486 A.D. and year 1452. Windows 1024 would have created a real mess here.
Title: Re: Windows 10 Announced
Post by: kkt on October 03, 2014, 01:28:01 PM
Quote from: jeffandnicole on October 02, 2014, 01:44:14 PM
Since Windows has gone from 95 to 98 to 2000 to XE to 7 to 8 (and I'm sure I missed something there)...

Well, you skipped over Windows ME, but I wouldn't say you were missing it....
Title: Re: Windows 10 Announced
Post by: ET21 on October 03, 2014, 03:34:11 PM
Quote from: kkt on October 03, 2014, 01:28:01 PM
Quote from: jeffandnicole on October 02, 2014, 01:44:14 PM
Since Windows has gone from 95 to 98 to 2000 to XE to 7 to 8 (and I'm sure I missed something there)...

Well, you skipped over Windows ME, but I wouldn't say you were missing it....

I lived through Windows ME, but I never used a computer that had this OS (went from 95 to 98 to XP to Windows 7). What was ME?
Title: Re: Windows 10 Announced
Post by: corco on October 03, 2014, 03:42:56 PM
Quote from: ET21 on October 03, 2014, 03:34:11 PM
Quote from: kkt on October 03, 2014, 01:28:01 PM
Quote from: jeffandnicole on October 02, 2014, 01:44:14 PM
Since Windows has gone from 95 to 98 to 2000 to XE to 7 to 8 (and I'm sure I missed something there)...

Well, you skipped over Windows ME, but I wouldn't say you were missing it....

I lived through Windows ME, but I never used a computer that had this OS (went from 95 to 98 to XP to Windows 7). What was ME?

Windows 98 with a Windows 2000-like appearance package that fried hard drives.
Title: Re: Windows 10 Announced
Post by: ET21 on October 03, 2014, 03:45:12 PM
Quote from: corco on October 03, 2014, 03:42:56 PM
Quote from: ET21 on October 03, 2014, 03:34:11 PM
Quote from: kkt on October 03, 2014, 01:28:01 PM
Quote from: jeffandnicole on October 02, 2014, 01:44:14 PM
Since Windows has gone from 95 to 98 to 2000 to XE to 7 to 8 (and I'm sure I missed something there)...

Well, you skipped over Windows ME, but I wouldn't say you were missing it....

I lived through Windows ME, but I never used a computer that had this OS (went from 95 to 98 to XP to Windows 7). What was ME?

Windows 98 with a Windows 2000-like appearance package that fried hard drives.

No wonder it was useless haha
Title: Re: Windows 10 Announced
Post by: kkt on October 03, 2014, 04:38:52 PM
Quote from: ET21 on October 03, 2014, 03:34:11 PM
Quote from: kkt on October 03, 2014, 01:28:01 PM
Quote from: jeffandnicole on October 02, 2014, 01:44:14 PM
Since Windows has gone from 95 to 98 to 2000 to XE to 7 to 8 (and I'm sure I missed something there)...

Well, you skipped over Windows ME, but I wouldn't say you were missing it....

I lived through Windows ME, but I never used a computer that had this OS (went from 95 to 98 to XP to Windows 7). What was ME?

Yeah, Windows 98 only it crashed even more often.  It was rushed out the door when Windows 2000 turned out to demand more expensive hardware than most consumers and small businesses were willing to pay for.  I remember something about additional features for media, but nothing that wasn't available in free addons for Windows 98.

Another explanation:  http://xkcd.com/323/ (http://xkcd.com/323/)
Title: Re: Windows 10 Announced
Post by: Brandon on October 03, 2014, 04:44:44 PM
Quote from: webfil on October 03, 2014, 12:25:19 PM
Quote from: Thing 342 on October 01, 2014, 09:40:48 PM
I have heard that the "real" reason for the skip of 9 was because of the number of older programs doing this:

if(version.startsWith("Windows 9"))
{
/* Windows 95/98 */
}

We're lucky that no Windows versions were released between year 486 A.D. and year 1452. Windows 1024 would have created a real mess here.

We're just luck Microsoft isn't in charge of exit numbering somewhere.

"Let's see, exit 3.1 is followed by exit 3.5, by exit 95, then exit 98.  Now we have have exit ME and exit XP, followed by exit Vista.  Then, bizarrely, we have exits 7 and 8."
Title: Re: Windows 10 Announced
Post by: SteveG1988 on October 03, 2014, 05:15:16 PM
Quote from: kkt on October 03, 2014, 04:38:52 PM
Quote from: ET21 on October 03, 2014, 03:34:11 PM
Quote from: kkt on October 03, 2014, 01:28:01 PM
Quote from: jeffandnicole on October 02, 2014, 01:44:14 PM
Since Windows has gone from 95 to 98 to 2000 to XE to 7 to 8 (and I'm sure I missed something there)...

Well, you skipped over Windows ME, but I wouldn't say you were missing it....

I lived through Windows ME, but I never used a computer that had this OS (went from 95 to 98 to XP to Windows 7). What was ME?

Yeah, Windows 98 only it crashed even more often.  It was rushed out the door when Windows 2000 turned out to demand more expensive hardware than most consumers and small businesses were willing to pay for.  I remember something about additional features for media, but nothing that wasn't available in free addons for Windows 98.

Another explanation:  http://xkcd.com/323/ (http://xkcd.com/323/)



Real reason:
There were to be windows Neptune and Odyssey, two code names for NT based Pro/Home Operating systems. Neptune was to be the home version, odyssey to be the pro version. Microsoft merged the two teams onto the Whistler project, which became windows Xp.


Windows ME was a stopgap version.
Title: Re: Windows 10 Announced
Post by: Pink Jazz on October 03, 2014, 06:06:54 PM
Neptune was supposed to be the consumer version of 2000.  However, I am not sure if it would have fared any better than Windows ME in the marketplace.  With Windows ME, the main issue was instability due pushing the old DOS core too far.  However, had Microsoft released Neptune instead, the issues would have possibly been shifted from instability to incompatibility with consumer level software and hardware designed for Windows 9x.  This wasn't much of an issue for the release of 2000 for the business market since most were using Windows NT 4.0 which was already NT based.  However, to move from a DOS-based version to an NT-based version at the consumer level without compatibility layers would have opened up a lot of compatibility problems.  These compatibility layers were not included until the release of Windows XP.

By releasing Neptune, it could have been a pretty similar situation that Microsoft experienced with the upgrade from XP to Vista, as Vista was incompatible with a lot of software and hardware designed for XP.  Windows ME's problem on the other hand was not incompatibility with older software and hardware, but instability due to pushing the old DOS core too far.
Title: Re: Windows 10 Announced
Post by: vdeane on October 03, 2014, 06:40:57 PM
The history of Windows is weird.  It was originally a GUI for DOS.  This continued through Windows 1.0, 1.1, 2.0, 3.0, 3.1, and Windows for Workgroups 3.11.  Microsoft had created a standalone OS called OS/2 in collaboration with IBM, but when this relationship went sour, they revamped the product into Windows NT 3.5.  This line continued with NT 4.0 and NT 5.0 (more commonly known as Windows 2000).  The old DOS-based line continued with 95, 98, 98 SE, and then finally died with ME.  The NT line was then rebranded and continued with XP, XP SP2, Server 2003, Vista, Server 2008, 7, 8, Server 2012, 8.1, and 10.  Technically the product called "Windows" died long ago, but the name lives on.
Title: Re: Windows 10 Announced
Post by: Pete from Boston on October 03, 2014, 07:36:35 PM
I remember the early, pre-3 versions of Windows.  It was all but useless because software wasn't written to take advantage if it then.  I had to order a run-time version because I had purchased the game "Balance of Power," which bizarrely was released for Windows at a time when almost nobody had Windows. 

The day Windows 3.0 came out there was the kind of marketing and news wave that currently accompanies iPhone releases.  I remember being stunned that suddenly everyone was this interested in so clunky and limited a program, but of course, the clunkiness and limitation was changing. 
Title: Re: Windows 10 Announced
Post by: kkt on October 03, 2014, 07:40:31 PM
Quote from: vdeane on October 03, 2014, 06:40:57 PM
The history of Windows is weird.  It was originally a GUI for DOS.  This continued through Windows 1.0, 1.1, 2.0, 3.0, 3.1, and Windows for Workgroups 3.11.  Microsoft had created a standalone OS called OS/2 in collaboration with IBM, but when this relationship went sour, they revamped the product into Windows NT 3.5.  This line continued with NT 4.0 and NT 5.0 (more commonly known as Windows 2000).  The old DOS-based line continued with 95, 98, 98 SE, and then finally died with ME.  The NT line was then rebranded and continued with XP, XP SP2, Server 2003, Vista, Server 2008, 7, 8, Server 2012, 8.1, and 10.  Technically the product called "Windows" died long ago, but the name lives on.

Windows NT was not a revamping of OS/2, it was a rewrite of Digital Equipment Corporation's VMS, which was the OS for the VAX supermini.  DEC's Cutler and most of his group left DEC for Microsoft, both DEC and Microsoft got to use the Windows NT code, although DEC wasn't able to market it for their hardware very successfully.

IBM stopped developing and marketing OS/2, but continued supporting it for existing customers for quite a while.  I'm not sure if they still are.

Title: Re: Windows 10 Announced
Post by: corco on October 03, 2014, 09:07:06 PM
Quote from: Pete from Boston on October 03, 2014, 07:36:35 PM
I remember the early, pre-3 versions of Windows.  It was all but useless because software wasn't written to take advantage if it then.  I had to order a run-time version because I had purchased the game "Balance of Power," which bizarrely was released for Windows at a time when almost nobody had Windows. 

The day Windows 3.0 came out there was the kind of marketing and news wave that currently accompanies iPhone releases.  I remember being stunned that suddenly everyone was this interested in so clunky and limited a program, but of course, the clunkiness and limitation was changing. 

I was obviously fairly young when 3.1 was still in widespread use, but I remember it being a pretty solid operating system. It was a big upgrade over the DOS machines my parents had me use when I was really little (my Mom would have me enter formulas on Lotus 1-2-3 on DOS as early as like 1991 to learn both math and computers), and it seemed to do its job well without any flash or flare. I remember a friend of mine got Windows 95 in 1995, and it seemed like really, really cool and flashy, but once we got it at our house and started using it, it just seemed like it crashed all the time.

If nothing else, 3.1 brought to light the idea that you NEED a GUI. My parents were using straight up DOS machines until about 1993, when we got an NEC home PC when my Mom went from telecommuting to not working and had to turn in her company laptop. I think my Dad may have had just DOS on his company laptop even after that- he didn't have Windows 95 until 1997 on his company laptop.

Windows 3.1 also caused my Mom, a computer science major in 1980, to go from being a computer expert to really not knowing much about computers. She was a DOS wizard, but never really caught on to the GUI.
Title: Re: Windows 10 Announced
Post by: Roadrunner75 on October 03, 2014, 09:14:47 PM
Before I had Windows and even DOS, I had GEOS on my Commodore 64 (with mouse), which looked somewhat like Windows:
http://en.wikipedia.org/wiki/GEOS_(8-bit_operating_system) (http://en.wikipedia.org/wiki/GEOS_(8-bit_operating_system))

The fun part was clicking on just about any icon and then being asked to insert another GEOS floppy disk so you can load that particular application.  Kind of disrupts the flow a little bit...


Title: Re: Windows 10 Announced
Post by: vdeane on October 04, 2014, 03:42:59 PM
I grew up on Windows 3.1 (technically WfW 3.11).  It sure was quite a change to have to learn the start menu when Dad upgraded to Windows 98 SE!

Quote from: kkt on October 03, 2014, 07:40:31 PM
Quote from: vdeane on October 03, 2014, 06:40:57 PM
The history of Windows is weird.  It was originally a GUI for DOS.  This continued through Windows 1.0, 1.1, 2.0, 3.0, 3.1, and Windows for Workgroups 3.11.  Microsoft had created a standalone OS called OS/2 in collaboration with IBM, but when this relationship went sour, they revamped the product into Windows NT 3.5.  This line continued with NT 4.0 and NT 5.0 (more commonly known as Windows 2000).  The old DOS-based line continued with 95, 98, 98 SE, and then finally died with ME.  The NT line was then rebranded and continued with XP, XP SP2, Server 2003, Vista, Server 2008, 7, 8, Server 2012, 8.1, and 10.  Technically the product called "Windows" died long ago, but the name lives on.

Windows NT was not a revamping of OS/2, it was a rewrite of Digital Equipment Corporation's VMS, which was the OS for the VAX supermini.  DEC's Cutler and most of his group left DEC for Microsoft, both DEC and Microsoft got to use the Windows NT code, although DEC wasn't able to market it for their hardware very successfully.

IBM stopped developing and marketing OS/2, but continued supporting it for existing customers for quite a while.  I'm not sure if they still are.


Wikipedia disagrees (http://en.wikipedia.org/wiki/Windows_NT#Development)
Title: Re: Windows 10 Announced
Post by: kkt on October 04, 2014, 06:36:14 PM
Quote from: vdeane on October 04, 2014, 03:42:59 PM
I grew up on Windows 3.1 (technically WfW 3.11).  It sure was quite a change to have to learn the start menu when Dad upgraded to Windows 98 SE!

Quote from: kkt on October 03, 2014, 07:40:31 PM
Quote from: vdeane on October 03, 2014, 06:40:57 PM
The history of Windows is weird.  It was originally a GUI for DOS.  This continued through Windows 1.0, 1.1, 2.0, 3.0, 3.1, and Windows for Workgroups 3.11.  Microsoft had created a standalone OS called OS/2 in collaboration with IBM, but when this relationship went sour, they revamped the product into Windows NT 3.5.  This line continued with NT 4.0 and NT 5.0 (more commonly known as Windows 2000).  The old DOS-based line continued with 95, 98, 98 SE, and then finally died with ME.  The NT line was then rebranded and continued with XP, XP SP2, Server 2003, Vista, Server 2008, 7, 8, Server 2012, 8.1, and 10.  Technically the product called "Windows" died long ago, but the name lives on.

Windows NT was not a revamping of OS/2, it was a rewrite of Digital Equipment Corporation's VMS, which was the OS for the VAX supermini.  DEC's Cutler and most of his group left DEC for Microsoft, both DEC and Microsoft got to use the Windows NT code, although DEC wasn't able to market it for their hardware very successfully.

IBM stopped developing and marketing OS/2, but continued supporting it for existing customers for quite a while.  I'm not sure if they still are.


Wikipedia disagrees (http://en.wikipedia.org/wiki/Windows_NT#Development)

For heaven's sake.  From the Wikipedia article you link to:

QuoteMicrosoft hired a group of developers from Digital Equipment Corporation led by Dave Cutler to build Windows NT, and many elements of the design reflect earlier DEC experience with Cutler's VMS[19] and RSX-11. The operating system was designed to run on multiple instruction set architectures and multiple hardware platforms within each architecture.

And see all of http://windowsitpro.com/windows-client/windows-nt-and-vms-rest-story (http://windowsitpro.com/windows-client/windows-nt-and-vms-rest-story), especially:

(In 1975,)
QuoteCutler was part of the initial VAX development team. Digital had charged Cutler, along with Dick Hustvedt and Peter Lipman, with designing VAX's OS, VMS.

QuoteIn 1981, Cutler threatened to leave Digital. To retain its star developer, Digital gave Cutler about 200 hardware and software engineers. Cutler moved his group to Seattle and started a development center.

QuoteIn August 1988, Bill Gates hired Cutler. One of Cutler's conditions for moving to Microsoft was that he could bring around 20 former Digital employees with him

QuoteMicrosoft's internal project name for the new OS was OS/2 NT, because Microsoft's intention was for the new OS to succeed OS/2 yet retain the OS/2 API as its primary interface. The success of Windows 3.0 in April 1990 altered Microsoft's thinking and its relationship with IBM. Six weeks after Microsoft released Windows 3.0, Microsoft renamed OS/2 NT as Windows NT, and designated the Win32 API (a 32-bit evolution of Windows 3.0's 16-bit API) NT's official API. Gates decided that compatibility with the 16-bit Windows API and the ability to run Windows 3.x applications unmodified were NT's paramount goals, in addition to support for portions of the DOS, OS/2, and POSIX APIs.

QuoteMost of NT's core designers had worked on and with VMS at Digital; some had worked directly with Cutler. How could these developers prevent their VMS design decisions from affecting their design and implementation of NT? Many users believe that NT's developers carried concepts from VMS to NT, but most don't know just how similar NT and VMS are at the kernel level

QuoteIn developing NT, these designers rewrote VMS in C, cleaning up, tuning, tweaking, and adding some new functionality and capabilities as they went. This statement is in danger of trivializing their efforts; after all, the designers built a new API (i.e., Win32), a new file system (i.e., NTFS), and a new graphical interface subsystem and administrative environment while maintaining backward compatibility with DOS, OS/2, POSIX, and Win16. Nevertheless, the migration of VMS internals to NT was so thorough that within a few weeks of NT's release, Digital engineers noticed the striking similarities.

Quote
"Why the Fastest Chip Didn't Win" (Business Week, April 28, 1997) states that when Digital engineers noticed the similarities between VMS and NT, they brought their observations to senior management. Rather than suing, Digital cut a deal with Microsoft. In the summer of 1995, Digital announced Affinity for OpenVMS, a program that required Microsoft to help train Digital NT technicians, help promote NT and Open-VMS as two pieces of a three-tiered client/server networking solution, and promise to maintain NT support for the Alpha processor. Microsoft also paid Digital between 65 million and 100 million dollars.

The Evolution of NT and VMS
Although Microsoft presents NT as a homegrown OS, NT is actually much older than its official 1993 birthdate. NT contains architectural and design influences from another company's flagship OS. Interestingly, throughout the 1990s, Digital introduced many NT features to VMS, and Microsoft has added VMS developments to NT. For example, VMS featured native clustering support in 1984, and 64-bit memory and system APIs in 1996. Microsoft did not introduce clustering support to NT until late last year­and only on a limited scale­and several years might pass before Microsoft releases 64-bit NT. Reciprocally, Microsoft released NT's first version with support for kernel-mode threads, system-wide event logging, and a configuration database called the Registry. VMS introduced kernal-mode threads in VMS 7.0 in 1995, and VMS 7.2 will include NT-style event logging and a Registry.
Title: Re: Windows 10 Announced
Post by: Pete from Boston on October 05, 2014, 11:01:59 AM

Quote from: Roadrunner75 on October 03, 2014, 09:14:47 PMThe fun part was clicking on just about any icon and then being asked to insert another GEOS floppy disk so you can load that particular application.  Kind of disrupts the flow a little bit...

This describes a lot of the Commodore 64 experience with any application more than a little complex.  Pre-HD PC experience, too. 
Title: Re: Windows 10 Announced
Post by: vdeane on October 05, 2014, 02:55:37 PM
Quote from: kkt on October 04, 2014, 06:36:14 PM
Quote from: vdeane on October 04, 2014, 03:42:59 PM
I grew up on Windows 3.1 (technically WfW 3.11).  It sure was quite a change to have to learn the start menu when Dad upgraded to Windows 98 SE!

Quote from: kkt on October 03, 2014, 07:40:31 PM
Quote from: vdeane on October 03, 2014, 06:40:57 PM
The history of Windows is weird.  It was originally a GUI for DOS.  This continued through Windows 1.0, 1.1, 2.0, 3.0, 3.1, and Windows for Workgroups 3.11.  Microsoft had created a standalone OS called OS/2 in collaboration with IBM, but when this relationship went sour, they revamped the product into Windows NT 3.5.  This line continued with NT 4.0 and NT 5.0 (more commonly known as Windows 2000).  The old DOS-based line continued with 95, 98, 98 SE, and then finally died with ME.  The NT line was then rebranded and continued with XP, XP SP2, Server 2003, Vista, Server 2008, 7, 8, Server 2012, 8.1, and 10.  Technically the product called "Windows" died long ago, but the name lives on.

Windows NT was not a revamping of OS/2, it was a rewrite of Digital Equipment Corporation's VMS, which was the OS for the VAX supermini.  DEC's Cutler and most of his group left DEC for Microsoft, both DEC and Microsoft got to use the Windows NT code, although DEC wasn't able to market it for their hardware very successfully.

IBM stopped developing and marketing OS/2, but continued supporting it for existing customers for quite a while.  I'm not sure if they still are.


Wikipedia disagrees (http://en.wikipedia.org/wiki/Windows_NT#Development)

For heaven's sake.  From the Wikipedia article you link to:

QuoteMicrosoft hired a group of developers from Digital Equipment Corporation led by Dave Cutler to build Windows NT, and many elements of the design reflect earlier DEC experience with Cutler's VMS[19] and RSX-11. The operating system was designed to run on multiple instruction set architectures and multiple hardware platforms within each architecture.

And see all of http://windowsitpro.com/windows-client/windows-nt-and-vms-rest-story (http://windowsitpro.com/windows-client/windows-nt-and-vms-rest-story), especially:

(In 1975,)
QuoteCutler was part of the initial VAX development team. Digital had charged Cutler, along with Dick Hustvedt and Peter Lipman, with designing VAX's OS, VMS.

QuoteIn 1981, Cutler threatened to leave Digital. To retain its star developer, Digital gave Cutler about 200 hardware and software engineers. Cutler moved his group to Seattle and started a development center.

QuoteIn August 1988, Bill Gates hired Cutler. One of Cutler's conditions for moving to Microsoft was that he could bring around 20 former Digital employees with him

QuoteMicrosoft's internal project name for the new OS was OS/2 NT, because Microsoft's intention was for the new OS to succeed OS/2 yet retain the OS/2 API as its primary interface. The success of Windows 3.0 in April 1990 altered Microsoft's thinking and its relationship with IBM. Six weeks after Microsoft released Windows 3.0, Microsoft renamed OS/2 NT as Windows NT, and designated the Win32 API (a 32-bit evolution of Windows 3.0's 16-bit API) NT's official API. Gates decided that compatibility with the 16-bit Windows API and the ability to run Windows 3.x applications unmodified were NT's paramount goals, in addition to support for portions of the DOS, OS/2, and POSIX APIs.

QuoteMost of NT's core designers had worked on and with VMS at Digital; some had worked directly with Cutler. How could these developers prevent their VMS design decisions from affecting their design and implementation of NT? Many users believe that NT's developers carried concepts from VMS to NT, but most don't know just how similar NT and VMS are at the kernel level

QuoteIn developing NT, these designers rewrote VMS in C, cleaning up, tuning, tweaking, and adding some new functionality and capabilities as they went. This statement is in danger of trivializing their efforts; after all, the designers built a new API (i.e., Win32), a new file system (i.e., NTFS), and a new graphical interface subsystem and administrative environment while maintaining backward compatibility with DOS, OS/2, POSIX, and Win16. Nevertheless, the migration of VMS internals to NT was so thorough that within a few weeks of NT's release, Digital engineers noticed the striking similarities.

Quote
"Why the Fastest Chip Didn't Win" (Business Week, April 28, 1997) states that when Digital engineers noticed the similarities between VMS and NT, they brought their observations to senior management. Rather than suing, Digital cut a deal with Microsoft. In the summer of 1995, Digital announced Affinity for OpenVMS, a program that required Microsoft to help train Digital NT technicians, help promote NT and Open-VMS as two pieces of a three-tiered client/server networking solution, and promise to maintain NT support for the Alpha processor. Microsoft also paid Digital between 65 million and 100 million dollars.

The Evolution of NT and VMS
Although Microsoft presents NT as a homegrown OS, NT is actually much older than its official 1993 birthdate. NT contains architectural and design influences from another company's flagship OS. Interestingly, throughout the 1990s, Digital introduced many NT features to VMS, and Microsoft has added VMS developments to NT. For example, VMS featured native clustering support in 1984, and 64-bit memory and system APIs in 1996. Microsoft did not introduce clustering support to NT until late last year­and only on a limited scale­and several years might pass before Microsoft releases 64-bit NT. Reciprocally, Microsoft released NT's first version with support for kernel-mode threads, system-wide event logging, and a configuration database called the Registry. VMS introduced kernal-mode threads in VMS 7.0 in 1995, and VMS 7.2 will include NT-style event logging and a Registry.

You missed the key sentence of that Wikipedia article:
QuoteWhen development started in November 1989, Windows NT was to be known as OS/2 3.0,[17] the third version of the operating system developed jointly by Microsoft and IBM.
The later bringing on of people from VMS does explain why the first version of NT was 3.5, but the version number betrays its origins in the OS/2 product line.  Reading the stuff you posted, it doesn't look like any similarity with VMS was intended by Microsoft; rather, it was a shortcut the hired developers took rather than re-invent the wheel.
Title: Re: Windows 10 Announced
Post by: NJRoadfan on October 07, 2014, 11:25:34 PM
The first version of Windows NT was 3.1, mostly to keep it in sync with Windows 3.1. Despite the claims it was a rewrite of VMS, NT could run 16-bit text based OS/2 programs and read its HPFS file system all the way up to NT 4.0. NT itself wasn't even designed to run on x86 CPUs, its target was RISC platforms originally. The port came later when Microsoft realized x86 wasn't going anywhere.
Title: Windows X Announced
Post by: Molandfreak on October 10, 2014, 12:59:26 AM
inb4 apple sues.