Hi,
Marc Jones wrote:
I recently tried running coreboot + SeaBIOS + SYSLINUX under QEMU (as suggested on the Easy tasks page [5]), and it seems to work alright - but is it possible to find a SYSLINUX ELF image so I can eliminate SeaBIOS?
I don't know if anyone has made a SYSLINUX elf.
It's not possible to use SYSLINUX without SeaBIOS. SYSLINUX is by design and very much on purpose tightly coupled with legacy BIOS interrupt services and legacy BIOS data structures.
The SYSLINUX author is also outspoken against coreboot, the principal argument being that coreboot is bad because it works diferently than legacy BIOS.
//Peter