minix/servers/sched
Tomas Hruby 1e273f640e SMP - Scheduler can assign process to a cpu
- machine information contains the number of cpus and the bsp id

- a dummy SMP scheduler which keeps all system processes on BSP and
  all other process on APs. The scheduler remembers how many processes
  are assigned to each CPU and always picks the one with the least
  processes for a new process.
2010-09-15 14:10:33 +00:00
..
main.c SMP - Scheduler can assign process to a cpu 2010-09-15 14:10:33 +00:00
Makefile move timers code to libsys 2010-07-09 12:58:18 +00:00
proto.h move timers code to libsys 2010-07-09 12:58:18 +00:00
sched.h SMP - Scheduler can assign process to a cpu 2010-09-15 14:10:33 +00:00
schedproc.h SMP - Scheduler can assign process to a cpu 2010-09-15 14:10:33 +00:00
schedule.c SMP - Scheduler can assign process to a cpu 2010-09-15 14:10:33 +00:00
utility.c User-space scheduling for system processes 2010-07-01 08:32:33 +00:00