minix/servers
Tomas Hruby 451a6890d6 scheduling - time quantum in miliseconds
- Currently the cpu time quantum is timer-ticks based. Thus the
  remaining quantum is decreased only if the processes is interrupted
  by a timer tick. As processes block a lot this typically does not
  happen for normal user processes. Also the quantum depends on the
  frequency of the timer.

- This change makes the quantum miliseconds based. Internally the
  miliseconds are translated into cpu cycles. Everytime userspace
  execution is interrupted by kernel the cycles just consumed by the
  current process are deducted from the remaining quantum.

- It makes the quantum system timer frequency independent.

- The boot processes quantum is loosely derived from the tick-based
  quantas and 60Hz timer and subject to future change

- the 64bit arithmetics is a little ugly, will be changes once we have
  compiler support for 64bit integers (soon)
2010-05-25 08:06:14 +00:00
..
ds DS: base number of data entries on NR_SYS_PROCS 2010-05-12 13:21:15 +00:00
hgfs Use of all NIL_* defines converted to NULL 2010-05-10 13:26:00 +00:00
inet This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
init Oops, last commit included more than was intended 2010-05-20 08:07:47 +00:00
ipc ipc server: don't print as many errors, to make ipc test less noisy. 2010-04-12 11:06:15 +00:00
is scheduling - time quantum in miliseconds 2010-05-25 08:06:14 +00:00
iso9660fs Fixed some inconsistent strict typing declarations. 2010-05-25 07:23:24 +00:00
mfs Fixed some inconsistent strict typing declarations. 2010-05-25 07:23:24 +00:00
pfs Use of all NIL_* defines converted to NULL 2010-05-10 13:26:00 +00:00
pm Fixed some inconsistent strict typing declarations. 2010-05-25 07:23:24 +00:00
rs Fixed some inconsistent strict typing declarations. 2010-05-25 07:23:24 +00:00
sched Scheduling server (by Bjorn Swift) 2010-05-18 13:39:04 +00:00
vfs Use of all NIL_* defines converted to NULL 2010-05-10 13:26:00 +00:00
vm Oops, last commit included more than was intended 2010-05-20 08:07:47 +00:00
Makefile Scheduling server (by Bjorn Swift) 2010-05-18 13:39:04 +00:00