Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many things : | Alex Auvolat | 2015-02-14 | 1 | -1/+5 |
| | | | | | | - fix context switching (it actually worked only because of optimizations!) - complete mchmap implementation - adjust elf parser to load binaries correctly even without FM_MMAP | ||||
* | Add first btree test ; fix first btree test. | Alex Auvolat | 2015-02-14 | 1 | -1/+1 |
| | |||||
* | Rearrange testing architecture : just type 'make run_tests' | Alex Auvolat | 2015-02-14 | 1 | -190/+19 |
| | |||||
* | Change hashtbl memory freeing method | Alex Auvolat | 2015-02-14 | 1 | -4/+4 |
| | |||||
* | Begin implementation of syscalls. | Alex Auvolat | 2015-02-13 | 1 | -0/+3 |
| | |||||
* | Implement ELF loading ; arrange so that user processes run. | Alex Auvolat | 2015-02-13 | 1 | -0/+19 |
| | |||||
* | Isolate cmdline test ; rename tests. | Alex Auvolat | 2015-02-13 | 1 | -16/+27 |
| | |||||
* | Cleanup output. | Alex Auvolat | 2015-02-13 | 1 | -48/+74 |
| | |||||
* | Begin implementation of nullfs. | Alex Auvolat | 2015-02-12 | 1 | -3/+1 |
| | |||||
* | Adjust nullfs header | Alex Auvolat | 2015-02-12 | 1 | -2/+10 |
| | |||||
* | kmain.c is kind of an example of how the VFS should be used from the outside... | Alex Auvolat | 2015-02-12 | 1 | -13/+18 |
| | |||||
* | Nullfs in good shape : can read a ram file. | Alex Auvolat | 2015-02-09 | 1 | -1/+12 |
| | |||||
* | Remove file that shouldn't be here. | Alex Auvolat | 2015-02-09 | 1 | -3/+14 |
| | |||||
* | Work on nullfs | Alex Auvolat | 2015-02-09 | 1 | -5/+8 |
| | |||||
* | Make way for nullfs | Alex Auvolat | 2015-02-09 | 1 | -7/+48 |
| | |||||
* | Start work on filesystems. | Alex Auvolat | 2015-02-09 | 1 | -16/+33 |
| | |||||
* | Change readme, remove unused code, changed hashtbl to add key freeing function. | Alex Auvolat | 2015-02-09 | 1 | -2/+2 |
| | |||||
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 1 | -0/+215 |