Tomas Hruby 86378ff645 PM remembers what it should schedule
- while PM implements fork also for RS it needs to remember what to
  schedule and what not. PM_SCHEDULED flag serves this purpose.

- PM only schedules processes that are descendaints of init, i.e. normal
  user processes

- after a process is forked PM schedules for the first time only
  processes that have PM_SCHEDULED set. The others are handled iether
  by kernel or some other scheduler
2010-04-13 10:45:08 +00:00
2010-04-08 12:18:57 +00:00
2010-04-08 15:08:31 +00:00
2010-04-12 17:56:07 +00:00
2010-04-09 21:56:44 +00:00
2010-04-09 21:56:44 +00:00
2010-04-09 21:56:44 +00:00
2010-04-10 15:27:38 +00:00
2010-04-09 21:56:44 +00:00
2010-04-09 21:56:44 +00:00
2010-01-21 10:16:05 +00:00
2010-04-01 22:22:33 +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%