Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement multitasking. | Alex Auvolat | 2014-12-07 | 1 | -3/+2 |
| | |||||
* | Refactor kmalloc & tests in kmain. | Alex Auvolat | 2014-12-07 | 1 | -0/+2 |
| | |||||
* | Begin review of taking model : making things thread safe. | Alex Auvolat | 2014-12-06 | 1 | -15/+0 |
| | |||||
* | Trying to track an annoying bug. | Alex Auvolat | 2014-12-06 | 1 | -0/+2 |
| | |||||
* | Small adjustments: | Alex Auvolat | 2014-12-01 | 1 | -1/+52 |
| | | | | | | | - 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/+40 |
- 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) |