* Xavier Pegenaute xpegenaute@telepolis.es [031114 15:44]:
is there any document of how to generate ELF binaries of programs made by myself runnable by LinuxBios,Filo,Etherboto loading ELF binaries ?
The binary has to be self contained, i.e use no external services. And it needs a defined entry point.. Stack setup and similar things are wishful but not necessary iirc.
For example: LinuxBios + myprogram, or LinuxBios + Filo + myprogram_from_dsk or LinuxBios + etherboot + myprogram_from_X
I was looking something in dietlibc but at the moment it does'nt work.
dietlibc will probably not work since it uses system calls..
Stefan