Subversion Repositories Kolibri OS

Rev

Rev 5682 | Rev 5836 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5682 Rev 5810
Line 1448... Line 1448...
1448
  * Counter takes modulo 2^32, that correspond to a little more
1448
  * Counter takes modulo 2^32, that correspond to a little more
1449
    than 497 days.
1449
    than 497 days.
1450
  * To get system time use function 3.
1450
  * To get system time use function 3.  
Line 1451... Line 1451...
1451
 
1451
  
-
 
1452
======================================================================
-
 
1453
===================== Function 26, subfunction 10 ====================
-
 
1454
========== Get the value of the high precision time counter. =========
-
 
1455
======================================================================
-
 
1456
Parameters:
-
 
1457
  * eax = 26 - function number
-
 
1458
  * ebx = 10 - subfunction number
-
 
1459
Returned value:
-
 
1460
  * eax = number of nanoseconds since system boot time (lower DWORD)
-
 
1461
  * edx = number of nanoseconds since system boot time (high DWORD)  
-
 
1462
Remarks:
-
 
1463
  * The counter is based on HPET, if HPET is not available, resolution
-
 
1464
    will be reduced to 10 000 000 nanoseconds.
-
 
1465
 
1452
======================================================================
1466
======================================================================
1453
===================== Function 26, subfunction 11 ====================
1467
===================== Function 26, subfunction 11 ====================
1454
========== Find out whether low-level HD access is enabled. ==========
1468
========== Find out whether low-level HD access is enabled. ==========
1455
======================================================================
1469
======================================================================
1456
Parameters:
1470
Parameters: