updates for testing

This commit is contained in:
2020-02-19 14:29:45 -05:00
parent 60dd861370
commit d8a22d5e34
2 changed files with 112 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ uint64_t floppysleep_iteration(float *init)
__asm__ volatile ("isb\n\rmrs %0, cntpct_el0" : "=r" (start));
fs_load(init, 1);
for(i = 0; i < 8; i++) fs_routine();
for(i = 0; i < 128; i++) fs_routine();
__asm__ volatile ("isb\n\rmrs %0, cntpct_el0" : "=r" (end));
if(2 * end - start - 64 > 0)