RE: userspace o/p to kernel buffer

2012-04-13 Thread Jenkins, Clive
> How do I capture all the output of user-space programs into > a kernel buffer so that I can later read it using debugger ? > My board doesn't have a console (no serial, no network). Assuming you are using a shell to start your user-space programs, you could easily redirect output to /dev/kmsg th

userspace o/p to kernel buffer

2012-04-13 Thread Sumesh Kaana
Hi, How do I capture all the output of user-space programs into a kernel buffer so that I can later read it using debugger ? My board doesn't have a console (no serial, no network). Any direction would be of great help. sumesh. ___