>>>>> "mikeg" == Michael Gesundheit <[EMAIL PROTECTED]> writes:
mikeg> Wasted too much time on making multi kernel booting. I will
mikeg> simply replace the find I need to touch.
mikeg> I'm pretty sure it goes into kernel... am I correct?
ip.c is part of the "ip" kernel module.
If you're sure that ip.c is the only file you need to recompile, you
could try something like
$ bldenv -d your-env-file
$ cd $SRC/uts/intel/ip
$ dmake install
Once you have successfully built the ip module, copy $ROOT/kernel/drv/ip
to /kernel/drv/ip. You'll also need to link /kernel/strmod/ip to
/kernel/drv/ip. Don't forget to save the original ip module, so that
you can back out your changes if necessary.
mike
_______________________________________________
opensolaris-help mailing list
[email protected]