index
:
Melon.git
master
Hobby OS experiment
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Kernel
/
Makefile
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Re-organized everything
Alexis211
2009-10-18
1
-7
/
+7
|
*
We can now load ELF binaries !!!
Alexis211
2009-10-18
1
-0
/
+1
|
*
Loading binaries now is done through a much more unified interface.
Alexis211
2009-10-18
1
-0
/
+2
|
*
Each thread now has a kernel stack and an user stack
Alexis211
2009-10-17
1
-1
/
+1
|
*
Each Process now has a user heap.
Alexis211
2009-10-17
1
-1
/
+1
|
|
|
|
It will be used for transferring data from kernel to userland.
*
Heap is now in a separate class, Heap.
Alexis211
2009-10-13
1
-0
/
+2
|
*
Tasking now works with linked lists
Alexis211
2009-10-11
1
-1
/
+1
|
*
Added a simple random generator
Alexis211
2009-10-11
1
-1
/
+2
|
*
Nothing, really
Alexis211
2009-10-09
1
-58
/
+59
|
*
The kernel shell is now in an independent class, KernelShell::
Alexis211
2009-10-02
1
-0
/
+3
|
*
Implemented FileVT.
Alexis211
2009-09-20
1
-0
/
+1
|
*
Implemented PipeVT.
Alexis211
2009-09-20
1
-0
/
+1
|
*
We now have scrollable virtual terminals !
Alexis211
2009-09-20
1
-2
/
+4
|
*
Lot of changes. Log now go to /System/Logs/*.log
Alexis211
2009-09-19
1
-0
/
+2
|
*
Implemented ByteArray and wf command.
Alexis211
2009-09-19
1
-0
/
+1
|
*
Class for file descriptors introduced : File. Not used yet.
Alexis211
2009-09-13
1
-0
/
+1
|
*
We now can navigate in the VFS using the integrated shell.
Alexis211
2009-09-13
1
-0
/
+2
|
*
Ram file system seems to work \o/
Alexis211
2009-09-13
1
-0
/
+1
|
*
Nothing, really
Alexis211
2009-09-11
1
-1
/
+1
|
*
Added read() and write() functions to Partition::
Alexis211
2009-09-06
1
-1
/
+1
|
|
|
|
|
These functions make it possible to read or write bytes on a partition without worrying of sectors.
*
Now we can read frop floppy drives !!! Next : FAT driver.
Alexis211
2009-08-31
1
-1
/
+5
|
*
We now have complete support for keybord, IN UTF-8 !!
Alexis211
2009-08-31
1
-2
/
+6
|
*
We now have (partial) support for UTF-8.
Alexis211
2009-08-29
1
-1
/
+2
|
*
The Melon kernel now has support for simple multitasking
Alexis211
2009-08-29
1
-0
/
+4
|
*
Lots of stuff added : heap, timer, device managment, ...
Alexis211
2009-08-22
1
-2
/
+15
|
*
Kernel now loads in higher half, and uses a VT for output.
Alexis211
2009-08-21
1
-0
/
+2
|
*
System boots up and shows a nice ASCII art logo.
Alexis211
2009-08-21
1
-0
/
+50