[EMAIL PROTECTED] wrote
> We at MontaVista Software are interested in using KDB for a
>project of ours. Applying the patches to our kernel works fine, but we
>would like to make modifications to the source. It appears though that
>your CVS directory has nothing but empty source files in it. Is there
>something wrong with the CVS directory right now or am I doing
>something wrong\? Please let me know how I might be able to obtain the
>KDB sources.
kdb is always released as a patch on top on Linus's kernels. There is
no CVS tree for kdb, it does not make any sense as free standing code.
I can take replacement patches against the standard kernel or patches
against a kdb patched kernel, the latter is probably easier. Apply the
kdb patch, take a copy of the patched kernel and edit it. When your
changes are working, diff -ur between (kernel + kdb) and (kernel + kdb +
your changes). Just tell me which kernel and kdb patch you have changed.