Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename functions : | Alex Auvolat | 2014-12-08 | 1 | -12/+15 |
| | | | | | - dbg_print_region_stats -> dbg_print_region_info - resume_with_result -> resume_task_with_result | ||||
* | Implement multitasking. | Alex Auvolat | 2014-12-07 | 1 | -7/+29 |
| | |||||
* | Refactor kmalloc & tests in kmain. | Alex Auvolat | 2014-12-07 | 1 | -74/+56 |
| | |||||
* | Make L0 thread-safe (mostly). | Alex Auvolat | 2014-12-07 | 1 | -1/+1 |
| | |||||
* | Begin review of taking model : making things thread safe. | Alex Auvolat | 2014-12-06 | 1 | -1/+6 |
| | |||||
* | Refactor PF handlers and region freeing functions. | Alex Auvolat | 2014-12-06 | 1 | -31/+4 |
| | |||||
* | Add kernel stack protector. Find bug. Correct it. | Alex Auvolat | 2014-12-06 | 1 | -11/+16 |
| | |||||
* | Clean slab_alloc. Bug still here. | Alex Auvolat | 2014-12-06 | 1 | -0/+2 |
| | |||||
* | Trying to track an annoying bug. | Alex Auvolat | 2014-12-06 | 1 | -24/+36 |
| | |||||
* | Corrections : | Alex Auvolat | 2014-12-05 | 1 | -19/+31 |
| | | | | | - 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 | -4/+40 |
| | |||||
* | Formatting fixes | Alex Auvolat | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Make paging work ! \o/ | Alex Auvolat | 2014-12-04 | 1 | -1/+39 |
| | |||||
* | Improve region allocator with an idea to break dependency cycle | Alex Auvolat | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Implement kernel memory region allocator. | Alex Auvolat | 2014-12-02 | 1 | -0/+29 |
| | |||||
* | Begin implementation of paging | Alex Auvolat | 2014-12-02 | 1 | -0/+5 |
| | |||||
* | Add physical page (frame) allocator. | Alex Auvolat | 2014-12-02 | 1 | -2/+15 |
| | |||||
* | Small adjustments: | Alex Auvolat | 2014-12-01 | 1 | -0/+6 |
| | | | | | | | - 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 | 1 | -0/+16 |
| | | | | | | | | - 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) | ||||
* | Add debug output and a few elementary stdlib functions. | Alex Auvolat | 2014-11-30 | 1 | -122/+10 |
| | |||||
* | Bare bones. | Alex Auvolat | 2014-11-30 | 1 | -0/+126 |