aboutsummaryrefslogtreecommitdiff
path: root/kernel/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Add simple hash table implementation.Alex Auvolat2014-12-161-0/+2
|
* Trying to track an annoying bug.Alex Auvolat2014-12-061-1/+0
|
* Make paging work ! \o/Alex Auvolat2014-12-041-3/+1
|
* Add physical page (frame) allocator.Alex Auvolat2014-12-021-3/+4
|
* Small adjustments:Alex Auvolat2014-12-011-1/+0
| | | | | | | - 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/+1
| | | | | | | | - 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)
* Add debug output and a few elementary stdlib functions.Alex Auvolat2014-11-301-0/+27