> yyy.h" error. But right now i tested with the default options and i get
> the same error:
> 
> > > undefined symbol: _do_mknod
> > > undefined symbol: _sys_listen
> > > undefined symbol: _sys_accept
> > > undefined symbol: _sys_bind
> > > undefined symbol: _xd_init
> > > ld86: text segment too large for 16bit
> > > make[1]: *** [boot/system] Error 2
> > > make: *** [Image] Error 2

You can't get the same error, becuase the guy who released kernel
sources (Al) is probably sane enough :) not to include too many stuff in
the kernel by default to make 
it larger than 64 KB (which indeed is segment size limit).

And these errors look like as if you included (non-existent) socket
support and (again, non-existent) XT HD support in the kernel via "make
config".
 
Blaz Antonic

Reply via email to