First commit

This commit is contained in:
Dave Lacey
2011-07-07 20:15:51 +01:00
commit 02b07ed9f3
70 changed files with 15434 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#if 0
{
tmr :> sof_time;
if (last_sof_time && ((sof_time - last_sof_time) > 20000)) {
missed_sofcount = sofCount;
missed_count--;
if (!missed_count) {
asm("ecallf %0"::"r"(0));
}
}
last_sof_time = sof_time;
}
#endif