[Prev][Next][Index][Thread]
Problem in bootp.c
Hello.
I installed oskit-0.97 without problem. But netboot utility does not boot.
so I traced..
-- oskit-0.97/bootp/bootp.c
int
bootp_try(char *hwaddr, unsigned long srcip, int retry, int bootp_timeout)
{
...
bootp_timeout *= (float)BOOTP_TIMER_FREQ / 1000;
...
}
--
In this line my computer goes down.. T.T
my system is
Linux RedHat 5.2
gcc 2.7.2.3
ld 2.9.1
but, in freeBSD 3.0 this code had no problem.
help me
thans in advance..
=================================
To unsubscribe from this list, send a message with a body of "unsubscribe"
to oskit-users-request@flux.cs.utah.edu