aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/user/elf.c
Commit message (Collapse)AuthorAgeFilesLines
* Many things :Alex Auvolat2015-02-141-7/+14
| | | | | | - fix context switching (it actually worked only because of optimizations!) - complete mchmap implementation - adjust elf parser to load binaries correctly even without FM_MMAP
* Change a bit of structureAlex Auvolat2015-02-141-1/+1
|
* Implement ELF loading ; arrange so that user processes run.Alex Auvolat2015-02-131-0/+70