I've tried to execute the following init prog with my kernel that
now correctly boots:
#include <stdio.h>
#include <sys/time.h>
main()
{
while (1) {
printf("Coucou les amis\n");
fflush(stdout);
sleep(1);
}
}
On console I've got: Freeing unused kernel memory: 8k init
Then nothing.
EBSA285 responds to ping during kernel boot, but not anymore at this
point
Compiled with crossbuild egcs-1.1b and glibc-2.0.112
Doesn't work better when statically linked
christophe
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]