I suppose I
could just be really cautious and save my image after every
change but that seems so error prone that I���m hoping that there
are idiomatic ways of working on kernel code (beyond just save
ones image early and often) so I don���t lose work. I���m asking
because the naive solution (copy the original class, modify it
to suit, delete the original and rename the new class to the
original) of course doesn���t work.
TIA for any
suggestions or assistance and apologies in advance if this is
RTFM, I didn���t see anything (didn���t look very hard either
though).
���Rick