Tomas Hruby fac5fbfdbf SMP - CPU local run queues
- each CPU has its own runqueues

- processes on BSP are put on the runqueues later after a switch to
  the final stack when cpuid works to avoid special cases

- enqueue() and dequeue() use the run queues of the cpu the process is
  assigned to

- pick_proc() uses the local run queues

- printing of per-CPU run queues ('2') on serial console
2010-09-15 14:10:18 +00:00
2010-09-14 21:27:31 +00:00
2010-09-14 21:27:31 +00:00
2010-09-15 14:09:52 +00:00
2010-09-15 14:10:18 +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%