1825793 Members
2872 Online
109687 Solutions
New Discussion

Processor type vs kernel

 
SOLVED
Go to solution
Jun Zhang_4
Regular Advisor

Processor type vs kernel

At my D370, the command
grep $(model | sed 's;.*/;;') /usr/sam/lib/mo/sched.models
tells me
D370 2.0 PA8000
and the command
file /stand/vmunix
tells me
/stand/vmunix: PA-RISC1.1 executable -not stripped
The PA-RISC versions are different.
If I do the same two commands on my A400, the PA-RISC versions agree with each other.
What the problem with the D370?

Jun
Food lover
4 REPLIES 4
Stefan Stechemesser
Honored Contributor
Solution

Re: Processor type vs kernel

sounds like you have a 32 bit kernel on a 64 bit machine. This is a good idea if you have EISA cards on the D370, because there are no 64 bit drivers for EISA cards. D370 can run both PA-RISC 1.1 and 2.0 code.
Jeff Schussele
Honored Contributor

Re: Processor type vs kernel

Hi Jun,

Nothing wrong with running 32-bit OS on a D-class as it's a 32/64 capable machine.
The PA8000 was the first PA-RISC2.0 capable processor.
The processor in the A-class is also a PA-RISC2.0 CPU, but that system cannot run a 32-bit kernel. It's strictly a 64-bit system.
AFAIK only the D & K-class systems could run either kernels. Everything before, only 32-bit. Everything after, only 64-bit.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jun Zhang_4
Regular Advisor

Re: Processor type vs kernel

I currently run an application built for PA-RISC 2 on this D370, and it runs well but have noticeable performance issues. The application is called jBASE, an 32-bit application, but claimed by the software builder for PA-RISC 2.
In your context I feel the association of 32-bit with PA-RISC 1, and 64-bit with PA-RISC 2, my question will be,
How to understand a 32-bit app built for pa2?
Is the combination of kernel/cpu type/bitness to be blamed for the poor performace of jBASE?

Jun
Food lover
Joshua Scott
Honored Contributor

Re: Processor type vs kernel

Jeff, to add to your list, the R-class (essentially the same as the D's) and the T600 could also run either. :)
What are the chances...