Re: installing multiple kernels

From: Dag-Erling Smørgrav (des_at_des.no)
Date: 04/15/04

  • Next message: Brian F. Feldman: "Re: mtx_lock_recurse/mtx_unlock_recurse functions (proof-of-concept)."
    To: Julian Elischer <julian@elischer.org>
    Date: Thu, 15 Apr 2004 21:11:28 +0200
    
    

    Julian Elischer <julian@elischer.org> writes:
    > On Thu, 15 Apr 2004, [iso-8859-1] Dag-Erling Smørgrav wrote:
    > > that is a completely different issue - and it probably won't work
    > > since modules are now built (at least to some extent) using the
    > > "parent" kernel's option headers.
    > They are?
    >
    > when did that breakage occur?

    sys/conf/kmod.mk revision 1.145, and possibly others. More recently,
    this feature caused the twa module breakage - when built with a
    kernel, it picked up the kernel's opt_ipx.h, but when built standalone
    (or with world) it didn't have an opt_ipx.h to use. Vinod only tested
    the common case, so MODULES_WITH_WORLD broke.

    DES

    -- 
    Dag-Erling Smørgrav - des@des.no
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
    

  • Next message: Brian F. Feldman: "Re: mtx_lock_recurse/mtx_unlock_recurse functions (proof-of-concept)."