Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Begin review of taking model : making things thread safe. | Alex Auvolat | 2014-12-06 | 2 | -0/+30 |
| | |||||
* | Add kernel stack protector. Find bug. Correct it. | Alex Auvolat | 2014-12-06 | 1 | -4/+20 |
| | |||||
* | Clean slab_alloc. Bug still here. | Alex Auvolat | 2014-12-06 | 1 | -90/+106 |
| | |||||
* | Trying to track an annoying bug. | Alex Auvolat | 2014-12-06 | 1 | -15/+47 |
| | |||||
* | Corrections : | Alex Auvolat | 2014-12-05 | 1 | -15/+14 |
| | | | | | - 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/+217 |
| | |||||
* | Small adjustments: | Alex Auvolat | 2014-12-01 | 2 | -0/+3 |
| | | | | | | | - 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 | -2/+15 |
| | | | | | | | | - 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) | ||||
* | Conformity of memset/memcpy ; implement memmove/memcmp. | Alex Auvolat | 2014-11-30 | 1 | -6/+27 |
| | |||||
* | More library functions & renaming. | Alex Auvolat | 2014-11-30 | 2 | -8/+68 |
| | |||||
* | Add debug output and a few elementary stdlib functions. | Alex Auvolat | 2014-11-30 | 2 | -0/+113 |