OpenServer 5.0 appears to have a change in the proc structure. u386mon
wants to refer to the proc.p_ubdbd structure, which is now a uint instead
of a dbd_t structure. Also, proc.p_ubptbl[] is now an array of uints, instead of
pde_t structures.
Can someone explain (gently, please, I'm not a kernel hacker :-) where this
info has been relocated to? Specifically, it's looking for:
p_ubptbl.pgm.pg_pres /* Page is present in memory */
p_ubptbl.pgm.pg_pfn /* Physical page frame number */
p_ubdbd.dbd_blkno /* Location of swapped page on disk? */
--
< Alan H. Mintz | ...!netcom!mq!alan >