aboutsummaryrefslogtreecommitdiff
path: root/kernel/l0/kmain.c
Commit message (Expand)AuthorAgeFilesLines
* Implement multitasking.Alex Auvolat2014-12-071-7/+29
* Refactor kmalloc & tests in kmain.Alex Auvolat2014-12-071-74/+56
* Make L0 thread-safe (mostly).Alex Auvolat2014-12-071-1/+1
* Begin review of taking model : making things thread safe.Alex Auvolat2014-12-061-1/+6
* Refactor PF handlers and region freeing functions.Alex Auvolat2014-12-061-31/+4
* Add kernel stack protector. Find bug. Correct it.Alex Auvolat2014-12-061-11/+16
* Clean slab_alloc. Bug still here.Alex Auvolat2014-12-061-0/+2
* Trying to track an annoying bug.Alex Auvolat2014-12-061-24/+36
* Corrections :Alex Auvolat2014-12-051-19/+31
* First implementation of slab allocator. Needs more testing and polishingAlex Auvolat2014-12-041-4/+40
* Formatting fixesAlex Auvolat2014-12-041-1/+1
* Make paging work ! \o/Alex Auvolat2014-12-041-1/+39
* Improve region allocator with an idea to break dependency cycleAlex Auvolat2014-12-031-1/+1
* Implement kernel memory region allocator.Alex Auvolat2014-12-021-0/+29
* Begin implementation of pagingAlex Auvolat2014-12-021-0/+5
* Add physical page (frame) allocator.Alex Auvolat2014-12-021-2/+15
* Small adjustments:Alex Auvolat2014-12-011-0/+6
* Advance HH, GDT, IDT (details below)Alex Auvolat2014-12-011-0/+16
* Add debug output and a few elementary stdlib functions.Alex Auvolat2014-11-301-122/+10
* Bare bones.Alex Auvolat2014-11-301-0/+126