Stefan Reinauer wrote:
> > + if (dst == (void *) -1) {
> > + /* We should use die() here. */
> > + print_emerg("Loading stage failed!\n");
> > + for (;;);
> > + }
>
> Can we do for (;;) asm("hlt"); instead?Can we not get die() to work? //Peter -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

