summaryrefslogtreecommitdiff
path: root/src/kernel/task/task.cpp
Commit message (Expand)AuthorAgeFilesLines
* Serial port used for writing kernel output.Alex AUVOLAT2013-07-101-15/+11
* Many bug corrections.Alex AUVOLAT2013-06-091-8/+24
* All FWIK is deleted. YOSH is now pure C. Not-working KBASIC included.Alex AUVOLAT2013-06-081-5/+5
* Minor modificiations ; added a simple Line EDitor.Alex AUVOLAT2013-05-201-2/+3
* Minor scheduling change.HEADmasterAlex AUVOLAT2012-05-311-3/+3
* Correected some nasty tasking bugs. Still not perfect.Alex AUVOLAT2012-05-201-49/+66
* Not a bugfix. The multitasking system must be redone.Alex AUVOLAT2012-05-191-7/+5
* More improvements in FWIK - more strings, Dir class, ...Alex AUVOLAT2012-05-191-1/+2
* Introducing FWIK, the userland C++ framework. Far from complete.Alex AUVOLAT2012-05-191-2/+2
* Added ANSI support, minimal readline-like library.Alex AUVOLAT2012-05-191-5/+10
* Simple shell added. Simple fprintf function added too.Alex AUVOLAT2012-05-181-1/+1
* Can now spawn new processes.Alex AUVOLAT2012-05-181-32/+97
* Added process arguments when loaded as modules.Alex AUVOLAT2012-05-181-18/+49
* Minor changes.Alex AUVOLAT2012-05-181-5/+5
* Devices using the VFS structure. Basic keyboard handler.Alex AUVOLAT2012-05-171-13/+13
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-171-9/+10
* Fixed some nasty bugs.Alex AUVOLAT2012-05-171-4/+4
* More OOP;Alex AUVOLAT2012-05-041-4/+5
* Minor changes (more OOP constructs);Alex AUVOLAT2012-05-041-62/+36
* Migration to C++!Alex AUVOLAT2012-05-041-0/+411