summaryrefslogtreecommitdiff
path: root/src/kernel/task
Commit message (Collapse)AuthorAgeFilesLines
* Added direct acces to video memory from userland.std_c_userlandAlex AUVOLAT2013-07-111-0/+5
| | | | | | Next : same for keyboard ; move VT handling to userland. Consequence : a foreground app has total control over I/O. Next : implement sockets & a userland console multiplexer.
* Serial port used for writing kernel output.Alex AUVOLAT2013-07-103-19/+13
| | | | Project: give total control to userland over display/input devices.
* Many bug corrections.Alex AUVOLAT2013-06-092-9/+25
|
* All FWIK is deleted. YOSH is now pure C. Not-working KBASIC included.Alex AUVOLAT2013-06-082-9/+7
|
* Minor modificiations ; added a simple Line EDitor.Alex AUVOLAT2013-05-201-2/+3
|
* Minor scheduling change.HEADmasterAlex AUVOLAT2012-05-313-10/+13
|
* Correected some nasty tasking bugs. Still not perfect.Alex AUVOLAT2012-05-203-50/+77
|
* Not a bugfix. The multitasking system must be redone.Alex AUVOLAT2012-05-193-7/+24
|
* 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-192-4/+4
|
* Added ANSI support, minimal readline-like library.Alex AUVOLAT2012-05-193-9/+15
|
* Simple shell added. Simple fprintf function added too.Alex AUVOLAT2012-05-181-1/+1
|
* Can now spawn new processes.Alex AUVOLAT2012-05-183-37/+110
|
* Added process arguments when loaded as modules.Alex AUVOLAT2012-05-182-18/+52
|
* Improvements. Next: initrd.Alex AUVOLAT2012-05-181-0/+1
|
* A bit of a change in the directory layout.Alex AUVOLAT2012-05-181-1/+0
|
* Minor changes.Alex AUVOLAT2012-05-182-8/+8
|
* Devices using the VFS structure. Basic keyboard handler.Alex AUVOLAT2012-05-174-24/+20
|
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-173-17/+81
|
* Fixed some nasty bugs.Alex AUVOLAT2012-05-172-5/+4
|
* Nothing, just reverted some shit.Alex AUVOLAT2012-05-171-15/+11
|
* Preparations.Alex AUVOLAT2012-05-043-19/+25
|
* More OOP;Alex AUVOLAT2012-05-041-4/+5
|
* Minor changes (more OOP constructs);Alex AUVOLAT2012-05-045-72/+54
|
* Migration to C++!Alex AUVOLAT2012-05-049-115/+130
|
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-015-26/+75
|
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-013-1/+3
|
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-012-7/+3
|
* New heap, simple and bug-free, but inefficient.katchup2010-12-122-1/+5
|
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-103-35/+3
|
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-104-22/+22
| | | | Found a bug in heap_contract (not sure) but didn't fix it.
* Some changes to stack tracing.Alexis2112010-08-132-9/+4
|
* Added priorities to the scheduler.Alexis2112010-08-102-16/+40
|
* No more global list of threads, one list of threads per process.Alexis2112010-08-103-21/+21
|
* Now using a simple Round Robin scheduler.Alexis2112010-08-104-20/+45
|
* Changed idt_waitIrq to support multiple waiting threads.Alexis2112010-08-102-9/+15
|
* thread_sleep functions redone.Alexis2112010-08-104-40/+72
|
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-107-20/+71
|
* More work on managerAlexis2112010-04-072-23/+49
|
* More work on IPC.Alexis2112010-04-051-3/+9
|
* More work on IPC and userland tools.Alexis2112010-03-305-7/+29
|
* IPC not tested but suposedly working.Alexis2112010-03-245-4/+30
|
* More work on IPCAlexis2112010-03-234-10/+28
|
* old uncommited changes commitedAlexis2112010-03-025-11/+42
|
* Added thread_new syscallAlexis2112010-02-092-6/+19
|
* Added user mode support and monitor_writeDecAlexis2112010-02-094-6/+62
|
* ReorganisationAlexis2112010-02-0610-0/+765