> > Btw., I forgot to mention that I indeed used pmax_printf in printk, so I
> > got
> > the BogoMIPS etc. printed. I changed printk to:
>
> > Bad hack, but actually works :-)
>
> More elegant solution: Use register_console() (kernel/printk.c) to
> register pmax_printf() as the printing function on startup. The console
> initialization will then register another console. You can do that
> cleanly in arch/mips/dec/setup.c:decstation_setup().
I tried this, and it didn't work! I'm getting around this by writing
the real console code (tm) for the DECstation based heavily on the
SPARC code.
Paul
_______________________________________________________________________________
Paul M. Antoine, Net: paul@sw.oz.au
Softway Pty Ltd WWW: www.softway.com.au
PO Box 305, Strawberry Hills, NSW 2012, Australia Tel: +61 2 9698 2322
Level 2, 79 Myrtle St, Chippendale, NSW 2008, Australia Fax: +61 2 9699 9174
"It is the lack of acceptance of diversity which threatens to
destroy society, NOT the free expression of it." - Me.
|