*each context has a task space for itself
** no need for a fake init, just start a real init as pid 1 ** no need for hiding because tasks are truly separated ** easier/separate scheduling (for each context) ** inherited namespace for root and devices Questions: What do you mean by inherited namespace for root and devices? - the clone() call with CLONE_NEWNS (very powerful ;) |
== Scheduling per Context == |