HEADS UP: COMPAT_IA32 renamed COMPAT_FREEBSD32

Nathan Whitehorn nwhitehorn at freebsd.org
Tue Apr 6 15:24:25 UTC 2010


pluknet wrote:
> Hi,
>
> the interesting part for me is how to properly assert now a value of e.g.
> KINFO_PROC_SIZE varying on err.. different COMPAT_FREEBSD32 arches
> (say, FreeBSD would have _kern_proc FreeBSD32 compat layer for top/ps/).
>
>   
Probably the cleanest thing would be to set KINFO_PROC_SIZE in 
machine/proc.h instead of where it is now, and then also define a 
KINFO_PROC32_SIZE or something in the same place. Also, that would be a 
really nice feature.
-Nathan


More information about the freebsd-current mailing list