Windows XP 64-Bit Customer Preview Program
MBCook writes "I just notice that Microsoft has a new Windows XP 64-Bit Customer Preview Program starting today (February 3rd). If you have a AMD Opteron or Athlon64, you can go to the download page to get your copy. It's a pre-release copy that will expire in 360 days (which probably means the final will be out by then). Now Intel just changed their 64-bit plans, and all of a sudden this appears. Speculate away!"
"I just notice" that this post wasn't proofed before it was posted.
CB
free ipod and free gmail!
I wonder if a 64 bit OS will make any performance difference for the average desktop user. Since its not like any normal people have more than a gig of ram anyways. Is it possible that it could even slow down 32 bit apps?
We don' need no stinkin' speculation, why this is as obvious as a cow on a haystack!
Seriously, just what grounds do you need for bringing charges of industrial manipulation of the market by the two largest players ? Ok, there's no evidence (yet!), but just how thin can you stretch credulity before SNAP! ?
Simon
Physicists get Hadrons!
If Intel can't stay compatible with AMD's lineup they could end up behind. That would certainly be a first for Intel.
Intel and Microsoft may or may not have a business deal to promote Intel's 64-bit processors. Microsoft wouldn't do this for AMD, because splitting the processor targets would cost Microsoft money. Developing for two processors is more expensive than developing for one. There's no need to delve into anti-corporate mumbo-jumbo to explain this one. It's simple economics, and probably good business from Bill Gates' point of view.
--Guns don't kill people, abortion clinics kill people.
I speculate in a couple days Microsoft will deny this release exists, as they suddenly pull it to give their old cartel partner a chance to catch up and save face.
Consider this:
Microsoft has an evaluation operating system for the Yamhill before Intel actually ships. That doesn't just look like they've been playing patty-cake, but that Intel is running to keep up with AMD. How embarrassing. What's Moore's Law got to say about this? "Every 2 years Intel will get a little further behind where they need to be, by an ever increasing margin until operating systems exists for processors they haven't even designed yet."
A feeling of having made the same mistake before: Deja Foobar
I appreciate the link to Microsoft's website. I've been looking all over for that thing and haven't had any luck finding it. You've saved me from a lot more time spent searching, my friend.
Very crisp. Despite the double memory/instruction access time created by accessing words twice the size of the 32-bit chips, I think they're using the new chaining instruction set to double or triple most of their refresh operations. And it's still got Solitare.
Try not. Do or do not, there is no try.
-- Dr. Spock, stardate 2822-3.
Will the AMD64 build include Windows Media Player? It was left out of the IA64 version due to what I can only assume are 64-bit cleanliness issues with the DirectShow API and WMP code. I can only assume that an AMD64 build would allow 32-bit builds of DirectShow and WMP which execute through the WoW abstraction layer.
Windows XP 64-Bit Edition is designed to address the most demanding needs of technical workstation users who require large amounts of memory
System Requirements:
PC with an AMD Athlon64 or Opteron processor
256MB RAM
Yeah, I know they're minimum requirements, but it's amusing to think that anyone who needed this OS would actually have to refer to them.
The coolest voice ever.
We'll probaly have to wait for the next "killer app" (god I hate that phrase) before it becomes mainstream for desktop users. I can't see a need for it on the desktop just yet. Big database clusters on the other hand...
Micrososft is doing this to keep us distracted away from Linux until Longhorn comes out. Two years is a long time, so we can always expect bits and pieces of "neato" stuff in the meantime.
What?
It makes perfect sense, everyone knows about the Wintel relationship, that's why Microsoft hasn't made an operating system to run on an apple computer, and has also stopped the flow of any apps that help to do so *ala, virtual pc*, even though apple's hardware is far superior.
I think the move of Microsoft to put G5's in the Xbox2 will start to shift this although.. Microsoft as well as anyone knows they can't continue to be architecture dependent especially in this new world. AMD has quite a good 64 bit chip now, so does IBM (and from that, Apple). The beauty of killing the old 9x Kernel allows for this, as the NT kernel was designed originally to run on different kind of archetectures, even when the design of 9x was still going on.
Basically.. Microsoft is gearing itself to extend it's hold on computing before it's grip becomes too weak to even matter, no speculation required.
"Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
I went to the site and odered a copy of the CD. First Microsoft OS I have bought for many years, but for $US7.95 (including international delivery) the price is quite reasonable and comparable to the competition.
It's build 1069. That's the build they gave us back at the AMD Athlon 64 release event back in September. There are newer builds that are supposed to be better (there's a guy on AMDZone.com that has 1169)...
Basically, if you want to mess with this, go ahead, but there's a LOT of stuff missing and good luck getting drivers for any of your hardware!
I still recall reading the article in Wired magazine a few months back. A company approached them with an offer to provide them perfect diamond wafers (produced at less then $5/wafer) and Intel did not take the offer because they have not gotten their full investment back on the silicon. So given that they refused to have an easy method of increasing their processor spead by a very big number, it is not surprising that they still haven't gotten 64 bit over AMD... Shame, Intel used to be the best. -A
I mod down so you can mod up. Your welcome.
I suppose it means windows will take 1/2 the time to crash and at least twice as long to write out dump files
Rus
CPanel + Root from $35/mo - 10% off with discount code SLASHDOT
Damn, I never get it straight. Is this software free as in speech or free as in beer? Since the software is only good for about a year, I'd guess this is free as in beer, because my beer has an expiration date too. But does that mean Linux is free as in speech because it doesn't have an expiry? Of course some really skunky beers don't either. Now, can you have free as in beer in a cathedral? All the cathedrals I've been too serve wine. So is this free Windows free as in wine?
See, it's this kind of thing that is holding up the adoption of Linux. It's too confusing.
FLR
I don't read too much into this; Microsoft already told Intel that they (Intel) will in fact stay compatible with AMD because they will not be releasing three separate 64-bit editions of their operating systems (Itanium, x86-64, ???).
In this case, I think the monopoly is working for us in preventing Intel from fracturing the market, which I am quite sure they would love to do.
So in this respect, I think Microsoft is just having the usual Microsoft delays. One of the biggest is supporting Read vs ReadExecute memory pages on the x86-64 chips. A Lot of code, including microsoft code (ATL anyone?), breaks the standards and is having to be cleaned up to work.
In addition, Itanium lacked WMP, DirectX, and many other features that customers will NOT do without on Athlon64 systems, meaning even more development time.
Natural != (nontoxic || beneficial)
char is 8-bit, nearly by definition
short is 16-bit
int is 32-bit (DOS and Xenix are not modern)
long is 32-bit on all Windows OSes
long is the same size as a pointer Linux, BSD, Mac
void* is the natural size for the machine
long long is 64-bit
So 32-bit Windows and 32-bit UNIX have the
same sizes a each other. 64-bit systems differ,
because Windows sets sizeof(long)==4 and a
UNIX system sets sizeof(long)==sizeof(void*).
After installing this release on my MSI K8T-Neo Board, I have no drivers for scanner, printer (LPT1 unsupported...), ISDN PCI Card, Wireless LAN card and many other things.
I spent nights searching and begging for drivers. Thank you Microsoft for bringing this truly Linux user feeling to the Windows platform.
You can see official AMD benchmark results of various programs running on Windows XP 32-bit edition vs. Windows XP 64-bit edition beginning on page 36 of this PDF. The results have three columns: time in seconds on WinXP 32-bit w/ 32-bit executable, time in seconds on WinXP 64-bit with 32-bit executable, and time in seconds on WinXP 64-bit with 64-bit executable.
Erlang.org: wow
The big issue for me are the cases where the stupid machine just locks up and does fuck all for 20 seconds or so. CPU meter shows 3% utilization, no disk activity. What is the stupid thing doing?
Same goes for UNIX systems, its not the processing thats the issues, or even the legitimate I/O delays, its the cretinous delays built into broken device drivers and applications.
On Windows, the process locking up everything here most often seems to be explorer.exe. I've found that going into task manager, killing and running it from there (since you just lost your start menu with the run command) will restore the machine to normal.
Using that little trick every time it starts acting stupid, my windows box is running quite nicely for weeks. Doing it doesn't interrupt any of the applications or services running, the kernel is handling that just fine. Quite silly really.
Kjella
Live today, because you never know what tomorrow brings
Bla bla beowulf bla bla.
Hacker Media
It's a pre-release copy that will expire in 360 days (which probably means the final will be out by then).
Not necessarily, maybe not even likely, particularly for something as big as an XP release. Many's the time that Microsoft has slipped a release beyond such dates. And in many of those cases, an update or date extender patch appeared to cover the slippage (sometimes several such patches).
A Ferrari is designed to address the most demanding needs of car drivers who require high velocity.
But the "driver requirements" is just a drivers licence and a fat wallet. If your old grandmother would like to use it to crawl to the nearest shop at 20MPH, she can.
Kjella
Live today, because you never know what tomorrow brings
and the Opteron can hold it one register. Just prefix the instruction with the OTHER size prefix byte. (for those who don't already know, most intel instructions if operating on a 16-bit short require a prefix byte. On the Opteron, you use a different prefix to get 64-bit ints and the extended regs)
There are plenty of places where it makes sense to use 64-bit regs, especially in the kernel when involving counters, timers, GIDs, and such.
THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
...the only thing worse than a masochist is a complaining masochist. You volunteered.
Kjella
Live today, because you never know what tomorrow brings
Here: http://www.microsoft.com/windowsserver2003/64bit/e xtended/trial/default.mspx
Beta of course.
"TK-421, why aren't you at your post?"
Finally, we'll be able to have an integer big enough to count the number of lies SCO has told so far.
boycott slashdot February 10th - 17th check out: altSlashdot.org
Looks like the massive investment Big Blue made in their fab plant is going to be a wise and profitable one. Not only are they producing their own stellar chips, but they're producing for AMD, they just signed a huge deal to produce for Sony, and they're going to be supplying Microsoft.
My guess is that Intel is sweating.
A friend and I were in Best Buy today and I gave the new AMD64 equipped emachines laptop the once over. Very nice, I nearly drooled. It was tagged at $1599, with some rebates knocking off 150 or 200(don't recall which). Seemed nice. But... comes with WinXP Home(if I have to have Win, let it be Pro). When some non-beta 64bit OS's are out I can see getting one of these to play with...also, the battery life on these things is only about 1 hour 20 minutes. Jeez, I can't even watch a dvd with that!...not that I would set it on my lap. When I first walked up to it I lifted the front up a bit and slid my hand along the bottom(get your mind out of the gutter!). It was very hot to the left of center. Much hotter than an idle laptop should ever be. AMD really needs to work on the power consumption and heat issues before I will shell out a grand plus for this tech, especially with no final stable 64bit OS here yet. Yeah, don't bother telling me "XYZ Linux distro is 64 ready.", 'cuz it ain't. Wait til June/July. That is about when some decent stable OS's should be available.
Flash is the Herpes of the Internet.
your.opinion >
> "we will need MORE than 4 gigs of ram"
Absolutely. Just to be able to run a mail program.
Bloat on, you slacking fucks!
Need Mercedes parts ?
I personally think that Windows XP Home/Professional for the AMD x86-64 CPU architecture is closer to release than people think.
They're probably right now redoing much of the OS code so it does take full advantage of x86-64 registers, and is waiting for other Microsoft departments to complete their work so an improved version of Internet Explorer 6.01 (Service Pack 2?) and all the Windows XP Service Pack 2 improvements are incorporated into the final version. Don't be surprised that when Windows XP SP2 ships some time this summer we'll see both 32-bit and the x86-64 64-bit version come out at the same time.
The last time I checked, NT is built on something called a "Hardware Abstraction Layer" that made it relatively painless to port NT from MIPS to x86 and then to PowerPC. (NT was designed on MIPS R4000 machines which themselves were completely designed internally by Microsoft. This effort was deemed necessary to keep the codebase free of x86-specific assumptions and optimizations since portability was a key NT goal.) The hardest part about getting your system to run on a new 64-bit platform is getting drivers to work; generally you need lots of support from hardware vendors to accomplish this feat. Getting the OS itself to compile is the easy part.
But I doubt seriously that Windows NT is "so optimized for the older 32bit platform." The kernel is clearly portable to other architectures, and was in fact developed FIRST on a non-x86 architecture with different properties (page size, Endian-ness, etc). This leads me to believe that it is emphatically not "optimized" specifically for 32-bit x86. If you have evidence otherwise, I would like to see it.
Much more mature? Perhaps you were unaware of Windows XP 64-bit Edition? Sure, it only runs on Itanium, but do you not honestly think that for Microsoft to have released it in early 2003 that they would probably have been working on it and testing it for at least a couple years prior to that? Also, from Microsoft's website, I notice that they have also implemented a 32-bit emulation layer for Itanium called "Windows On Windows 64" (WOW64) that lets the OS run 32-bit X86 code. Does Suse have this capability built-in?
The other issue which I pointed out earlier is the driver situation. You can't really call a product "much more mature" unless its drivers are more mature. I don't see a clear win either way at the moment.
1. Nice to see an AMD64 directory on the CD instead of the old I386. There still is an I386.
.exe file on a P4 produces filename.exe is not a valid Win32 application - expected
.NET framework:
.NET Framework version 1.1 are not
.NET Framework 1.1 is not supported by any 64-bit .NET Framework is not included on the 64-bit CDs.
.NET Framework is also not supported by these .NET Framework.
:)
2. EXE files seem to still start with the MZ initials and contain the text "This program cannot be run in DOS mode."???
3. Click on a
4. Docs/XP_AMD64.TXT, system requirements contains:
* 1.5 Ghz Opteron(TM) or Athlon(TM) processor
* 512 megabytes (MB) of RAM (minimum)
See how many people try to install on their 32 bit
Athlon. Suprised to see 512MB minimum.
5. Suprised to see this bit about the relatively new
Applications dependent on Microsoft
compatible with Windows Server 2003, Standard Edition;
Windows Server 2003, Enterprise Edition; or Windows XP 64-Bit Edition
releases for AMD Opteron and AMD Athlon 64 systems.
Because Microsoft
products,
The 32-bit version of
64-bit products and cannot be installed on 32-bit applications running
on 64-bit Windows operating systems (WOW64). This restriction applies
to the current and previous versions of
6. Now I just need an Athlon 64
No fun, the SATA driver is not included, it doesn't see my hard drive. Guess I'll have to do it the tricky way, modifying the install CD.
Any Linux's out there in 64 bit versions with a SATA driver out of the box?
I'm in a Unix state of mind.
I don't understand.
In the Top 5 Reasons to move to Windows XP 64 page it says things like, "Windows XP 64-Bit Edition has been optimized specifically for the Intel Itanium processor" and many other similar comments. It mentions nothing about any Athlon 64bit processors. Yet on the download page it says it only supports the Athlon 64 and Opteron.
Why the massive discrepancy? If the whole thing is optimised for the Itanium, then why isn't the Itanium even supported by the demo version?!
I've never been blinded by the sun glinting off a pile of sugar, but I sure have when it glinted off the bumper of my '84 Buick tank.
;)
Go to White Sands, NM
It's a gypsum desert, purely white (ok, ok. It's calcium sulfate, so it's not as bright as titanium dioxide, but there are no titanium dioxide deserts I am aware of).
When I was there in summer (115 F/46C in the non existant shadows!) I had to actually hold my hand below my eyes to see anything, and usual sunglasses wouldn't have helped because they don't shadow the eyes from light coming in from below.
The main difference between white and mirror is that the mirror reflects the sunlight beam in a single direction, and if the mirror has an optical albedo of 0,9 (90% of the visual light gets reflected), you look at 90% of the full sunlight if the reflection of the sunlight hits your eye (which is quite bright), but you get barely anything at other angles (just the reflection of the general brightness of the surroundings).
A white surface doesn't necessarily keep the light beam parallel, so you see a bright surface from a very large angle. A white surface with an optical albedo of 0,99 (only 1% of the visual light gets sucked in and turned into infrared) can be calculated as a new light source, which emits nearly all of the incoming light according to its own characteristics. That means that the light you receive from it depends on the angle you look at it and the distance you have from it. But because the white surface emits the light in different directions, you will never get the full intensity of 99% at a single point, and the intensity decreases further with the square of the distance (if you double your distance to the surface you get a quarter of the intensity).
So even if a white surface may be 10 times more effective as a mirror (with 1% light loss in reflection vs. 10% light loss in reflection), from a certain point the mirror will look brighter: If you stand directly in the reflected light beam.
(Those different properties of reemitting received light are wellknown to the computer graphic specialists, because both effects they get handled differently: For mostly reflecting surfaces like mirrors and polished things ray tracing is a quite good model to calculate the light impression, for matte surfaces like stones, wood and walls radiosity yields better results.)
(PS: Those albedo numbers are made up, but they shouldn't be far away from reality).