Re: Jump to boot code

2004-12-06 Thread Ronald G. Minnich
On Mon, 6 Dec 2004, Gin wrote: Linuxbios choked when it jumps to the payload. I put a post code in the beginning of the FILO. It doesn't seem to be executed. I think it might have a hard time jumping to the payload entry. Looks like the payload image was loaded into the memory ok. put

Re: jump to boot code

2004-12-02 Thread Greg Watson
If you do an 'objdump -f' on the executable, what does it say is the start address? 0x1092e4 seems a bit strange. Greg On Dec 1, 2004, at 11:17 PM, Gin wrote: I tested my payload(FILO.elf) with linux loader Grub. It has no problem at all. So something must go wrong when linuxbios jumps to the

Re: jump to boot code

2004-12-02 Thread Ronald G. Minnich
the problem is that your error messages are kind of ok. Did you build a filo with serial port only console? ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

RE: jump to boot code

2004-12-02 Thread Gin
Yes, when I tested the filo with Grub. I could see the messages over the serial console. gin -Original Message- From: Ronald G. Minnich [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 11:29 PM To: Gin Cc: 'LinuxBIOS' Subject: Re: jump to boot code the problem

RE: jump to boot code

2004-12-02 Thread Gin
-- == -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Watson Sent: Thursday, December 02, 2004 10:57 PM To: Gin Cc: 'LinuxBIOS' Subject: Re: jump to boot code If you do an 'objdump -f' on the executable, what does it say is the start address

jump to boot code

2004-12-01 Thread Gin
This is the message I got in the end. Linuxbios tries to load the ELF image. It seems that there are 2 segments in the ELF. In the end, linuxbios jumps to an entry that looks like the in the middle of the first segment. Does it look right? The FILO.elf doesnt seem to load succeffully.

jump to boot code

2004-12-01 Thread Gin
I tested my payload(FILO.elf) with linux loader Grub. It has no problem at all. So something must go wrong when linuxbios jumps to the payload. FILO doesn't seem to run at all. No debug message over the console. Dont know if there is anyone familiar with ELF. This is the message over