Subversion Repositories freemyipod

Rev

Rev 843 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 843 Rev 857
Line 33... Line 33...
33
}
33
}
34
 
34
 
35
void fastboot_crapple()
35
void fastboot_crapple()
36
{
36
{
37
    boot->load_from_file(&bootinfo.firmware, &bootinfo.size, false, "/.boot/appleos.ucl", 0x800000);
37
    boot->load_from_file(&bootinfo.firmware, &bootinfo.size, false, "/.boot/appleos.ucl", 0x800000);
38
    if (!&bootinfo.firmware)
38
    if (!bootinfo.firmware)
39
        boot->load_from_file(&bootinfo.firmware, &bootinfo.size, false, "/.boot/appleos.bin", 0);
39
        boot->load_from_file(&bootinfo.firmware, &bootinfo.size, false, "/.boot/appleos.bin", 0);
40
    if (bootinfo.firmware) bootinfo.valid = true;
40
    if (bootinfo.firmware) bootinfo.valid = true;
41
}
41
}
42
 
42
 
43
void run_crapple()
43
void run_crapple()