Christer Weinigel christer@weinigel.se writes:
Hi,
a quick question, is LinuxBIOS able to boot any of the BSD-flavours? I'm especially interested in FreeBSD.
LinuxBIOS will load etherboot. etherboot has support for FreeBSD.
But I believe the FreeBSD kernel uses vm86 mode and makes x86 BIOS calls which LinuxBIOS does not implement. It should just be a matter of modifying the BSDs to not make x86 BIOS calls and instead read the LinuxBIOS table.
There may be a few integration issues but it should not be too hard to get going.
Eric