Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made status bar into a namespace, and added functionnalities | Alexis211 | 2009-12-21 | 1 | -0/+2 |
| | |||||
* | Introduced PaperWork : our init/login manager. | Alexis211 | 2009-11-08 | 1 | -113/+0 |
| | | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod | ||||
* | More work on syscalls : userland applications can run other apps. | Alexis211 | 2009-10-24 | 1 | -3/+66 |
| | |||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 1 | -19/+23 |
| | | | | TextFile now is a common (= kernel and userland) library. | ||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -0/+1 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -4/+20 |
| | |||||
* | Nothing reall | Alexis211 | 2009-10-23 | 1 | -1/+2 |
| | |||||
* | Started working on user managment | Alexis211 | 2009-10-21 | 1 | -0/+10 |
| | |||||
* | More work | Alexis211 | 2009-10-21 | 1 | -6/+15 |
| | |||||
* | Implemented static syscalls, specific to a class and not an object. | Alexis211 | 2009-10-20 | 1 | -0/+5 |
| | |||||
* | We now have call tables for ressources. | Alexis211 | 2009-10-20 | 1 | -5/+9 |
| | | | | instead of adding calls to ressource in the constructor. | ||||
* | Heap included as well in userland library | Alexis211 | 2009-10-18 | 1 | -0/+9 |
| | |||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 1 | -3/+20 |
| | |||||
* | Loading binaries now is done through a much more unified interface. | Alexis211 | 2009-10-18 | 1 | -1/+23 |
| | |||||
* | Melon now loads a simple ASM application out of the ramfs | Alexis211 | 2009-10-17 | 1 | -1/+2 |
| | | | | The format is very simple, but an ELF loader is planned. | ||||
* | Each thread now has a kernel stack and an user stack | Alexis211 | 2009-10-17 | 1 | -1/+3 |
| | |||||
* | Each Process now has a user heap. | Alexis211 | 2009-10-17 | 1 | -12/+11 |
| | | | | It will be used for transferring data from kernel to userland. | ||||
* | We now use a temporary stack in task management for : | Alexis211 | 2009-10-16 | 1 | -1/+1 |
| | | | | | - deleting current thread whe it finishes - doing everything that goes with that | ||||
* | Process now uses a linked list for associated file descriptors. | Alexis211 | 2009-10-13 | 1 | -12/+6 |
| | |||||
* | Tasking now works with linked lists | Alexis211 | 2009-10-11 | 1 | -1/+1 |
| | |||||
* | Exiting from a thread now works without hanging everything. | Alexis211 | 2009-10-09 | 1 | -4/+5 |
| | |||||
* | The kernel shell is now in an independent class, KernelShell:: | Alexis211 | 2009-10-02 | 1 | -0/+1 |
| | |||||
* | Class for file descriptors introduced : File. Not used yet. | Alexis211 | 2009-09-13 | 1 | -1/+21 |
| | |||||
* | Ok, exception handling happens in Thread::. | Alexis211 | 2009-09-06 | 1 | -0/+1 |
| | |||||
* | Maybee some changes | Alexis211 | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | We now have complete support for keybord, IN UTF-8 !! | Alexis211 | 2009-08-31 | 1 | -1/+10 |
| | |||||
* | The Melon kernel now has support for simple multitasking | Alexis211 | 2009-08-29 | 1 | -0/+85 |