aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/core/kmain.c
Commit message (Expand)AuthorAgeFilesLines
* Several things :Alex Auvolat2015-02-191-2/+2
* Many things :Alex Auvolat2015-02-141-1/+5
* Add first btree test ; fix first btree test.Alex Auvolat2015-02-141-1/+1
* Rearrange testing architecture : just type 'make run_tests'Alex Auvolat2015-02-141-190/+19
* Change hashtbl memory freeing methodAlex Auvolat2015-02-141-4/+4
* Begin implementation of syscalls.Alex Auvolat2015-02-131-0/+3
* Implement ELF loading ; arrange so that user processes run.Alex Auvolat2015-02-131-0/+19
* Isolate cmdline test ; rename tests.Alex Auvolat2015-02-131-16/+27
* Cleanup output.Alex Auvolat2015-02-131-48/+74
* Begin implementation of nullfs.Alex Auvolat2015-02-121-3/+1
* Adjust nullfs headerAlex Auvolat2015-02-121-2/+10
* kmain.c is kind of an example of how the VFS should be used from the outside...Alex Auvolat2015-02-121-13/+18
* Nullfs in good shape : can read a ram file.Alex Auvolat2015-02-091-1/+12
* Remove file that shouldn't be here.Alex Auvolat2015-02-091-3/+14
* Work on nullfsAlex Auvolat2015-02-091-5/+8
* Make way for nullfsAlex Auvolat2015-02-091-7/+48
* Start work on filesystems.Alex Auvolat2015-02-091-16/+33
* Change readme, remove unused code, changed hashtbl to add key freeing function.Alex Auvolat2015-02-091-2/+2
* Reorganize all.Alex Auvolat2015-02-091-0/+215