index
:
TCE.git
master
old_c
std_c_userland
Hobby OS experiment
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Nothing.
old_c
Alex AUVOLAT
2012-05-04
1
-8
/
+0
|
*
Basic object system - THIS IS STILL A LONG WAY TO GO!!
Alex AUVOLAT
2012-05-01
36
-109
/
+1132
|
*
Now using Doug Lea's malloc for userland too. And improved stability.
Alex AUVOLAT
2012-05-01
37
-443
/
+6416
|
*
Now using Doug Lea's malloc in kernel land. Next: same in userland.
Alex AUVOLAT
2012-05-01
22
-510
/
+6404
|
*
Some cleanup ; relocated the kernel at 0xC0000000
Alex AUVOLAT
2012-05-01
54
-544
/
+188
|
*
It's alive! Or is it? No, it's not.
Alex AUVOLAT
2012-05-01
5
-15
/
+20
|
*
New heap, simple and bug-free, but inefficient.
katchup
2010-12-12
11
-267
/
+492
|
*
Minor changes to display.
Alexis211
2010-09-11
2
-9
/
+7
|
*
Removed all old object/request/... stuff (that was crap)
Alexis211
2010-09-10
33
-1323
/
+115
|
*
Each thread has its own stack. Added simple unit tests for kmalloc,kfree
Alexis211
2010-09-10
22
-44
/
+136
|
|
|
|
Found a bug in heap_contract (not sure) but didn't fix it.
*
.
Alexis211
2010-09-10
1
-0
/
+2
|
*
Floppy image no longer included.
Alexis211
2010-09-10
2
-0
/
+1
|
*
Some changes to stack tracing.
Alexis211
2010-08-13
5
-15
/
+27
|
*
Added priorities to the scheduler.
Alexis211
2010-08-10
4
-21
/
+42
|
*
No more global list of threads, one list of threads per process.
Alexis211
2010-08-10
4
-21
/
+21
|
*
Now using a simple Round Robin scheduler.
Alexis211
2010-08-10
6
-21
/
+46
|
*
Changed idt_waitIrq to support multiple waiting threads.
Alexis211
2010-08-10
3
-9
/
+15
|
*
thread_sleep functions redone.
Alexis211
2010-08-10
6
-41
/
+73
|
*
Added a lot of comments in kernel code. A bit of cleaning too.
Alexis211
2010-08-10
25
-62
/
+232
|
*
Using a cross-compiler. Better makefile system.
Alexis211
2010-08-10
12
-137
/
+87
|
*
0.0.4 is out
Alexis211
2010-04-08
4
-7
/
+3
|
*
More work on manager
Alexis211
2010-04-07
29
-101
/
+474
|
*
Some stuff added to userland.
Alexis211
2010-04-05
4
-1
/
+58
|
*
More work on IPC.
Alexis211
2010-04-05
19
-18
/
+121
|
*
Shared memory segment manager in userland
Alexis211
2010-03-31
10
-12
/
+187
|
*
More work on IPC and userland tools.
Alexis211
2010-03-30
28
-38
/
+716
|
*
IPC documented, still not tested.
Alexis211
2010-03-26
4
-16
/
+101
|
*
IPC not tested but suposedly working.
Alexis211
2010-03-24
18
-62
/
+369
|
*
More work on IPC
Alexis211
2010-03-23
20
-35
/
+316
|
*
old uncommited changes commited
Alexis211
2010-03-02
18
-19
/
+231
|
*
Added thread_new syscall
Alexis211
2010-02-09
8
-14
/
+41
|
*
Added user mode support and monitor_writeDec
Alexis211
2010-02-09
17
-17
/
+159
|
*
Reorganisation
Alexis211
2010-02-06
48
-23
/
+104
|
*
Everything seems to work : loading a module that displays a message.
Alexis211
2010-02-05
10
-19
/
+23
|
*
More work, does not work
Alexis211
2010-02-05
15
-365
/
+120
|
*
Elf loader added
Alexis211
2010-02-05
4
-3
/
+108
|
*
More work on tasking, paging, syscalls, stuff.
Alexis211
2010-02-05
11
-240
/
+386
|
*
Start work on syscalls, advanced tasking, segmentation
Alexis211
2010-02-05
12
-134
/
+334
|
*
Start syscall work
Alexis211
2010-02-03
7
-129
/
+197
|
*
Reogranization
Alexis211
2010-02-03
29
-174
/
+181
|
*
Minor changes
Alexis211
2010-01-25
3
-2
/
+2
|
*
First commit
Alexis211
2010-01-25
37
-0
/
+2059