aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/idt.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement multitasking.Alex Auvolat2014-12-071-3/+2
|
* Refactor kmalloc & tests in kmain.Alex Auvolat2014-12-071-0/+2
|
* Begin review of taking model : making things thread safe.Alex Auvolat2014-12-061-15/+0
|
* Trying to track an annoying bug.Alex Auvolat2014-12-061-0/+2
|
* Small adjustments:Alex Auvolat2014-12-011-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 Auvolat2014-12-011-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)