summaryrefslogtreecommitdiff
path: root/Source/Kernel/TaskManager/Task.wtf.asm
Commit message (Collapse)AuthorAgeFilesLines
* Heap included as well in userland libraryAlexis2112009-10-181-7/+0
|
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-171-13/+0
| | | | The format is very simple, but an ELF loader is planned.
* User mode code can now run !Alexis2112009-10-171-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 :Alexis2112009-09-181-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 multitaskingAlexis2112009-08-291-0/+42