index
:
TCE.git
master
old_c
std_c_userland
Hobby OS experiment
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
task
/
task.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introducing FWIK, the userland C++ framework. Far from complete.
Alex AUVOLAT
2012-05-19
1
-2
/
+2
*
Added ANSI support, minimal readline-like library.
Alex AUVOLAT
2012-05-19
1
-2
/
+3
*
Can now spawn new processes.
Alex AUVOLAT
2012-05-18
1
-3
/
+6
*
Added process arguments when loaded as modules.
Alex AUVOLAT
2012-05-18
1
-0
/
+3
*
Beginning of a VFS implemented. C++ is great.
Alex AUVOLAT
2012-05-17
1
-1
/
+7
*
Fixed some nasty bugs.
Alex AUVOLAT
2012-05-17
1
-1
/
+0
*
Minor changes (more OOP constructs);
Alex AUVOLAT
2012-05-04
1
-7
/
+15
*
Migration to C++!
Alex AUVOLAT
2012-05-04
1
-12
/
+17
*
Now using Doug Lea's malloc for userland too. And improved stability.
Alex AUVOLAT
2012-05-01
1
-10
/
+9
*
Removed all old object/request/... stuff (that was crap)
Alexis211
2010-09-10
1
-3
/
+0
*
Each thread has its own stack. Added simple unit tests for kmalloc,kfree
Alexis211
2010-09-10
1
-3
/
+2
*
No more global list of threads, one list of threads per process.
Alexis211
2010-08-10
1
-1
/
+2
*
Now using a simple Round Robin scheduler.
Alexis211
2010-08-10
1
-1
/
+1
*
thread_sleep functions redone.
Alexis211
2010-08-10
1
-2
/
+0
*
Added a lot of comments in kernel code. A bit of cleaning too.
Alexis211
2010-08-10
1
-3
/
+4
*
More work on IPC and userland tools.
Alexis211
2010-03-30
1
-0
/
+3
*
IPC not tested but suposedly working.
Alexis211
2010-03-24
1
-1
/
+1
*
More work on IPC
Alexis211
2010-03-23
1
-1
/
+5
*
old uncommited changes commited
Alexis211
2010-03-02
1
-1
/
+4
*
Added user mode support and monitor_writeDec
Alexis211
2010-02-09
1
-0
/
+4
*
Reorganisation
Alexis211
2010-02-06
1
-0
/
+55