Why would 32-bit apps be limited to 32 bit integers??  Didn't we have 32
bit avallible to us on the 286??  If not, I'm certain we were able to
get around it then.  Also if any one wants to make use of MMX registers
there is even a 64-bit ASM MOV command avalible. 

In fact on my (nonmmx)k6-processor(I don't have a chance to test on a
386) this program returns 8 bytes(64 bits) just as it should;

#include <stdio.h>
#include <stdlib.h>

int main(void)
{
  long long test;
  printf("\n\n%i bytes\n\n", sizeof(test);
  return 0;
}

Mike Barton wrote:
> 
> -----Original Message-----
> From: dsb3 [mailto:[EMAIL PROTECTED]
> Sent: Sunday, September 27, 1998 11:40 PM
> To: Miquel van Smoorenburg
> Cc: debian-user@lists.debian.org
> Subject: Re: Y2K+38 disaster in debian?
> 
> On 27 Sep 1998, Miquel van Smoorenburg wrote:
> 
> >In article <[EMAIL PROTECTED]>,
> >Wojciech Zabolotny <[EMAIL PROTECTED]> wrote:
> >>Hi
> >>There was a lot of noise about the y2k problem in old COBOL and M$
> >>applications, but what about the "Y2K+38 disaster" in the POSIX world?
> >>I was pretty sure that the new libc6 library implements 64 bit time_t,
> >
> >It's a kernel issue. On 32 bit platforms time_t will probably always be
> >restricted to 32 bits, but on 64 bits systems such as the alpha time_t
> >is 64 bits .. and by 2038 I expect everyone to be running at least
> >a 64 bit machine.
> 
> I think it's this attitude that caused y2k to be so large and sudden, at
> least i part.  Though it may be true, and though I would like it very
> much
> to be true, I'd hate to bet on "EVERYBODY" moving to a 64 bit system.
> 
> After all, count the billions of dollars being spent on mainframe
> systems.
> I would quite expect many companies to bleed those systems even drier
> now
> they've been forced into spending so much money on them ...
> 
> Mechanically, in less than 15 years, we've gone from $800 72 MB 5 1/4"
> full height HDs to $600 "fit in your shirt pocket" 8 GB drives.
> Electronically, the advance has been far more exciting. IMO, I'd find it
> easy to bet that 32 bit machines and the Y2K++ problem will be a long
> since thing of the past in 39 years.
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
PENQUIN-LOVER-CODER ALERT:  [EMAIL PROTECTED]
   All windows user please exvacuate the building
         (So I can install a better OS on the comps)
Pass on the GAS get NASM instead.

Reply via email to