On Fri, 8 May 1998, Alex deVries wrote:
>
> On Fri, 8 May 1998, Oliver Frommel wrote:
> > > ... and the final link complains that it can't find rs_cons_hook defined
> > > anywhere. That's because I'm not compiling in
> > > drivers/sgi/char/sgiserial.c (which has other linking errors, and is
> > > another problem, but you should be able to compile in console support
> > > without having to have compiled in SGI serial support).
>
> > you need SGI serial support (sgi/char/sgiserial.c) for the serial console
> > support ..
>
> Except I don't have CONFIG_SERIAL_CONSOLE in my .config ... see below.
> I'm pretty sure my recommended change is correct.
>
CONFIG_SERIAL_CONSOLE is for i386 only as far as i could figure out ..
this is what i have in my -working- kernel:
# CONFIG_SERIAL_CONSOLE is not set
CONFIG_SGI_SERIAL=y
CONFIG_SERIAL=y
o.
|