Something should count up the uptime ticks using the function KernelTick(..).
Bug #19 and Bug #34 are related to the timer module. If those issues are solved we can introduce a new 1ms-timer which calls this function with parameter 1. For the moment we should use the scheduler's timer which calls this function with parameter 10, respectively the defined timeslice.
Something should count up the uptime ticks using the function
KernelTick(..)
.Bug #19 and Bug #34 are related to the timer module. If those issues are solved we can introduce a new 1ms-timer which calls this function with parameter
1
. For the moment we should use the scheduler's timer which calls this function with parameter10
, respectively the defined timeslice.