Hi Eric.

I have these two errors while using the boot3.diff patch with newest
Linuxbios tree and etherboot 5.1.1 . This is with bzElf and zElf, which
are both 860k...

(ELF)... No base memory found assuming 640K
segment below 0x10000
0854done
<and then nothing>

Of course memory below 0x10000 isn't allowed. Are these errors expected?
Is there something I need to do that I haven't?

Here's what the elf looks like:


ELF Header:
  Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
  Class:                             ELF32
  Data:                              2's complement, little endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - System V
  ABI Version:                       0
  Type:                              EXEC (Executable file)
  Machine:                           Intel 80386
  Version:                           0x1
  Entry point address:               0x90a47
  Start of program headers:          52 (bytes into file)
  Start of section headers:          0 (bytes into file)
  Flags:                             0x0
  Size of this header:               52 (bytes)
  Size of program headers:           32 (bytes)
  Number of program headers:         4
  Size of section headers:           0 (bytes)
  Number of section headers:         0
  Section header string table index: 0

There are no sections in this file.

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  NOTE           0x0000b4 0x00000000 0x00000000 0x0008c 0x0008c     0
  LOAD           0x000140 0x00090000 0x00090000 0x01501 0x01901     0
  LOAD           0x001740 0x00001000 0x00001000 0x00000 0x8f000     0
  LOAD           0x001740 0x00100000 0x00100000 0xd42a1 0x1ec35c     0

There is no dynamic segment in this file.

There are no relocations in this file.

There are no unwind sections in this file.

No version information found in this file.



On 3 Apr 2002, Eric W. Biederman wrote:

> In the process of implementing ELF support I found a few small bugs,
> in my previous patches, nothing bug but thngs worth fixing.
>
> I have sent the latest rev to Linus and it is archived at:
> ftp://download.lnxi.com/pub/src/linux-kernel-patches/boot/
> ftp://download.lnxi.com/pub/src/linux-kernel-patches/boot/linux-2.5.7.boot3.diff
> http://www.xmission.com/~ebiederm/files/boot/linux-2.5.7.boot3.diff
>
> Eric
>


Reply via email to