Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
--------------------------------------
Advanced Timer Demo
by
Giacomo Guidi <giacomo@gandalf.sssup.it>
Last update 23/04/2003
--------------------------------------
This demo shows the new timer management
code of S.Ha.R.K.
--------------------------------------
The demo is composed by:
MAKEFILE The makefile used to compile the application
README.TXT This file
INITFILE.C The init file
ADVTIMER.C The Advanced Timer Demo
--------------------------------------
To change the timer mode, you have to
modify two global variable in:
oslib/kl/advtimer.c
use_tsc (BOOL)
use_cmos (BOOL)
and to recompile.
The default setting is
use_tsc = 1;
use_cmos = 0;