I can't compile this

1999-11-27 Thread Vladimir Mosgalin

I got some messages while compiling elks 0.0.81
Dev86 (lastest version) compiled OK

make[2]: Leaving directory `/usr/src/elks/arch/i86/drivers/block'
(cd ../.. ; ld86 -0 -i arch/i86/boot/crt0.o \
arch/i86/boot/crt1.o \
init/main.o \
kernel/kernel.a fs/fs.a lib/lib.a net/net.a fs/minix/minixfs.a 
arch/i86/kernel/akernel.a arch/i86/lib/lib86.a arch/i86/mm/mm.a \
 arch/i86/drivers/char/chr_drv.a arch/i86/drivers/block/blk_drv.a \
-t -M -o arch/i86/boot/system  System.map)
ld86: warning: _wait_for_keypress redefined in file 
arch/i86/drivers/char/chr_drv.a(serial.o); using definition in 
arch/i86/drivers/char/chr_drv.a(bioscon.o)
ld86: warning: _init_console redefined in file 
arch/i86/drivers/char/chr_drv.a(serial.o); using definition in 
arch/i86/drivers/char/chr_drv.a(bioscon.o)
ld86: warning: _con_charout redefined in file 
arch/i86/drivers/char/chr_drv.a(serial.o); using definition in 
arch/i86/drivers/char/chr_drv.a(bioscon.o)
ld86: warning: _wait_for_keypress redefined in file 
arch/i86/drivers/char/chr_drv.a(xt_key.o); using definition in 
arch/i86/drivers/char/chr_drv.a(bioscon.o)
ld86: warning: _init_console redefined in file 
arch/i86/drivers/char/chr_drv.a(dircon.o); using definition in 
arch/i86/drivers/char/chr_drv.a(bioscon.o)
ld86: warning: _con_charout redefined in file 
arch/i86/drivers/char/chr_drv.a(dircon.o); using definition in 
arch/i86/drivers/char/chr_drv.a(bioscon.o)
ld86: text segment too large for 16bit
make[1]: *** [boot/system] Error 2
make[1]: Leaving directory `/usr/src/elks/arch/i86'
make: *** [Image] Error 2

My .config file:

#
# Automatically generated by make menuconfig: don't edit
#

#
# General setup
#
# CONFIG_ARCH_AUTO is not set
# CONFIG_XT is not set
CONFIG_AT=y
CONFIG_MODULE=y
CONFIG_SHLIB=y
# CONFIG_COMPAQ_FAST is not set

#
# ROM-CODE kernel-loader
#
# CONFIG_ROMCODE is not set

#
# 286 protected mode support
#
CONFIG_286PMODE=y
# CONFIG_386RAM is not set

#
# Kernel hacking
#
# CONFIG_STRACE is not set
# CONFIG_OPT_SMALL is not set

#
# Embedded systems
#
# CONFIG_NOFS is not set
# CONFIG_EXEC_ROM is not set

#
# Character device drivers
#
CONFIG_CONSOLE_DIRECT=y
CONFIG_DCON_VT52=y
CONFIG_DCON_ANSI=y
CONFIG_DCON_ANSI_PRINTK=y
# CONFIG_BE_KEYMAP is not set
# CONFIG_FR_KEYMAP is not set
# CONFIG_UK_KEYMAP is not set
# CONFIG_ES_KEYMAP is not set
# CONFIG_DE_KEYMAP is not set
CONFIG_DEFAULT_KEYMAP=y
CONFIG_CONSOLE_BIOS=y
CONFIG_BIOS_VT52=y
CONFIG_CONSOLE_SERIAL=y
CONFIG_CHAR_DEV_RS=y
CONFIG_CHAR_DEV_MEM=y
CONFIG_PSEUDO_TTY=y
# CONFIG_CHAR_DEV_LP is not set
CONFIG_DEV_META=y

#
# Block device drivers
#
CONFIG_BLK_DEV_BIOS=y
CONFIG_BLK_DEV_BFD=y
CONFIG_BLK_DEV_BHD=y
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_HD=y
CONFIG_DMA=y
CONFIG_GENDISK=y
CONFIG_BLK_DEV_RAM=y
# CONFIG_BLK_DEV_XD is not set
CONFIG_BLK_DEV_CHAR=y

#
# Filesystems
#
CONFIG_MINIX_FS=y
# CONFIG_ROMFS_FS is not set
# CONFIG_ELKSFS_FS is not set
# CONFIG_FULL_VFS is not set
CONFIG_PIPE=y
# CONFIG_FS_RO is not set
CONFIG_EXEC_MINIX=y
CONFIG_EXEC_MSDOS=y

#
# Networking
#
# CONFIG_SOCKET is not set

Is it linker or my bug?



Re: I want to unsubscribe

1999-11-27 Thread Bruce Irving





-Original Message-From: Noah Roberts 
(jik-) [EMAIL PROTECTED]To: Mailing 
List [EMAIL PROTECTED]Date: 
Friday, November 26, 1999 3:53 PMSubject: I want to 
unsubscribe
But I don't know how. Please let me know the 
procedure.
Welcome to the linux-8086 
mailing list!

Please save this message for future 
reference. Thank you.

If you ever want to remove yourself 
from this mailing list,you can send mail to [EMAIL PROTECTED] with 
the followingcommand in the body of your email message:

 unsubscribe 
linux-8086 your email 
address




CVS

1999-11-27 Thread Giles Russell

Hello,

What is up with CVS, will it be back soon ???

G



Re: CVS

1999-11-27 Thread Alistair Riddoch

Giles Russell writes:
 
 Hello,
 
 What is up with CVS, will it be back soon ???
 

mbit.doa.org and elks.doa.org, which both appear to be the same machine
have been down for a few days, and I have not been able to get in touch
with the maintainer as his email address is @mbit.doa.org, so it won't get
through.

David, have you been in touch with him recently?

Al



Re: Some questions, esp. for Alan

1999-11-27 Thread Alistair Riddoch

Blaz Antonic writes:
 
  I have been putting alot of effort into going through the filesystem code
  and hand-optimising it to make it smaller, and am currently doing pretty
  well. I have come across two issues which I think I can exploit to greatly
  reduce the code size, but I thought I would put them before the list
  before I start hacking the code apart.
 
 Afaik i have got into some troubles when i tried 0.0.81 mount (= fs
 code) .. It didn't behave like 0.0.80 did but on the other hand it
 didn't work as 0.0.79 either (AFAICR). Maybe it was something i did or
 bug in rd code or maybe even mkfs bug .. 
 

Could you go into some more detail about the behavoir you are experiencing.
When I tested 0.0.81 I had no problems mounting and unmounting filesystems.

Al



General question

1999-11-27 Thread Paul Khoury

I have a general question - is networking for ELKS working yet, and if not, when wll 
it be implimented
to have a micro-TCP/IP stack?

Regards,

Paul




Redhat Linux6.o for athlon

1999-11-27 Thread Nima(CZ Ventures)

Hi,

Since I am new to Linux, I have a few questions before I buy myself a PC.

I bought my self redhat linux 6.0 some time back. Is it possible to install
this on a AMD Athlon processor? or do I have to get the 6.1 version?

OR is it best to buy a PentiumIII processor with a BX board?

Thanking you in advance!


Nima



bcc error

1999-11-27 Thread Scott Dudley


I installed the dev86 package on my Debian 2.1 system and am experiencing
difficulties.  I've not seen this on my Red Hat 6.0 machine.

$ cat a.c
int
main(int argc, char **argv)
{
return 0;
}
$ bcc -O -0 -ansi a.c -lbsd
undefined symbol: ___cstartup
undefined symbol: ___mkargv

Thanks.

--
Regards,

Scott Dudley



bcc ...

1999-11-27 Thread Scott Dudley


Encountered a new anomole this evening compiling a piece of code with bcc.  See
below:

bcc -c -I. -I. -I.. -I./.. -DNEWCONFIGLIB=\"/usr/conf/uucp\" 
-DOLDCONFIGLIB=\"/usr/lib/uucp\"  -O -0 -ansi addstr.c
/usr/lib/bcc/include/sys/errno.h:21.22 (from /usr/lib/bcc/include/errno.h:1) (from 
addstr.c:32): error: missing '('
/usr/lib/bcc/include/sys/errno.h:21.22 (from /usr/lib/bcc/include/errno.h:1) (from 
addstr.c:32): error: too few macro parameters
/usr/lib/bcc/include/sys/errno.h:21.22 (from /usr/lib/bcc/include/errno.h:1) (from 
addstr.c:32): error: missing ')'

The offending line is as follows:

extern char*  strerror __P ((int __errno));

Any pointers?

Thanks.

--
Regards,

Scott Dudley



Re: I can't compile this

1999-11-27 Thread Blaz Antonic

 : Next time be nice and go with default settings.
 
 Isn't Vladimir the guy who wants the bios console though?  That still works
 doesn't it?

In that case he should enable only one console driver. That's kinda like
him wanting to drive two cars at the same time but not be able to decide
in which car is he going to seat.

bye, Ab