Go to file
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
benchmarks only check local benchmark dir if it exists 2010-02-04 18:15:10 +00:00
boot Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
commands Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
docs This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
drivers Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
etc Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
include scheduling - time quantum in miliseconds 2010-05-25 08:06:14 +00:00
kernel scheduling - time quantum in miliseconds 2010-05-25 08:06:14 +00:00
lib Oops, last commit included more than was intended 2010-05-20 08:07:47 +00:00
man fix int64.3 man page formatting 2010-05-24 21:10:37 +00:00
servers scheduling - time quantum in miliseconds 2010-05-25 08:06:14 +00:00
share Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
test This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
tools Minor patch: increase size of root partition for minimal release, eve very small additions with -c made it fail 2010-05-19 20:11:22 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00