aboutsummaryrefslogtreecommitdiff
path: root/kernel/l0
Commit message (Expand)AuthorAgeFilesLines
* Add simple reference counted buffer structure.Alex Auvolat2014-12-161-1/+1
* Remove stupid thread "resume_with_result" stuff.Alex Auvolat2014-12-162-29/+15
* Add simple hash table implementation.Alex Auvolat2014-12-161-10/+51
* Access k_end_addr as const void instead of char.Alex Auvolat2014-12-151-2/+2
* Remove hard-coded region types.Alex Auvolat2014-12-134-21/+12
* Terminology change : task -> thread.Alex Auvolat2014-12-133-62/+62
* Implement create_pagedir and delete_pagedir (not really tested yet)Alex Auvolat2014-12-081-2/+66
* Rename functions :Alex Auvolat2014-12-084-17/+20
* Tweaks in code presentation.Alex Auvolat2014-12-071-2/+10
* Optimize context switching code on IRQ0.Alex Auvolat2014-12-072-20/+52
* Information about current PD now stored in current_task->current_pd_dAlex Auvolat2014-12-072-8/+14
* Implement multitasking.Alex Auvolat2014-12-075-21/+268
* Refactor kmalloc & tests in kmain.Alex Auvolat2014-12-075-77/+115
* Make L0 thread-safe (mostly).Alex Auvolat2014-12-074-23/+72
* Begin review of taking model : making things thread safe.Alex Auvolat2014-12-066-61/+186
* Refactor PF handlers and region freeing functions.Alex Auvolat2014-12-063-46/+72
* Add kernel stack protector. Find bug. Correct it.Alex Auvolat2014-12-063-29/+33
* Clean slab_alloc. Bug still here.Alex Auvolat2014-12-062-1/+3
* Trying to track an annoying bug.Alex Auvolat2014-12-064-32/+75
* Corrections :Alex Auvolat2014-12-053-60/+66
* First implementation of slab allocator. Needs more testing and polishingAlex Auvolat2014-12-041-4/+40
* Formatting fixesAlex Auvolat2014-12-043-3/+3
* Make paging work ! \o/Alex Auvolat2014-12-047-103/+175
* Improve region allocator with an idea to break dependency cycleAlex Auvolat2014-12-032-11/+72
* Implement kernel memory region allocator.Alex Auvolat2014-12-023-1/+333
* Begin implementation of pagingAlex Auvolat2014-12-023-3/+146
* Add physical page (frame) allocator.Alex Auvolat2014-12-022-2/+88
* Small adjustments:Alex Auvolat2014-12-014-68/+64
* Advance HH, GDT, IDT (details below)Alex Auvolat2014-12-016-48/+424
* More library functions & renaming.Alex Auvolat2014-11-301-1/+1
* Add debug output and a few elementary stdlib functions.Alex Auvolat2014-11-303-122/+205
* Bare bones.Alex Auvolat2014-11-302-0/+195