summaryrefslogtreecommitdiff
path: root/src/kernel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added initrd. Status: VFS support, totally useless shell.Alex AUVOLAT2012-05-181-1/+1
|
* A bit of a change in the directory layout.Alex AUVOLAT2012-05-181-4/+2
|
* Devices using the VFS structure. Basic keyboard handler.Alex AUVOLAT2012-05-171-3/+4
|
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-171-2/+3
|
* Fixed some nasty bugs.Alex AUVOLAT2012-05-171-1/+1
|
* Object version of earrayAlex AUVOLAT2012-05-041-1/+1
|
* More OOP;Alex AUVOLAT2012-05-041-1/+1
|
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-011-2/+2
|
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-011-2/+2
|
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-011-4/+5
|
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-101-1/+1
|
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-1/+1
| | | | Found a bug in heap_contract (not sure) but didn't fix it.
* Now using a simple Round Robin scheduler.Alexis2112010-08-101-1/+1
|
* Using a cross-compiler. Better makefile system.Alexis2112010-08-101-35/+11
|
* More work on managerAlexis2112010-04-071-1/+1
|
* IPC not tested but suposedly working.Alexis2112010-03-241-1/+1
|
* More work on IPCAlexis2112010-03-231-1/+1
|
* old uncommited changes commitedAlexis2112010-03-021-1/+2
|
* ReorganisationAlexis2112010-02-061-0/+38