Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make paging work ! \o/ | Alex Auvolat | 2014-12-04 | 1 | -0/+11 |
| | |||||
* | Add physical page (frame) allocator. | Alex Auvolat | 2014-12-02 | 1 | -0/+14 |
| | |||||
* | Small adjustments: | Alex Auvolat | 2014-12-01 | 1 | -4/+19 |
| | | | | | | | - 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 | -1/+4 |
| | | | | | | | | - 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) | ||||
* | No, this time really add it. | Alex Auvolat | 2014-11-30 | 1 | -2/+2 |
| | |||||
* | Add debug output and a few elementary stdlib functions. | Alex Auvolat | 2014-11-30 | 1 | -0/+14 |