Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

syscall::sys_clock

Signature: void syscall::sys_clock(interrupts::s_registers* regs)
Description: Syscall to get the current number of timer ticks since boot

Parameters:

Return: void

syscall::sys_clock_ticks_per_second

Signature: void syscall::sys_clock_ticks_per_second(interrupts::s_registers* regs)
Description: Syscall to get the number of timer ticks per second

Parameters:

Return: void

Show file on GitHub