summaryrefslogtreecommitdiff
path: root/src/kernel/core/sys.c
Commit message (Expand)AuthorAgeFilesLines
* Migration to C++!Alex AUVOLAT2012-05-041-73/+0
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-011-1/+2
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-011-3/+3
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-011-1/+3
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-1/+1
* Some changes to stack tracing.Alexis2112010-08-131-6/+21
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-101-4/+17
* Using a cross-compiler. Better makefile system.Alexis2112010-08-101-1/+1
* Added user mode support and monitor_writeDecAlexis2112010-02-091-1/+2
* ReorganisationAlexis2112010-02-061-0/+41