summaryrefslogtreecommitdiff
path: root/src/kernel/core
Commit message (Expand)AuthorAgeFilesLines
* Serial port used for writing kernel output.Alex AUVOLAT2013-07-104-36/+116
* Many bug corrections.Alex AUVOLAT2013-06-091-0/+0
* All FWIK is deleted. YOSH is now pure C. Not-working KBASIC included.Alex AUVOLAT2013-06-081-3/+5
* Corrected some bugs in readline && multitasking improvement.Alex AUVOLAT2012-05-201-1/+1
* Added ANSI support, minimal readline-like library.Alex AUVOLAT2012-05-191-0/+5
* Simple shell added. Simple fprintf function added too.Alex AUVOLAT2012-05-181-1/+4
* Added process arguments when loaded as modules.Alex AUVOLAT2012-05-181-1/+19
* Added initrd. Status: VFS support, totally useless shell.Alex AUVOLAT2012-05-181-4/+19
* Improvements. Next: initrd.Alex AUVOLAT2012-05-181-3/+3
* The keyboard handling, it's getting better. + Funny screenshot.Alex AUVOLAT2012-05-181-0/+1
* Minor changes.Alex AUVOLAT2012-05-182-33/+31
* Devices using the VFS structure. Basic keyboard handler.Alex AUVOLAT2012-05-174-165/+51
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-171-0/+3
* Fixed some nasty bugs.Alex AUVOLAT2012-05-171-2/+2
* More OOP;Alex AUVOLAT2012-05-041-0/+22
* Migration to C++!Alex AUVOLAT2012-05-043-7/+7
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-014-49/+4
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-012-9/+11
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-014-11/+15
* It's alive! Or is it? No, it's not.Alex AUVOLAT2012-05-011-1/+1
* New heap, simple and bug-free, but inefficient.katchup2010-12-122-25/+40
* Minor changes to display.Alexis2112010-09-111-8/+6
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-105-2/+43
* Some changes to stack tracing.Alexis2112010-08-132-6/+23
* Added priorities to the scheduler.Alexis2112010-08-101-5/+2
* thread_sleep functions redone.Alexis2112010-08-101-1/+1
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-105-23/+52
* Using a cross-compiler. Better makefile system.Alexis2112010-08-101-1/+1
* 0.0.4 is outAlexis2112010-04-081-1/+1
* More work on managerAlexis2112010-04-072-3/+4
* IPC not tested but suposedly working.Alexis2112010-03-241-3/+4
* Added thread_new syscallAlexis2112010-02-092-2/+2
* Added user mode support and monitor_writeDecAlexis2112010-02-095-2/+29
* ReorganisationAlexis2112010-02-067-0/+344