Darren Reed wrote:
>
> Is it meant to be possible to compile a kernel *without* COMPAT_43 ?
>
> Has anyone else tried this recently ?
>
> For me, it seems to break the compile in (at least) kern_sig.c
>From /sys/i386/conf/NOTES:
#
# Implement system calls compatible with 4.3BSD and older versions of
# FreeBSD. You probably do NOT want to remove this as much current code
# still relies on the 4.3 emulation.
#
options COMPAT_43
> Darren
Usually when testing a kernel compile, GENERIC is the kernel to test.
If your changes are intrusive enough, you might also want to make sure
that LINT builds ok. The LINT config file is generated from NOTES by
typing 'make LINT' in /sys/i386/conf/.
--
John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message