On 5/18/06, Vladas Urbonas <[EMAIL PROTECTED]> wrote:
I thought maybe its possible to malloc some sort of e.g. char arays' structure, put all DPRINT and printf (and the likes' ) output into it instead of writting it out into screen, and to write out the address of that structure at the end of loading of the driver into the screen so that it can be accessed later with custom program. This would not do the free(), but it not the objective.
are you unaware of dmesg? or you want to make the buffer bigger? add option MSGBUFSIZE=128000 to a kernel config and rebuild.