home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / hardware / 26554 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.7 KB

  1. Path: sparky!uunet!pipex!warwick!uknet!bilpin!nuntius
  2. From: mark@bilpin.co.uk (Mark Allerton)
  3. Newsgroups: comp.sys.mac.hardware
  4. Subject: Re: Motorola's 68060 for the Mac
  5. Message-ID: <1993Jan21.141259.6424@bilpin.co.uk>
  6. Date: 21 Jan 93 14:12:59 GMT
  7. References: <1993Jan20.030348.20917@bilby.cs.uwa.edu.au>
  8. Sender: news@bilpin.co.uk (NetNews Administrator)
  9. Organization: UK Mac DTS/SRL Data
  10. Lines: 31
  11. X-Useragent: Nuntius v1.1
  12.  
  13. In article <1993Jan20.030348.20917@bilby.cs.uwa.edu.au> Quinn,
  14. quinn@cs.uwa.edu.au writes:
  15. >o The PowerPC is a real 64 bit chip with 64 bit registers, 64 bit data
  16. >  paths and (I assume) dual issue of 32 bit instruction words.  A nice
  17. >  chip.
  18.  
  19. My understanding is that the PowerPC is in fact a 32-bit CPU, with 
  20. 32-bit registers, that can be scaled up to 64 bits, and that in a 
  21. 64-bit version (*not* the 601) then programs could switch between 
  22. 32-bit mode (the default, most likely) and 64-bit mode. This 
  23. switching will be available as a user (rather than supervisor) mode 
  24. instruction.
  25.  
  26. The way I had it explained to me (by a man from Motorola) was that
  27. most applications would probably work in 32-bit mode (32-bit ints
  28. being pretty much all you need most of the time) but might switch
  29. to 64-bit mode for stuff that really needs it (bitmap operations,
  30. maybe?)
  31.  
  32. This is all pretty consistent with what I read in the PowerPC 
  33. article in Microprocessor Review which was published on the 1992
  34. WWDC CD-ROM.
  35.  
  36. I haven't a clue how they plan to deal with the issues that arise
  37. from going to 64-bit addressing though.. (i.e sizeof(void *) !=
  38. sizeof(long))
  39. but those problems might go away to an extent if each process has a 
  40. seperate address space starting at zero...
  41.  
  42. Mark Allerton
  43. SRL Data, but I speak for myself
  44.