mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
It turned out we used one version of kmalloc for malloc() and another for kfree()! Now fixed. Added parent-child relationship to tasks. Need to polish handling CLONE_PARENT and THREAD.