Hi,

I am working on a kernel driver code which involves making
frequent changes to a kernel module and rebuild the kernel.
I am aware that one can use patching method but it involves too much steps
such as:  making your changes, find out your changes
from the original source using diff, copy the patch file to
the patch directory, rebuild the kernel.

I want to know if there is a quicker way, like while building the
linux26 package; your pause the process after the package is
extracted to "src.linux26.xxx........", go into the source build
folder, edit the file and continue with the build process.

I tried adding "hook_add premake 5 'read'" for a attempt to pause the
build process so that I can edit the source files but it did not work; perhaps
because linux26 package uses cust_main build script.

Would you give me some ideas please.


Happy new year!

Toan



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to