Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduced V86 mode. It really fits in nicely :) | Alexis211 | 2009-11-08 | 1 | -3/+4 |
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -0/+1 |
* | Implemented static syscalls, specific to a class and not an object. | Alexis211 | 2009-10-20 | 1 | -0/+2 |
* | We now have call tables for ressources. | Alexis211 | 2009-10-20 | 1 | -4/+5 |
* | More work on syscalls | Alexis211 | 2009-10-18 | 1 | -0/+4 |
* | More work on syscalls | Alexis211 | 2009-10-18 | 1 | -1/+5 |
* | User mode code can now run ! | Alexis211 | 2009-10-17 | 1 | -0/+1 |
* | Each thread now has a kernel stack and an user stack | Alexis211 | 2009-10-17 | 1 | -2/+6 |
* | We now use a temporary stack in task management for : | Alexis211 | 2009-10-16 | 1 | -1/+1 |
* | The kernel shell is now in an independent class, KernelShell:: | Alexis211 | 2009-10-02 | 1 | -3/+5 |
* | Ok, exception handling happens in Thread::. | Alexis211 | 2009-09-06 | 1 | -0/+2 |
* | Bug correction | Alexis211 | 2009-09-06 | 1 | -4/+0 |
* | Maybee some changes | Alexis211 | 2009-09-02 | 1 | -1/+4 |
* | The Melon kernel now has support for simple multitasking | Alexis211 | 2009-08-29 | 1 | -0/+56 |