mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Now, we support thread trees which are spanning more than one level depth. Any thread can create any number of threads provided that they are under the limits which are enforced by the kernel. Also with this commit, we have almost finished supporting SHARED space thread creation in which stack and utcb space are allocated statically.