Older Newer
Mon, 15 Aug 2005 07:56:42 . . . . Herbert Pötzl [cleaned up and renamed 'Task Virtualization']
Mon, 15 Aug 2005 07:54:05 . . . . DaPhreak?


Changes by last author:

Changed:
*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 ==