age |
author |
description |
Sat, 15 Oct 2011 07:45:56 +0300 |
John Tsiombikas |
- implemented syscalls: exit, waitpid, getppid |
Mon, 10 Oct 2011 04:16:01 +0300 |
John Tsiombikas |
- added a generic red-black tree data structure |
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 06:17:58 +0300 |
John Tsiombikas |
finally, runqueues, blocking, waking up, idle loop etc, all seem to work fine |
Mon, 15 Aug 2011 04:03:39 +0300 |
John Tsiombikas |
Fixed most important task switching bugs. |
Sun, 14 Aug 2011 16:57:23 +0300 |
John Tsiombikas |
bringing the task switching thing into shape with proper per-process kernel stacks and shit |
Mon, 08 Aug 2011 09:53:10 +0300 |
John Tsiombikas |
llalallalala |
Sun, 07 Aug 2011 06:42:00 +0300 |
John Tsiombikas |
picking this up again, let's fix it |
Mon, 01 Aug 2011 06:45:29 +0300 |
John Tsiombikas |
lalalala |
Thu, 28 Jul 2011 05:43:04 +0300 |
John Tsiombikas |
continuing with the process implementation. not done yet, panics. |
Mon, 25 Jul 2011 11:29:02 +0300 |
John Tsiombikas |
- implemented clone_vmem |
Sun, 24 Jul 2011 18:29:24 +0300 |
John Tsiombikas |
started implementing processes |
Sat, 23 Apr 2011 00:51:18 +0300 |
John Tsiombikas |
starting on the task switching implementation |