Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1362 → Rev 1361

/demos/trunk/advtimer/readme.txt
23,9 → 23,17
--------------------------------------
 
To change the timer mode, you have to
modify shark.cfg and to recompile the
system
modify two global variable in:
 
make clean
make
oslib/kl/advtimer.c
 
use_tsc (BOOL)
use_cmos (BOOL)
 
and to recompile.
 
The default setting is
 
use_tsc = 1;
use_cmos = 0;