j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Index: arch/ppc/qemu/main.c =================================================================== --- arch/ppc/qemu/main.c (révision 396) +++ arch/ppc/qemu/main.c (copie de travail) @@ -266,6 +266,10 @@ } u; phandle_t ph;
+ /* Quik can only boot from a hard-disk */ + if (nvram_read(0x34) == 'd') + return; + if ((fd = open_io(path)) == -1) { ELF_DPRINTF("Can't open %s\n", path); return;