Subject: i386 netboot rom trouble
To: None <netbsd-help@netbsd.org>
From: Dima Veselov <kab00m@lich.phys.spbu.ru>
List: netbsd-help
Date: 06/09/2001 01:17:53
Hi there!
My i386 computers run NetBSD 1.4.2. I try to compile netboot rom image to
boot my diskless station. I try to compile netboot.rom
(from /usr/src/sys/arch/i386/stand/netboot) for 3com 3c509 NIC.
It compiles normally, makes netboot.sym, strips it, but then I see that
result file is bigger, than expected.
bios extension size: 32768 (0x8000), read 39272 bytes
genprom: read longer than expected
*** Error code 1
In Makefile I turned on:
CPPFLAGS+= -DSUPPORT_DHCP
CPPFLAGS+= -DSUPPORT_TFTP
and
USE_NETIF= 3c509
Anyone can help me?
Thanks for answer...
Sincerelly yours, Kab00m