Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: src/sys/arch
> > Log Message:
> > add COMPAT_50 to all the configs with COMPAT_40.
>
> We need to disable COMPAT_50 in sys/arch/i386/conf/GENERIC by default.
> Otherwise, compat module fails to be loaded and other compatibilities
> aren't available.
>
> i don't follow. without COMPAT_50 kernel option, almost everything
> depending on it breaks.
>
> can you explain what you mean more please?
I believe the policy used in this config file (i386/conf/GENERIC) is
that compatibilities are provided by loading 'compat' module, since
rev. 1.918. And as I described above, enabling *only* COMPAT_50
prevents the 'compat' module from successful loading, and as a result,
all other compatibilities like COMPAT_30 etc aren't available with
this GENERIC kernel.
enami.
Home |
Main Index |
Thread Index |
Old Index