Hi,

Update:

Extends the driver to support powerpc-ieee1275. It's quite similar to
i386-ieee1275, but it uses 8-bit indexed color instead of 16-bit
color.

I use the following command to generate grub.elf:

grub-mkimage -d . -m memdisk -o grub.elf minicmd cpio memdisk normal
sh ls ofw_fb font gfxterm

memdisk contains ascii.pf2 and grub.cfg:

set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
loadfont /boot/grub/ascii.pf2
terminal_output.gfxterm

menuentry "halt"  {
  halt
}

Tested ok on the following platform:

OLPC (i386-ieee1275)
OpenBIOS (powerpc-ieee1275)
PPC Mac Mini (powerpc-ieee1275)

-- 
Bean

gitgrub home: http://github.com/grub/grub/
my fork page: http://github.com/bean123/grub/


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to