Howto boot kolibri with coreboot:

1. Coreboot building:
	svn co svn://coreboot.org/coreboot/trunk coreboot
	cd coreboot
	make menuconfig

Choose target system - QEMU and payload - SeaBIOS
Load file vgabios-cirrus.bin (http://www.coreboot.org/images/0/0d/Vgabios-cirrus.zip) and unpack it to the target directory.
	make
	cd ..
	cp coreboot/build/coreboot.rom bios.bin

2. Build latest qemu from git
3. Load with:
	qemu -L . -cdrom kolibri.iso -serial stdio
4. Enjoy!

