Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Think a bit ; ioctls only on open file descriptors. | Alex Auvolat | 2015-02-20 | 2 | -7/+3 |
* | Add kernel worker threads for handling various tasks (eg. interrupts) | Alex Auvolat | 2015-02-19 | 2 | -0/+5 |
* | Add syscall for ioctl on open handle | Alex Auvolat | 2015-02-19 | 2 | -0/+4 |
* | Implement basic syscalls... | Alex Auvolat | 2015-02-19 | 2 | -1/+59 |
* | Implement userspace malloc | Alex Auvolat | 2015-02-19 | 8 | -11/+485 |
* | Moving files. | Alex Auvolat | 2015-02-15 | 1 | -1/+1 |
* | Add binary tree implementation. NOT TESTED, FULL OF BUGS. | Alex Auvolat | 2015-02-14 | 4 | -0/+6 |
* | Change a bit of structure | Alex Auvolat | 2015-02-14 | 1 | -6/+1 |
* | Begin implementation of syscalls. | Alex Auvolat | 2015-02-13 | 3 | -6/+23 |
* | Implement ELF loading ; arrange so that user processes run. | Alex Auvolat | 2015-02-13 | 1 | -2/+5 |
* | Reorganize code in preparation for user apps. | Alex Auvolat | 2015-02-13 | 6 | -0/+66 |