Displaying 1 result from an estimated 1 matches for "chreport".
Did you mean:
techreport
2007 Oct 17
3
Adding a "boot from local hard disk" option to syslinux menu, booted from USB
...find a way to wait for a keypress, so this
way to make a pause
ix = 0;
while (ix < waittotal)
{ printf("\r%d/%d waiting ticks.. ", ix, waittotal);
ix += 1; }
printf("\n\n");
} //end for loops
fputs("Booting...not\n", stdout);
pFile = fopen("chreport.txt", "a");
if(pFile == NULL)
{
printf("Error opening for writing. Program
terminated.");
abort();
}
else
{
fprintf(pFile, logrc);
fclose(pFile);
}
//inreg.eax.w[0] = 0x000d; /* Clean up and chain
boot */
//inreg.edx.w[0] = 0; /* Should be 3 for &...