Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add simple reference counted buffer structure. | Alex Auvolat | 2014-12-16 | 2 | -1/+40 |
| | |||||
* | Remove stupid thread "resume_with_result" stuff. | Alex Auvolat | 2014-12-16 | 1 | -7/+5 |
| | |||||
* | Add simple hash table implementation. | Alex Auvolat | 2014-12-16 | 1 | -0/+31 |
| | |||||
* | Remove hard-coded region types. | Alex Auvolat | 2014-12-13 | 1 | -12/+2 |
| | |||||
* | Terminology change : task -> thread. | Alex Auvolat | 2014-12-13 | 1 | -7/+7 |
| | |||||
* | Rename functions : | Alex Auvolat | 2014-12-08 | 2 | -3/+3 |
| | | | | | - dbg_print_region_stats -> dbg_print_region_info - resume_with_result -> resume_task_with_result | ||||
* | Tweaks in code presentation. | Alex Auvolat | 2014-12-07 | 1 | -1/+2 |
| | |||||
* | Information about current PD now stored in current_task->current_pd_d | Alex Auvolat | 2014-12-07 | 1 | -0/+4 |
| | |||||
* | Implement multitasking. | Alex Auvolat | 2014-12-07 | 3 | -5/+44 |
| | |||||
* | Refactor kmalloc & tests in kmain. | Alex Auvolat | 2014-12-07 | 2 | -0/+16 |
| | |||||
* | Make L0 thread-safe (mostly). | Alex Auvolat | 2014-12-07 | 2 | -0/+8 |
| | |||||
* | Begin review of taking model : making things thread safe. | Alex Auvolat | 2014-12-06 | 4 | -67/+28 |
| | |||||
* | Refactor PF handlers and region freeing functions. | Alex Auvolat | 2014-12-06 | 1 | -2/+15 |
| | |||||
* | Add kernel stack protector. Find bug. Correct it. | Alex Auvolat | 2014-12-06 | 1 | -0/+3 |
| | |||||
* | Trying to track an annoying bug. | Alex Auvolat | 2014-12-06 | 2 | -1/+10 |
| | |||||
* | Corrections : | Alex Auvolat | 2014-12-05 | 4 | -14/+15 |
| | | | | | - 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 | 1 | -0/+34 |
| | |||||
* | Make paging work ! \o/ | Alex Auvolat | 2014-12-04 | 3 | -11/+15 |
| | |||||
* | Improve region allocator with an idea to break dependency cycle | Alex Auvolat | 2014-12-03 | 2 | -2/+8 |
| | |||||
* | Implement kernel memory region allocator. | Alex Auvolat | 2014-12-02 | 1 | -0/+33 |
| | |||||
* | Begin implementation of paging | Alex Auvolat | 2014-12-02 | 1 | -0/+25 |
| | |||||
* | Add physical page (frame) allocator. | Alex Auvolat | 2014-12-02 | 2 | -0/+28 |
| | |||||
* | Small adjustments: | Alex Auvolat | 2014-12-01 | 2 | -5/+71 |
| | | | | | | | - add missing vim modelines - idt_set_ex_handler, idt_set_irq_handler - inline inb,inw,outb,outw - add defines for exceptions and irqs | ||||
* | Advance HH, GDT, IDT (details below) | Alex Auvolat | 2014-12-01 | 7 | -1/+114 |
| | | | | | | | | - 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 | 1 | -2/+2 |
| | |||||
* | Conformity of memset/memcpy ; implement memmove/memcmp. | Alex Auvolat | 2014-11-30 | 1 | -2/+4 |
| | |||||
* | More library functions & renaming. | Alex Auvolat | 2014-11-30 | 3 | -8/+15 |
| | |||||
* | Add debug output and a few elementary stdlib functions. | Alex Auvolat | 2014-11-30 | 5 | -4/+38 |
| | |||||
* | Bare bones. | Alex Auvolat | 2014-11-30 | 1 | -0/+64 |