aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/core/thread.c
Commit message (Collapse)AuthorAgeFilesLines
* Change mode of operation for mmap_file (see readme)Alex Auvolat2015-02-201-0/+4
|
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-191-1/+18
|
* Many things :Alex Auvolat2015-02-141-3/+3
| | | | | | - fix context switching (it actually worked only because of optimizations!) - complete mchmap implementation - adjust elf parser to load binaries correctly even without FM_MMAP
* Reorganize code in preparation for user apps.Alex Auvolat2015-02-131-4/+2
|
* Implement some handling of user stuff...Alex Auvolat2015-02-131-1/+1
|
* Implement switching to usermode.Alex Auvolat2015-02-131-1/+2
|
* Prepare for user memory management and usermode codeAlex Auvolat2015-02-131-5/+12
|
* Change semantics of pd_map_page to return true on success, false on error.Alex Auvolat2015-02-091-1/+4
|
* Reorganize all.Alex Auvolat2015-02-091-0/+208