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
2010-09-14 21:27:31 +00:00
2010-09-14 21:27:31 +00:00
2010-09-14 21:50:05 +00:00
2010-09-14 21:29:40 +00:00
2010-09-15 14:09:52 +00:00
2010-09-14 21:31:56 +00:00
2010-09-15 08:47:42 +00:00
2010-01-21 10:16:05 +00:00
2010-09-15 14:09:52 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%