aboutsummaryrefslogtreecommitdiff
path: root/src/rules.make
Commit message (Collapse)AuthorAgeFilesLines
* Add better stack tracing technology (now uses kernel memory map!)Alex Auvolat2015-03-111-2/+2
|
* Require all fs_handle_t objects to point to a node.Alex Auvolat2015-03-091-0/+1
|
* Add PCI IDE driver (only PIO mode, no DMA yet.)Alex Auvolat2015-02-241-1/+1
|
* Userland test infrastructureAlex Auvolat2015-02-191-2/+2
|
* Many things :Alex Auvolat2015-02-141-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 Auvolat2015-02-141-5/+2
|
* Implement switching to usermode.Alex Auvolat2015-02-131-1/+1
|
* Complete nullfs : create, delete, trunc, read, writeAlex Auvolat2015-02-131-0/+1
|
* kmain.c is kind of an example of how the VFS should be used from the outside...Alex Auvolat2015-02-121-1/+1
|
* Reorganize all.Alex Auvolat2015-02-091-0/+34