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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added ANSI support, minimal readline-like library.
Alex AUVOLAT
2012-05-19
1
-0
/
+5
*
Simple shell added. Simple fprintf function added too.
Alex AUVOLAT
2012-05-18
1
-1
/
+4
*
Added process arguments when loaded as modules.
Alex AUVOLAT
2012-05-18
1
-1
/
+19
*
Added initrd. Status: VFS support, totally useless shell.
Alex AUVOLAT
2012-05-18
1
-4
/
+19
*
Improvements. Next: initrd.
Alex AUVOLAT
2012-05-18
1
-3
/
+3
*
The keyboard handling, it's getting better. + Funny screenshot.
Alex AUVOLAT
2012-05-18
1
-0
/
+1
*
Minor changes.
Alex AUVOLAT
2012-05-18
2
-33
/
+31
*
Devices using the VFS structure. Basic keyboard handler.
Alex AUVOLAT
2012-05-17
4
-165
/
+51
*
Beginning of a VFS implemented. C++ is great.
Alex AUVOLAT
2012-05-17
1
-0
/
+3
*
Fixed some nasty bugs.
Alex AUVOLAT
2012-05-17
1
-2
/
+2
*
More OOP;
Alex AUVOLAT
2012-05-04
1
-0
/
+22
*
Migration to C++!
Alex AUVOLAT
2012-05-04
3
-7
/
+7
*
Now using Doug Lea's malloc for userland too. And improved stability.
Alex AUVOLAT
2012-05-01
4
-49
/
+4
*
Now using Doug Lea's malloc in kernel land. Next: same in userland.
Alex AUVOLAT
2012-05-01
2
-9
/
+11
*
Some cleanup ; relocated the kernel at 0xC0000000
Alex AUVOLAT
2012-05-01
4
-11
/
+15
*
It's alive! Or is it? No, it's not.
Alex AUVOLAT
2012-05-01
1
-1
/
+1
*
New heap, simple and bug-free, but inefficient.
katchup
2010-12-12
2
-25
/
+40
*
Minor changes to display.
Alexis211
2010-09-11
1
-8
/
+6
*
Each thread has its own stack. Added simple unit tests for kmalloc,kfree
Alexis211
2010-09-10
5
-2
/
+43
*
Some changes to stack tracing.
Alexis211
2010-08-13
2
-6
/
+23
*
Added priorities to the scheduler.
Alexis211
2010-08-10
1
-5
/
+2
*
thread_sleep functions redone.
Alexis211
2010-08-10
1
-1
/
+1
*
Added a lot of comments in kernel code. A bit of cleaning too.
Alexis211
2010-08-10
5
-23
/
+52
*
Using a cross-compiler. Better makefile system.
Alexis211
2010-08-10
1
-1
/
+1
*
0.0.4 is out
Alexis211
2010-04-08
1
-1
/
+1
*
More work on manager
Alexis211
2010-04-07
2
-3
/
+4
*
IPC not tested but suposedly working.
Alexis211
2010-03-24
1
-3
/
+4
*
Added thread_new syscall
Alexis211
2010-02-09
2
-2
/
+2
*
Added user mode support and monitor_writeDec
Alexis211
2010-02-09
5
-2
/
+29
*
Reorganisation
Alexis211
2010-02-06
7
-0
/
+344