Function os::syscall::process::sys_get_time
source · pub fn sys_get_time(_ts: *mut TimeVal, _tz: usize) -> isize
Expand description
YOUR JOB: get time with second and microsecond
HINT: You might reimplement it with virtual memory management.
HINT: What if TimeVal
is splitted by two pages ?