index
:
Melon.git
master
Hobby OS experiment
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Kernel
/
TaskManager
/
Process.class.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Each thread now has a kernel stack and an user stack
Alexis211
2009-10-17
1
-1
/
+3
|
*
Each Process now has a user heap.
Alexis211
2009-10-17
1
-12
/
+11
|
|
|
|
It will be used for transferring data from kernel to userland.
*
We now use a temporary stack in task management for :
Alexis211
2009-10-16
1
-1
/
+1
|
|
|
|
|
- deleting current thread whe it finishes - doing everything that goes with that
*
Process now uses a linked list for associated file descriptors.
Alexis211
2009-10-13
1
-12
/
+6
|
*
Tasking now works with linked lists
Alexis211
2009-10-11
1
-1
/
+1
|
*
Exiting from a thread now works without hanging everything.
Alexis211
2009-10-09
1
-4
/
+5
|
*
The kernel shell is now in an independent class, KernelShell::
Alexis211
2009-10-02
1
-0
/
+1
|
*
Class for file descriptors introduced : File. Not used yet.
Alexis211
2009-09-13
1
-1
/
+21
|
*
Ok, exception handling happens in Thread::.
Alexis211
2009-09-06
1
-0
/
+1
|
*
Maybee some changes
Alexis211
2009-09-02
1
-1
/
+1
|
*
We now have complete support for keybord, IN UTF-8 !!
Alexis211
2009-08-31
1
-1
/
+10
|
*
The Melon kernel now has support for simple multitasking
Alexis211
2009-08-29
1
-0
/
+85