[comp.unix.questions] The proc struct in ULTRIX kernel

jay@argosy.UUCP (Jay O'Conor) (06/26/90)

In article <833@engcon.marshall.ltv.com> norris@engcon.marshall.ltv.com (DDDAVID) writes:
>I'm having problems understanding how the user structure and
>the proc structure in the ULTRIX kernel are associated.  On 
>other systems (Convex, Sun),  the proc structure has a pointer
>to the user structure and the user structure has a pointer to
>the proc struct.  In ULTRIX, the user structure has a pointer
>to the proc struct, but not vice-versa.
>
>A particular proc struct is fairly easy to track down in the proc 
>table, but in ULTRIX I can't figure out how to find the user
>struct associated with this proc struct.  I know this must be
>possible, because "ps" and "pstat" uses the user struct to
>display the command name, etc.  Anyone that will shed some
>light on the subject would be greatly appreciated.


Well, I'm fairly new to Ultrix, so what I say may be corrected by more
experienced Ultrix gurus out there.  Since I didn't see any response to
this, I thought I'd go ahead and answer it myself.

The answer is that all the user structures are at the same virtual
address!  Every u area is at 2Gb (0x80000000).  It would be kind of 
silly to have a pointer in every proc struct to point to the u area if
all of them are going to be the same anyway!

I realize that I'm opening myself up to all sorts of flames having
limited experience with Ultrix.  For all you would be flamers out there,
if I've gotten any facts incorrect, please go easy on me.  I'd be happy
to be educated by more knowledgeable Ultrix gurus out there.

Jay O'Conor
jay@maspar.com