Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Terminology change : task -> thread. | Alex Auvolat | 2014-12-13 | 5 | -70/+70 |
| | |||||
* | Implement create_pagedir and delete_pagedir (not really tested yet) | Alex Auvolat | 2014-12-08 | 1 | -2/+66 |
| | |||||
* | Rename functions : | Alex Auvolat | 2014-12-08 | 6 | -20/+23 |
| | | | | | - dbg_print_region_stats -> dbg_print_region_info - resume_with_result -> resume_task_with_result | ||||
* | Tweaks in code presentation. | Alex Auvolat | 2014-12-07 | 2 | -3/+12 |
| | |||||
* | Optimize context switching code on IRQ0. | Alex Auvolat | 2014-12-07 | 2 | -20/+52 |
| | |||||
* | Information about current PD now stored in current_task->current_pd_d | Alex Auvolat | 2014-12-07 | 3 | -8/+18 |
| | |||||
* | Implement multitasking. | Alex Auvolat | 2014-12-07 | 9 | -27/+313 |
| | |||||
* | Refactor kmalloc & tests in kmain. | Alex Auvolat | 2014-12-07 | 8 | -78/+132 |
| | |||||
* | Make L0 thread-safe (mostly). | Alex Auvolat | 2014-12-07 | 6 | -23/+80 |
| | |||||
* | Begin review of taking model : making things thread safe. | Alex Auvolat | 2014-12-06 | 15 | -129/+248 |
| | |||||
* | Refactor PF handlers and region freeing functions. | Alex Auvolat | 2014-12-06 | 4 | -48/+87 |
| | |||||
* | Add kernel stack protector. Find bug. Correct it. | Alex Auvolat | 2014-12-06 | 5 | -33/+56 |
| | |||||
* | Clean slab_alloc. Bug still here. | Alex Auvolat | 2014-12-06 | 5 | -91/+2442 |
| | |||||
* | Trying to track an annoying bug. | Alex Auvolat | 2014-12-06 | 15 | -54/+182 |
| | |||||
* | Corrections : | Alex Auvolat | 2014-12-05 | 8 | -89/+95 |
| | | | | | - replace size_t by void* in many places - correct bug in region freeing code | ||||
* | First implementation of slab allocator. Needs more testing and polishing | Alex Auvolat | 2014-12-04 | 4 | -5/+292 |
| | |||||
* | Add readme | Alex Auvolat | 2014-12-04 | 1 | -0/+52 |
| | |||||
* | Formatting fixes | Alex Auvolat | 2014-12-04 | 3 | -3/+3 |
| | |||||
* | Make paging work ! \o/ | Alex Auvolat | 2014-12-04 | 12 | -118/+192 |
| | |||||
* | Improve region allocator with an idea to break dependency cycle | Alex Auvolat | 2014-12-03 | 4 | -13/+80 |
| | |||||
* | Implement kernel memory region allocator. | Alex Auvolat | 2014-12-02 | 5 | -2/+367 |
| | |||||
* | Begin implementation of paging | Alex Auvolat | 2014-12-02 | 5 | -5/+173 |
| | |||||
* | Add physical page (frame) allocator. | Alex Auvolat | 2014-12-02 | 7 | -7/+123 |
| | |||||
* | Small adjustments: | Alex Auvolat | 2014-12-01 | 11 | -76/+140 |
| | | | | | | | - add missing vim modelines - idt_set_ex_handler, idt_set_irq_handler - inline inb,inw,outb,outw - add defines for exceptions and irqs | ||||
* | Change qemu/bochs launch scripts. | Alex Auvolat | 2014-12-01 | 4 | -3/+9 |
| | |||||
* | Advance HH, GDT, IDT (details below) | Alex Auvolat | 2014-12-01 | 25 | -73/+630 |
| | | | | | | | | - Implement higher-half in loader with paging (using 4Mb pages) - Add GDT installation code - Add IDT installation code (spend a loong time debugging the ISRs!) - Add CDROM generation scripts - Add scripts to launch bochs (debug) and qemu (debug) | ||||
* | No, this time really add it. | Alex Auvolat | 2014-11-30 | 3 | -2/+6 |
| | |||||
* | Add launch-qemu script. | Alex Auvolat | 2014-11-30 | 1 | -0/+5 |
| | |||||
* | Conformity of memset/memcpy ; implement memmove/memcmp. | Alex Auvolat | 2014-11-30 | 2 | -8/+31 |
| | |||||
* | More library functions & renaming. | Alex Auvolat | 2014-11-30 | 7 | -19/+88 |
| | |||||
* | Add debug output and a few elementary stdlib functions. | Alex Auvolat | 2014-11-30 | 12 | -130/+398 |
| | |||||
* | Bare bones. | Alex Auvolat | 2014-11-30 | 6 | -0/+325 |