index
:
Melon.git
master
Hobby OS experiment
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented static syscalls, specific to a class and not an object.
Alexis211
2009-10-20
7
-3
/
+39
*
We now have call tables for ressources.
Alexis211
2009-10-20
10
-87
/
+107
*
More work on syscalls
Alexis211
2009-10-18
7
-1
/
+44
*
Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfree
Alexis211
2009-10-18
11
-24
/
+24
*
Heap included as well in userland library
Alexis211
2009-10-18
12
-405
/
+18
*
More work on syscalls
Alexis211
2009-10-18
5
-9
/
+58
*
Syscall interface starts being implemented !
Alexis211
2009-10-18
9
-9
/
+230
*
Re-organized everything
Alexis211
2009-10-18
54
-1359
/
+50
*
We can now load ELF binaries !!!
Alexis211
2009-10-18
5
-1
/
+128
*
Loading binaries now is done through a much more unified interface.
Alexis211
2009-10-18
12
-24
/
+130
*
Melon now loads a simple ASM application out of the ramfs
Alexis211
2009-10-17
14
-33
/
+47
*
nothing
Alexis211
2009-10-17
1
-1
/
+2
*
User mode code can now run !
Alexis211
2009-10-17
11
-10
/
+162
*
Each thread now has a kernel stack and an user stack
Alexis211
2009-10-17
6
-23
/
+36
*
Merge branch 'heap_class'
Alexis211
2009-10-17
6
-20
/
+25
|
\
|
*
Each Process now has a user heap.
Alexis211
2009-10-17
6
-20
/
+25
*
|
Merge branch 'heap_class'
Alexis211
2009-10-16
12
-47
/
+96
|
\
|
|
*
We now use a temporary stack in task management for :
Alexis211
2009-10-16
8
-26
/
+44
|
*
Process now uses a linked list for associated file descriptors.
Alexis211
2009-10-13
3
-13
/
+8
|
*
Heap class now uses a Mutex
Alexis211
2009-10-13
4
-9
/
+45
*
|
Merge branch 'heap_class'
Alexis211
2009-10-13
9
-247
/
+332
|
\
|
|
*
Heap is now in a separate class, Heap.
Alexis211
2009-10-13
9
-247
/
+332
*
|
Nothing, really
Alexis211
2009-10-13
2
-1
/
+2
|
/
*
SimpleList now implements removeOnce(const T& value);
Alexis211
2009-10-11
5
-23
/
+27
*
Nothing, really ;D
Alexis211
2009-10-11
2
-6
/
+6
*
Tasking now works with linked lists
Alexis211
2009-10-11
15
-81
/
+102
*
Added a single linked list simple class (SimpleList)
Alexis211
2009-10-11
4
-14
/
+65
*
Added a simple random generator
Alexis211
2009-10-11
8
-5
/
+35
*
Added a nice animation for the melon logo at boot
Alexis211
2009-10-10
2
-6
/
+45
*
Nothing, really
Alexis211
2009-10-09
4
-60
/
+62
*
Exiting from a thread now works without hanging everything.
Alexis211
2009-10-09
10
-13
/
+49
*
The kernel shell is now in an independent class, KernelShell::
Alexis211
2009-10-02
15
-181
/
+351
*
Nothing intresting
Alexis211
2009-09-26
12
-20
/
+90
*
Implemented FileVT.
Alexis211
2009-09-20
7
-3
/
+90
*
Implemented PipeVT.
Alexis211
2009-09-20
7
-1
/
+58
*
Added some screenshots :)
Alexis211
2009-09-20
3
-2
/
+2
*
Keymaps are now loaded from ramfs.
Alexis211
2009-09-20
10
-10
/
+93
*
Merge branch 'advt'
Alexis211
2009-09-20
25
-135
/
+319
|
\
|
*
We now have scrollable virtual terminals !
Alexis211
2009-09-20
26
-139
/
+322
*
|
Nothing, really.
Alexis211
2009-09-20
3
-5
/
+4
|
/
*
Oops... TextFile.class.* wasn't included in previous commit...
Alexis211
2009-09-20
2
-0
/
+42
*
Lot of changes. Log now go to /System/Logs/*.log
Alexis211
2009-09-19
13
-48
/
+135
*
Implemented ByteArray and wf command.
Alexis211
2009-09-19
8
-3
/
+147
*
END.
Alexis211
2009-09-19
4
-26
/
+8
*
More work
Alexis211
2009-09-19
4
-34
/
+10
*
Started conversion from String to BasicString<WChar>
Alexis211
2009-09-19
5
-83
/
+234
*
Changes in mutexes, vectors and VTs :
Alexis211
2009-09-18
14
-32
/
+52
*
Color scheme is now configured in Config.h
Alexis211
2009-09-17
7
-15
/
+22
*
Added stuff to WChar and String classes.
Alexis211
2009-09-16
8
-50
/
+145
*
cat command now uses the File class.
Alexis211
2009-09-15
6
-25
/
+32
[next]