summaryrefslogtreecommitdiff
path: root/Source/Kernel/TaskManager/Process.class.h
Commit message (Collapse)AuthorAgeFilesLines
* Change on memory handling, and .iface.h files documented.Alexis2112009-12-091-2/+2
|
* Introduced PaperWork : our init/login manager.Alexis2112009-11-081-0/+2
| | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod
* More work on syscalls : userland applications can run other apps.Alexis2112009-10-241-1/+8
|
* More work on userland syscalls : Files are implemented.Alexis2112009-10-241-1/+3
| | | | TextFile now is a common (= kernel and userland) library.
* More work on syscalls and shellAlexis2112009-10-231-0/+5
|
* More work on syscalls and shellAlexis2112009-10-231-2/+3
|
* Started working on user managmentAlexis2112009-10-211-2/+7
|
* More workAlexis2112009-10-211-3/+5
|
* Implemented static syscalls, specific to a class and not an object.Alexis2112009-10-201-0/+2
|
* We now have call tables for ressources.Alexis2112009-10-201-4/+5
| | | | instead of adding calls to ressource in the constructor.
* Heap included as well in userland libraryAlexis2112009-10-181-1/+2
|
* More work on syscallsAlexis2112009-10-181-2/+7
|
* Re-organized everythingAlexis2112009-10-181-3/+3
|
* Loading binaries now is done through a much more unified interface.Alexis2112009-10-181-1/+5
|
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-171-0/+1
| | | | The format is very simple, but an ELF loader is planned.
* Each Process now has a user heap.Alexis2112009-10-171-4/+10
| | | | It will be used for transferring data from kernel to userland.
* Process now uses a linked list for associated file descriptors.Alexis2112009-10-131-1/+2
|
* We now have scrollable virtual terminals !Alexis2112009-09-201-1/+1
|
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-131-0/+5
|
* Maybee some changesAlexis2112009-09-021-1/+1
|
* We now have complete support for keybord, IN UTF-8 !!Alexis2112009-08-311-1/+6
|
* The Melon kernel now has support for simple multitaskingAlexis2112009-08-291-0/+50