summaryrefslogtreecommitdiff
path: root/src/kernel/lib
Commit message (Collapse)AuthorAgeFilesLines
* Introducing FWIK, the userland C++ framework. Far from complete.Alex AUVOLAT2012-05-191-0/+1
|
* 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-184-5/+153
|
* Devices using the VFS structure. Basic keyboard handler.Alex AUVOLAT2012-05-171-4/+4
|
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-172-5/+3
|
* Fixed some nasty bugs.Alex AUVOLAT2012-05-171-0/+4
|
* Added some documentation about the coming VFS.Alex AUVOLAT2012-05-171-0/+2
|
* Object version of earrayAlex AUVOLAT2012-05-042-0/+193
|
* More OOP;Alex AUVOLAT2012-05-041-0/+14
|
* Migration to C++!Alex AUVOLAT2012-05-046-39/+62
|
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-012-39/+0
|
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-012-0/+25
|
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-013-69/+0
|
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-0/+3
| | | | Found a bug in heap_contract (not sure) but didn't fix it.
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-101-0/+1
|
* old uncommited changes commitedAlexis2112010-03-022-0/+38
|
* ReorganisationAlexis2112010-02-065-0/+120