cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 genassym.c src/sys/sun4v/conf GENERIC ...

John Birrell jb at what-creek.com
Wed Nov 29 23:15:44 PST 2006


On Thu, Nov 30, 2006 at 08:51:26AM +0200, John Hay wrote:
> Does this work on serial consoles too or does one have to set something?
> 
> I just built a new kernel for my arm Avila board and when it boots it
> only print one line:
> 
> KDB: debugger backends:
> 
> A kernel built yesterday did boot right into multi-user mode.

The buffering is in the printf/vprintf functions. Without it,
the output goes directo each console, character by character 
like it has always done. It should have no effect on the system
booting to multi-user mode.

--
John Birrell


More information about the cvs-src mailing list