Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean slab_alloc. Bug still here. | Alex Auvolat | 2014-12-06 | 3 | -91/+109 |
| | |||||
* | Trying to track an annoying bug. | Alex Auvolat | 2014-12-06 | 11 | -50/+177 |
| | |||||
* | 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 |
| | |||||
* | Formatting fixes | Alex Auvolat | 2014-12-04 | 3 | -3/+3 |
| | |||||
* | Make paging work ! \o/ | Alex Auvolat | 2014-12-04 | 11 | -117/+191 |
| | |||||
* | 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 | 10 | -75/+139 |
| | | | | | | | - 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 | 18 | -73/+577 |
| | | | | | | | | - 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 | 2 | -2/+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 | 5 | -0/+320 |