Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add better stack tracing technology (now uses kernel memory map!) | Alex Auvolat | 2015-03-11 | 1 | -2/+2 |
| | |||||
* | Require all fs_handle_t objects to point to a node. | Alex Auvolat | 2015-03-09 | 1 | -0/+1 |
| | |||||
* | Add PCI IDE driver (only PIO mode, no DMA yet.) | Alex Auvolat | 2015-02-24 | 1 | -1/+1 |
| | |||||
* | Userland test infrastructure | Alex Auvolat | 2015-02-19 | 1 | -2/+2 |
| | |||||
* | Many things : | Alex Auvolat | 2015-02-14 | 1 | -2/+2 |
| | | | | | | - fix context switching (it actually worked only because of optimizations!) - complete mchmap implementation - adjust elf parser to load binaries correctly even without FM_MMAP | ||||
* | Rearrange testing architecture : just type 'make run_tests' | Alex Auvolat | 2015-02-14 | 1 | -5/+2 |
| | |||||
* | Implement switching to usermode. | Alex Auvolat | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Complete nullfs : create, delete, trunc, read, write | Alex Auvolat | 2015-02-13 | 1 | -0/+1 |
| | |||||
* | kmain.c is kind of an example of how the VFS should be used from the outside... | Alex Auvolat | 2015-02-12 | 1 | -1/+1 |
| | |||||
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 1 | -0/+34 |