aboutsummaryrefslogtreecommitdiff
path: root/gdb_cmd
Commit message (Collapse)AuthorAgeFilesLines
* Got Lua running \o/Alex Auvolat2016-07-161-0/+2
|
* Fix nasty task switching buAlex Auvolat2016-07-151-1/+2
|
* Small adjustments:Alex Auvolat2014-12-011-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 Auvolat2014-12-011-0/+2
- 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)