sys_time  [kernel/time.c]


Returns the time since the Epoch (00:00:00 UTC, January 1, 1970), measured in seconds.

Arguments

eax 13
ebx Pointer to an integer which will receive the return value. If ebx is 0, then time is returned only in eax.

Return values

If the system call succeeds the return value is the time in seconds since the Epoch.
If the system call fails the return value is one of the following errno values:

-EFAULT ebx points outside your accessible address space.

Remarks

n/a

Compatibility

n/a