Quick question; what is the nature of the helper routines
zero_memory() and copy_memory() in kernel/monitor.c?
I'm guessing files other than host-linux.c didn't have
access to the header files needed for memset() and memcpy().
I added a host.h file to include/ so that we can include
host specific convience functions like this. They are
far more optimized than ones we can write in C.
Are these functions offered on other kernel architectures?
Also, I did integrate the scan-before-execute code into
the freemware tree, and fixed a few things in it. It's
not ready yet, as I'm rewriting some other components
to work in the big picture.
-Kevin