j
k
j a
j l
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?
if (dst == (void *) -1) { /* We should use die() here. */ print_emerg("Loading stage failed!\n"); for (;;); }
/* 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
Back to the thread
Back to the list