Re: module dependencies

2000-07-13 Thread Steven Boswell
> I install modules in the default directory > ie > /lib/modules/`uname -r'/. How do I set up modules so that I can boot > either kernel > and not get unresolved symbol warnings when module dependencies are > resolved? I like to edit the Makefile and add something to t

Re: module dependencies

2000-07-13 Thread Tony Nugent
t > either kernel > and not get unresolved symbol warnings when module dependencies are > resolved? BEFORE you make the kernel and modules, edit /usr/src/Makefile and change the "EXTRAVERSION" to something else. Then do: make bzImage modules modules_install

module dependencies

2000-07-12 Thread Peter Clutterbuck
I work on kernel development. I have Lilo set up for the stable kernel and the development kernel. I install modules in the default directory ie /lib/modules/`uname -r'/. How do I set up modules so that I can boot either kernel and not get unresolved symbol warnings when module depende