Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 1 | -38/+0 |
| | |||||
* | Add simple reference counted buffer structure. | Alex Auvolat | 2014-12-16 | 1 | -1/+2 |
| | |||||
* | Add simple hash table implementation. | Alex Auvolat | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | Terminology change : task -> thread. | Alex Auvolat | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | Implement multitasking. | Alex Auvolat | 2014-12-07 | 1 | -1/+1 |
| | |||||
* | Refactor kmalloc & tests in kmain. | Alex Auvolat | 2014-12-07 | 1 | -1/+1 |
| | |||||
* | Begin review of taking model : making things thread safe. | Alex Auvolat | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Trying to track an annoying bug. | Alex Auvolat | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | First implementation of slab allocator. Needs more testing and polishing | Alex Auvolat | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Implement kernel memory region allocator. | Alex Auvolat | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Begin implementation of paging | Alex Auvolat | 2014-12-02 | 1 | -2/+2 |
| | |||||
* | Add physical page (frame) allocator. | Alex Auvolat | 2014-12-02 | 1 | -1/+2 |
| | |||||
* | Small adjustments: | Alex Auvolat | 2014-12-01 | 1 | -1/+1 |
| | | | | | | | - 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 | -3/+5 |
| | | | | | | | | - 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) | ||||
* | More library functions & renaming. | Alex Auvolat | 2014-11-30 | 1 | -2/+4 |
| | |||||
* | Add debug output and a few elementary stdlib functions. | Alex Auvolat | 2014-11-30 | 1 | -4/+15 |
| | |||||
* | Bare bones. | Alex Auvolat | 2014-11-30 | 1 | -0/+21 |