forked from KolibriOS/kolibrios
Documentation for sysfn 26,10.
git-svn-id: svn://kolibrios.org@5810 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e9ad07e519
commit
02bf8f5334
@ -1449,6 +1449,20 @@ Remarks:
|
|||||||
than 497 days.
|
than 497 days.
|
||||||
* To get system time use function 3.
|
* To get system time use function 3.
|
||||||
|
|
||||||
|
======================================================================
|
||||||
|
===================== Function 26, subfunction 10 ====================
|
||||||
|
========== Get the value of the high precision time counter. =========
|
||||||
|
======================================================================
|
||||||
|
Parameters:
|
||||||
|
* eax = 26 - function number
|
||||||
|
* ebx = 10 - subfunction number
|
||||||
|
Returned value:
|
||||||
|
* eax = number of nanoseconds since system boot time (lower DWORD)
|
||||||
|
* edx = number of nanoseconds since system boot time (high DWORD)
|
||||||
|
Remarks:
|
||||||
|
* The counter is based on HPET, if HPET is not available, resolution
|
||||||
|
will be reduced to 10 000 000 nanoseconds.
|
||||||
|
|
||||||
======================================================================
|
======================================================================
|
||||||
===================== Function 26, subfunction 11 ====================
|
===================== Function 26, subfunction 11 ====================
|
||||||
========== Find out whether low-level HD access is enabled. ==========
|
========== Find out whether low-level HD access is enabled. ==========
|
||||||
|
Loading…
Reference in New Issue
Block a user