Re: Need Suggestion(modifying kernel source)

pjd@fred001.dynip.com
Tue, 5 Mar 2002 10:23:01 -0500 (EST)


chiranjeevi vaka wrote:
>
> The major problem I am getting is, as and when I do a
> small change, to test that change, I have to compile
> the whole kernel make boot floppy and reboot the
> kernel with that floppy and test the code. This way is
> takinbg too much time. I donno how linux kernel
> developers will make changes to kernel and test them.

A possibility that no one has mentioned is to have a diskless
target machine, booting with TFTP and using an NFS root filesystem.
Boot NILO (www.nilo.org) on a floppy, and configure it to load
the kernel off a TFTP server, which would also be the machine you
compile and run kgdb on.

One advantage is that no matter how badly you crash the target
machine you won't corrupt the filesystem.

............................................................................
Peter Desnoyers
162 Pleasant St. (617) 661-1979 pjd@fred.cambridge.ma.us
Cambridge, Mass. 02139

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/