Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a game of life simulator demo | Alexis211 | 2009-11-13 | 1 | -0/+2 |
| | |||||
* | Introduced V86 mode. It really fits in nicely :) | Alexis211 | 2009-11-08 | 1 | -1/+1 |
| | |||||
* | Made some minor changes, for compatibility | Nicolas BERNSTEIN | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | More work on syscalls : userland applications can run other apps. | Alexis211 | 2009-10-24 | 1 | -2/+2 |
| | |||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 1 | -0/+2 |
| | | | | TextFile now is a common (= kernel and userland) library. | ||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -0/+10 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 4 | -3/+24 |
| | |||||
* | Fixed a bug with paging/tasking. | Alexis211 | 2009-10-23 | 2 | -0/+7 |
| | |||||
* | More work | Alexis211 | 2009-10-21 | 1 | -2/+2 |
| | |||||
* | Started working on a userland shell | Alexis211 | 2009-10-20 | 1 | -0/+2 |
| | | | | This means I'll have to do syscalls for everything I need. | ||||
* | Implemented static syscalls, specific to a class and not an object. | Alexis211 | 2009-10-20 | 1 | -3/+17 |
| | |||||
* | We now have call tables for ressources. | Alexis211 | 2009-10-20 | 3 | -57/+35 |
| | | | | instead of adding calls to ressource in the constructor. | ||||
* | Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfree | Alexis211 | 2009-10-18 | 1 | -3/+3 |
| | | | | | | | I renamed them so that they could have the same name in userland and in kernel space. We'll just know that if we're writing kernel code then we are allocating stuff in kernel memory, and if we're writing user code then we're allocating userland memory. | ||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 1 | -0/+4 |
| | |||||
* | Syscall interface starts being implemented ! | Alexis211 | 2009-10-18 | 5 | -6/+202 |
| | |||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 1 | -1/+1 |
| | |||||
* | Loading binaries now is done through a much more unified interface. | Alexis211 | 2009-10-18 | 1 | -0/+4 |
| | |||||
* | Melon now loads a simple ASM application out of the ramfs | Alexis211 | 2009-10-17 | 1 | -2/+2 |
| | | | | The format is very simple, but an ELF loader is planned. | ||||
* | User mode code can now run ! | Alexis211 | 2009-10-17 | 1 | -1/+10 |
| | | | | | | We have a sample process (hardcoded in ASM in Task.wtf.asm) that displays a's and sleeps 20ms, but it's on a hidden virtual terminal so it's useless :D | ||||
* | We now use a temporary stack in task management for : | Alexis211 | 2009-10-16 | 1 | -2/+2 |
| | | | | | - deleting current thread whe it finishes - doing everything that goes with that | ||||
* | Tasking now works with linked lists | Alexis211 | 2009-10-11 | 1 | -2/+2 |
| | |||||
* | Exiting from a thread now works without hanging everything. | Alexis211 | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | The kernel shell is now in an independent class, KernelShell:: | Alexis211 | 2009-10-02 | 1 | -1/+1 |
| | |||||
* | We now have scrollable virtual terminals ! | Alexis211 | 2009-09-20 | 1 | -1/+1 |
| | |||||
* | Fixed some bugs | Alexis211 | 2009-09-12 | 1 | -1/+1 |
| | |||||
* | Ok, exception handling happens in Thread::. | Alexis211 | 2009-09-06 | 2 | -44/+5 |
| | |||||
* | Bug correction | Alexis211 | 2009-09-06 | 1 | -4/+3 |
| | |||||
* | Maybee some changes | Alexis211 | 2009-09-02 | 2 | -5/+15 |
| | |||||
* | The Melon kernel now has support for simple multitasking | Alexis211 | 2009-08-29 | 2 | -1/+35 |
| | |||||
* | cleanup | Alexis211 | 2009-08-29 | 2 | -0/+0 |
| | |||||
* | Some changes | Alexis211 | 2009-08-29 | 2 | -0/+0 |
| | |||||
* | Some changes | Alexis211 | 2009-08-28 | 2 | -6/+9 |
| | |||||
* | Lots of stuff added : heap, timer, device managment, ... | Alexis211 | 2009-08-22 | 3 | -0/+325 |