index
:
Melon.git
master
Hobby OS experiment
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Kernel
/
TaskManager
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tasking now works with linked lists
Alexis211
2009-10-11
5
-60
/
+76
*
Added a single linked list simple class (SimpleList)
Alexis211
2009-10-11
1
-13
/
+10
*
Added a simple random generator
Alexis211
2009-10-11
1
-0
/
+1
*
Exiting from a thread now works without hanging everything.
Alexis211
2009-10-09
4
-6
/
+39
*
The kernel shell is now in an independent class, KernelShell::
Alexis211
2009-10-02
4
-13
/
+18
*
We now have scrollable virtual terminals !
Alexis211
2009-09-20
2
-2
/
+2
*
Changes in mutexes, vectors and VTs :
Alexis211
2009-09-18
3
-9
/
+21
*
Added stuff to WChar and String classes.
Alexis211
2009-09-16
1
-1
/
+1
*
Class for file descriptors introduced : File. Not used yet.
Alexis211
2009-09-13
2
-1
/
+26
*
Ok, exception handling happens in Thread::.
Alexis211
2009-09-06
3
-0
/
+42
*
Bug correction
Alexis211
2009-09-06
3
-7
/
+1
*
Maybee some changes
Alexis211
2009-09-02
5
-11
/
+17
*
We now have complete support for keybord, IN UTF-8 !!
Alexis211
2009-08-31
6
-5
/
+64
*
We now have (partial) support for UTF-8.
Alexis211
2009-08-29
1
-1
/
+1
*
The Melon kernel now has support for simple multitasking
Alexis211
2009-08-29
7
-0
/
+501