Eric W. Biederman wrote: > Ollie Lho <[EMAIL PROTECTED]> writes: > > >>Eric, >> Can we return from and ELF file to the ELF loader in LinuxBIOS >> > > Returning from ELF is possible. So far I've specced it as bootloader > dependent. Ant it isn't currently implemented in linuxBIOS. But > linuxBIOS is also not being stomped by the loaded image. > >
I was considering something like the current 0x55 0xAA "BIOS Extension" mechanism. The ELF loader scans every .stream compiled in for the ELF header. If the header is presented in the media, load the ELF executable. P.S. Can we have mutiple .stream in a LinuxBIOS image ?? For example, I am trying to use DoC with Kernel image on IDE disk. Ollie
