1834020 Members
2319 Online
110063 Solutions
New Discussion

PARISK VERSION 1 o 2

 
Isaac_4
Frequent Advisor

PARISK VERSION 1 o 2

I whant to know the version of PARISK processor that I have?

I have a PA7200, D350, but I want to known if the PA7200 is PARISK Version 2 o 1
.

Thank You!!!
The time is gold
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: PARISK VERSION 1 o 2

Jeff Schussele
Honored Contributor

Re: PARISK VERSION 1 o 2

Hi Isaac,

A PA7200 CPU is a PA-RISC 1.1 processor.
Anything under PA8000, I believe, is 1.1 - anything over is 2.0

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Mark Grant
Honored Contributor

Re: PARISK VERSION 1 o 2

THe processor is actually a UL Proc 1-way T'100 (821/D250,D350) (Processor) (PA7200 (PCX-T'))

32 bit sadly
Never preceed any demonstration with anything more predictive than "watch this"
Pete Randall
Outstanding Contributor

Re: PARISK VERSION 1 o 2

Here is another site with some more detailed background and specs:

http://www.openpa.net/cpu.html


Pete


Pete
James R. Ferguson
Acclaimed Contributor

Re: PARISK VERSION 1 o 2

Hi:

Here's a useful, dynamic way to determine:

# grep $(printf "0x%x" $(getconf _SC_CPU_VERSION)) /usr/include/sys/unistd.h

Regards!

...JRF...