2004-09-14 Hollis Blanchard <hollis@penguinppc.org>

* kern/powerpc/ieee1275/init.c (abort): Trap into Open Firmware.

	* term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_gotoxy): Use
	`y + 1' instead of `y - 1'.

	* conf/powerpc-ieee1275.rmk (grubof_LDFLAGS): Add `-N' and `-S'.
This commit is contained in:
marco_g 2004-09-14 21:21:12 +00:00
parent 062b24c22c
commit da75ac7157
5 changed files with 15 additions and 3 deletions

View file

@ -40,6 +40,9 @@ grub_addr_t grub_total_module_size = 0;
void
abort (void)
{
/* Trap to Open Firmware. */
asm ("trap");
for (;;);
}