Index: branches/slice/trunkM/i386/boot2/resume.c =================================================================== --- branches/slice/trunkM/i386/boot2/resume.c (revision 1229) +++ branches/slice/trunkM/i386/boot2/resume.c (revision 1230) @@ -140,13 +140,14 @@ printf("mem_base %x\n", mem_base); // Rek : hibernate fix - if (!((long long)mem_base+allocSize<1024*bootInfo->extmem+0x100000)) + //Slice - psholty +/* if (!((long long)mem_base+allocSize<1024*bootInfo->extmem+0x100000)) { printf ("Not enough space to restore image. Press any key to proceed with normal boot.\n"); getchar(); return; } - +*/ bcopy(header, (void *) mem_base, sizeof(IOHibernateImageHeader)); header = (IOHibernateImageHeader *) mem_base; Index: branches/slice/trunkM/i386/boot2/boot.c =================================================================== --- branches/slice/trunkM/i386/boot2/boot.c (revision 1229) +++ branches/slice/trunkM/i386/boot2/boot.c (revision 1230) @@ -164,13 +164,13 @@ execute_hook("DriversLoaded", (void*)binary, NULL, NULL, NULL); clearActivityIndicator(); - +/* if (gErrors) { printf("Errors encountered while starting up the computer.\n"); printf("Pausing %d seconds...\n", kBootErrorTimeout); sleep(kBootErrorTimeout); } - +*/ md0Ramdisk(); verbose("Starting Darwin %s\n",( archCpuType == CPU_TYPE_I386 ) ? "x86" : "x86_64"); Index: branches/slice/trunkM/revision =================================================================== --- branches/slice/trunkM/revision (revision 1229) +++ branches/slice/trunkM/revision (revision 1230) @@ -1 +1 @@ -1224 \ No newline at end of file +1227 \ No newline at end of file