On Sun, May 18, 2008 at 09:36:32AM +0200, Rudolf Marek wrote:
Anyone willing to try the above on real hardware? :-)
Please pack source of snapshot too. I can try on monday on my Desktop system where I use Coreboot. I need to get booting from sata working so perhaps I need to hack the IO ports so it boots ;)
Thanks Rudolf.
The easiest way to get the snapshot is via git:
git clone git://git.linuxtogo.org/home/kevin/legacybios
If you compile from source, you'll need to change some settings in config.h:
#define CONFIG_COREBOOT 1 #define CONFIG_DEBUG_SERIAL 1 #define CONFIG_PCIBIOS 0
(The last line is needed to disable PIR table generation.)
-Kevin