On Mon, Feb 19, 2007 at 11:40:23PM +0200, Santtu Nyrhinen wrote:
I've been using the abuild utility and the Config-abuild.lb config file to build images for the mii6000.
I managed to get working bios, but how I can enable onboard vga. abuild seems to build 256KB bios by default, so I can't just 'cat' vga bios to linuxbios.
dd if=vgabios.bin of=linuxbios.rom conv=notrunc
//Peter