Pattrick Hueper wrote:
What i read/heard of seabios, it seems, that it is pretty much tied with the x86 architecture,
Yes. Everything runs natively. SeaBIOS provides the BIOS stuff needed by option ROMs.
whereas the SLOF biosemu is designed to be architecture independent, and for me it has proven to be so by being ported from OF/PPC to coreboot/x86 with reasonable effort.
It is great progress!
However, x86emu only really emulates real mode AFAIK, and not all option ROMs stick to that. They could assume that protected mode is available and enable it during their run. Have you looked into handling this also in biosemu? Have you seen this behavior in any option ROMs? Have you already done extensive testing?
//Peter