Mulyadi Santosa wrote:
Hi..


hm...wonder why....how did you do "export" using this method anyway? i
mean, when directly patching the kernel adding some codes, how do you
export the function/data?

By export I mean writing a char sequence to xenstore, which involves concatenating a string, nothing more. Since the kernel crashes I tried two ways - unfortunately with the same result - the first using an array with fixed length (here the crash occurs when using the kernel function strcat); the second using a char *ptr and allocating memory with kmalloc (here the crash occurs on the kmalloc AFAICT).

I see... interesting...I'll see what I can do to help, however I am
quite busy this week, so expect long delay before reading my reply.
Sorry for that.

No problem, sure better than nothing :)
regards,

Mulyadi.

Thanks,
 Carlo

--
It's better to know something about everything, than everything about something.

Blaise Pascal

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to