Re: Print long messages to console from kernel module

2008-02-26 Thread Arvid Brodin
On 2008-02-25 23:27, linux-os (Dick Johnson) wrote: > On Mon, 25 Feb 2008, Arvid Brodin wrote: > >> I need to write messages > 1023 characters long to the console from a >> module*. printk() is limited to 1023 characters, and splitting the message >> over several printk()'s results in a line bre

Re: Print long messages to console from kernel module

2008-02-25 Thread linux-os (Dick Johnson)
On Mon, 25 Feb 2008, Arvid Brodin wrote: > I need to write messages > 1023 characters long to the console from a > module*. printk() is limited to 1023 characters, and splitting the message > over several printk()'s results in a line break and "Month hh:mm:ss host > kernel:" being inserted in

Print long messages to console from kernel module

2008-02-25 Thread Arvid Brodin
I need to write messages > 1023 characters long to the console from a module*. printk() is limited to 1023 characters, and splitting the message over several printk()'s results in a line break and "Month hh:mm:ss host kernel:" being inserted in my text. I tried including and using the console_