Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Heap included as well in userland library | Alexis211 | 2009-10-18 | 1 | -7/+0 |
| | |||||
* | Melon now loads a simple ASM application out of the ramfs | Alexis211 | 2009-10-17 | 1 | -13/+0 |
| | | | | The format is very simple, but an ELF loader is planned. | ||||
* | User mode code can now run ! | Alexis211 | 2009-10-17 | 1 | -0/+15 |
| | | | | | | 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 | ||||
* | Changes in mutexes, vectors and VTs : | Alexis211 | 2009-09-18 | 1 | -0/+7 |
| | | | | | | mutexes now use the atomic_exchang defined in Task.wtf.asm some vector methods are now declared const VTs now can display (decimal) 64bit integers | ||||
* | The Melon kernel now has support for simple multitasking | Alexis211 | 2009-08-29 | 1 | -0/+42 |