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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simple shell added. Simple fprintf function added too.
Alex AUVOLAT
2012-05-18
1
-1
/
+1
*
Can now spawn new processes.
Alex AUVOLAT
2012-05-18
3
-37
/
+110
*
Added process arguments when loaded as modules.
Alex AUVOLAT
2012-05-18
2
-18
/
+52
*
Improvements. Next: initrd.
Alex AUVOLAT
2012-05-18
1
-0
/
+1
*
A bit of a change in the directory layout.
Alex AUVOLAT
2012-05-18
1
-1
/
+0
*
Minor changes.
Alex AUVOLAT
2012-05-18
2
-8
/
+8
*
Devices using the VFS structure. Basic keyboard handler.
Alex AUVOLAT
2012-05-17
4
-24
/
+20
*
Beginning of a VFS implemented. C++ is great.
Alex AUVOLAT
2012-05-17
3
-17
/
+81
*
Fixed some nasty bugs.
Alex AUVOLAT
2012-05-17
2
-5
/
+4
*
Nothing, just reverted some shit.
Alex AUVOLAT
2012-05-17
1
-15
/
+11
*
Preparations.
Alex AUVOLAT
2012-05-04
3
-19
/
+25
*
More OOP;
Alex AUVOLAT
2012-05-04
1
-4
/
+5
*
Minor changes (more OOP constructs);
Alex AUVOLAT
2012-05-04
5
-72
/
+54
*
Migration to C++!
Alex AUVOLAT
2012-05-04
9
-115
/
+130
*
Now using Doug Lea's malloc for userland too. And improved stability.
Alex AUVOLAT
2012-05-01
5
-26
/
+75
*
Now using Doug Lea's malloc in kernel land. Next: same in userland.
Alex AUVOLAT
2012-05-01
3
-1
/
+3
*
Some cleanup ; relocated the kernel at 0xC0000000
Alex AUVOLAT
2012-05-01
2
-7
/
+3
*
New heap, simple and bug-free, but inefficient.
katchup
2010-12-12
2
-1
/
+5
*
Removed all old object/request/... stuff (that was crap)
Alexis211
2010-09-10
3
-35
/
+3
*
Each thread has its own stack. Added simple unit tests for kmalloc,kfree
Alexis211
2010-09-10
4
-22
/
+22
*
Some changes to stack tracing.
Alexis211
2010-08-13
2
-9
/
+4
*
Added priorities to the scheduler.
Alexis211
2010-08-10
2
-16
/
+40
*
No more global list of threads, one list of threads per process.
Alexis211
2010-08-10
3
-21
/
+21
*
Now using a simple Round Robin scheduler.
Alexis211
2010-08-10
4
-20
/
+45
*
Changed idt_waitIrq to support multiple waiting threads.
Alexis211
2010-08-10
2
-9
/
+15
*
thread_sleep functions redone.
Alexis211
2010-08-10
4
-40
/
+72
*
Added a lot of comments in kernel code. A bit of cleaning too.
Alexis211
2010-08-10
7
-20
/
+71
*
More work on manager
Alexis211
2010-04-07
2
-23
/
+49
*
More work on IPC.
Alexis211
2010-04-05
1
-3
/
+9
*
More work on IPC and userland tools.
Alexis211
2010-03-30
5
-7
/
+29
*
IPC not tested but suposedly working.
Alexis211
2010-03-24
5
-4
/
+30
*
More work on IPC
Alexis211
2010-03-23
4
-10
/
+28
*
old uncommited changes commited
Alexis211
2010-03-02
5
-11
/
+42
*
Added thread_new syscall
Alexis211
2010-02-09
2
-6
/
+19
*
Added user mode support and monitor_writeDec
Alexis211
2010-02-09
4
-6
/
+62
*
Reorganisation
Alexis211
2010-02-06
10
-0
/
+765