Ken Yap <ke...@nl...> writes:
> I have released Etherboot 4.7.17 at http://etherboot.sourceforge.net
>
> Changes in this release:
>
> + Added atftp 0.2 (ftp://ftp.mamalinux.com/pub/atftp/) to contrib/.
> Supposedly contains a tftpd that runs multithreaded, which may help
> people having problems with *inetd shutting down tftpds that spawn too
> fast.
Cool. I hadn't noticed there was a second rev of atftp out.
> + Got ELF format creation in mkelf-linux working now. At least one empty
> section header is required to make a valid ELF file.
What do you need a section header for? Sections aren't really applicable
to programs, just relocatable content.
You should only need to care about Program Headers.
>
> + Added code to support non-MULTIBOOT ELF when IMAGE_ELF is selected but
> IMAGE_MULTIBOOT is not. Booting from images created by mkelf-linux
> now works!
I definentily need to review this and get a little discussion going.
I have patches for linux to add a syscall to boot ELF images,
on both x86 & alpha.
It would be nice if etherboot had a compatible format. I intend to
start writing just what beyond the elf format will be needed to be
compatible.
Eric
|