kern
log src/vm.c
age | author | description |
---|---|---|
Wed, 12 Oct 2011 14:46:00 +0300 | John Tsiombikas | added a comment in clone_vm |
Wed, 12 Oct 2011 14:39:40 +0300 | John Tsiombikas | ok I *think* i've fixed it now |
Mon, 10 Oct 2011 04:16:01 +0300 | John Tsiombikas | - added a generic red-black tree data structure |
Wed, 17 Aug 2011 05:43:47 +0300 | John Tsiombikas | forgot to handle the cow argument to clone_vm |
Tue, 16 Aug 2011 03:26:53 +0300 | John Tsiombikas | I think we're done for now. two processes seem to be scheduled and switched just fine, fork seems to work (NO CoW YET!) |
Mon, 15 Aug 2011 04:03:39 +0300 | John Tsiombikas | Fixed most important task switching bugs. |
Sun, 07 Aug 2011 06:42:00 +0300 | John Tsiombikas | picking this up again, let's fix it |