Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #19773
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail |
|---|---|
| From | BGB <cr88192@hotmail.com> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Program in 32-bit, run on 64-bit OK? |
| Date | Sat, 17 Nov 2012 12:42:38 -0600 |
| Organization | albasani.net |
| Lines | 27 |
| Message-ID | <k88m0l$pk0$1@news.albasani.net> (permalink) |
| References | <op.wnud4yrfwv4027@sl-home> <6884bfa9e1d6b09fa2650bcb1539dd19@msgid.frell.theremailer.net> <nnp59gwi1ohi.lrmv72znwfee$.dlg@40tude.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.albasani.net rcLW35w0E6nQKo3v7d7Wzwi+AgozKxnfMBjKDG3TB8zNoJH9w+L2fgZbwsCwAwMf+A+HciN9FGjYF7mjrHJpbm5j/4abf0AvEfYXFW0o+NsrEgQyCGX2f9bUpcjRB5cp |
| NNTP-Posting-Date | Sat, 17 Nov 2012 18:45:41 +0000 (UTC) |
| Injection-Info | news.albasani.net; logging-data="KoOcTn52owEiMX6+0M36LZr1562VLZ7DeISKWiAFEdo1O9lf36UkZCcgX1x50+QdHaDMnGW5Oi2A5VI7yVCfZlN3FvZNLN2iXJ4oM5H1HKhB/ROpsL5bzO9Wd6ZRCARi"; mail-complaints-to="abuse@albasani.net" |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 |
| In-Reply-To | <nnp59gwi1ohi.lrmv72znwfee$.dlg@40tude.net> |
| Cancel-Lock | sha1:9ESIv6Z7s3T3jE5x6xsNqlWFvpw= |
| Xref | csiph.com comp.lang.java.programmer:19773 |
Show key headers only | View raw
On 11/17/2012 6:18 AM, Joerg Meier wrote: > On Fri, 16 Nov 2012 16:44:15 +0100, Fritz Wuehler wrote: > >> No standard 64 bit OS will run on a P4. > > I assure you both a default Windows XP 64 Bit CD and well as a defaul Linux > 64 Bit CD ran perfectly fine on my old P4 before it was finally retired. > Nothing special was needed. > the issue is that "P4" covers a fairly wide-range of hardware, where some of the early hardware under the P4 name did not include 64-bit support, they enabled it for later cores. so, it depends on which core it has, for example, a P4 with a Willamette or Northwood core will not have 64-bit support, but a P4 with a Prescott or Cedar Mill core will have 64-bit support. granted, an issue with some earlier computers with 64-bit support was that, even if the CPU supports it, sometimes the MOBO would not, or would not operate reliably in 64-bit mode. for example, I had a computer with a ClawHammer core running on a MOBO using Socket-754 (built around early/mid 2004), and although a plenty usable computer, it did not run reliably in 64-bit mode.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Program in 32-bit, run on 64-bit OK? "sl@exabyte" <sb5309@hotmail.com> - 2012-11-14 21:58 +0800
Re: Program in 32-bit, run on 64-bit OK? "sl@exabyte" <sb5309@hotmail.com> - 2012-11-14 22:01 +0800
Re: Program in 32-bit, run on 64-bit OK? Arne Vajhøj <arne@vajhoej.dk> - 2012-11-14 09:12 -0500
Re: Program in 32-bit, run on 64-bit OK? Cholo Lennon <chololennon@hotmail.com> - 2012-11-14 14:11 -0300
Re: Program in 32-bit, run on 64-bit OK? Arne Vajhøj <arne@vajhoej.dk> - 2012-11-14 12:14 -0500
Re: Program in 32-bit, run on 64-bit OK? Joerg Meier <joergmmeier@arcor.de> - 2012-11-14 18:36 +0100
Re: Program in 32-bit, run on 64-bit OK? "sl@exabyte" <sb5309@hotmail.com> - 2012-11-15 10:48 +0800
Re: Program in 32-bit, run on 64-bit OK? Stuart <DerTopper@web.de> - 2012-11-16 00:08 +0100
Re: Program in 32-bit, run on 64-bit OK? "SL@maxis" <ecp_gen@my-rialto.com> - 2012-11-16 09:23 +0800
Re: Program in 32-bit, run on 64-bit OK? BGB <cr88192@hotmail.com> - 2012-11-15 22:52 -0600
Re: Program in 32-bit, run on 64-bit OK? Fritz Wuehler <fritz@spamexpire-201211.rodent.frell.theremailer.net> - 2012-11-16 16:44 +0100
Re: Program in 32-bit, run on 64-bit OK? Joerg Meier <joergmmeier@arcor.de> - 2012-11-17 13:18 +0100
Re: Program in 32-bit, run on 64-bit OK? BGB <cr88192@hotmail.com> - 2012-11-17 12:42 -0600
Re: Program in 32-bit, run on 64-bit OK? BGB <cr88192@hotmail.com> - 2012-11-15 22:46 -0600
Re: Program in 32-bit, run on 64-bit OK? Stuart <DerTopper@web.de> - 2012-11-16 12:08 +0100
Re: Program in 32-bit, run on 64-bit OK? BGB <cr88192@hotmail.com> - 2012-11-16 18:08 -0600
Re: Program in 32-bit, run on 64-bit OK? Stuart <DerTopper@web.de> - 2012-11-17 23:59 +0100
Re: Program in 32-bit, run on 64-bit OK? Anonymous <nobody@remailer.paranoici.org> - 2012-11-16 12:42 +0000
Re: Program in 32-bit, run on 64-bit OK? Roedy Green <see_website@mindprod.com.invalid> - 2012-11-16 05:17 -0800
Re: Program in 32-bit, run on 64-bit OK? Jan Burse <janburse@fastmail.fm> - 2012-11-14 20:08 +0100
csiph-web