Την Παρ, 12-07-2002 στις 17:20, ο/η Paul Nasrat έγραψε: > On Fri, Jul 12, 2002 at 03:51:32PM +0300, Harry Kalogirou wrote: > > Hi Harry > > > I tried the CVS version of elks this afternoon and it fails to load > > init. Is there a known issue? > > Just updated my tree and trying to build a kernel with all the defaults, > it errors with: > > undefined symbol: _rs_ops > > This was defined in a #ifdef for CONFIG_CONSOLE_SERIAL and a patch is > attached which moves it outside. > > I'm just trying to get bochs set up in the office so I can do more > testing in work without the laptop > > Paul > ---- > > Index: serial.c > =================================================================== > RCS file: /cvsroot/elks/elks/arch/i86/drivers/char/serial.c,v > retrieving revision 1.30 > diff -u -r1.30 serial.c > --- serial.c 22 Jun 2002 09:28:19 -0000 1.30 > +++ serial.c 12 Jul 2002 14:10:56 -0000 > @@ -432,6 +432,8 @@ > /* Do something */ > } > > +#endif > + > struct tty_ops rs_ops = { > rs_open, > rs_release, > @@ -440,4 +442,3 @@ > rs_ioctl > }; > > -#endif Mmmm.. this might was the problem with ktcp not working all this time(actualy stty before ktcp)... Harry