summaryrefslogtreecommitdiff
path: root/vgasrc/vgaentry.S
Commit message (Expand)AuthorAgeFilesLines
* vga: add ati bios tablesGerd Hoffmann2019-03-151-0/+3
* vgabios: Emulate "leal" instructionKevin O'Connor2015-04-111-23/+1
* vgabios: Add config option for assembler fixupsKevin O'Connor2015-04-101-0/+4
* vgabios: Don't use extra stack if it appears a modern OS is in useKevin O'Connor2015-03-181-2/+16
* Use an aligned stack offset when entering on the extra stackKevin O'Connor2014-11-121-10/+10
* vgabios: Add software cursor capabilityKevin O'Connor2014-11-121-0/+30
* Create assembler macros for saving and restoring 'struct bregs'Kevin O'Connor2014-10-271-20/+2
* vgabios: Use .code16 not .code16gccDavid Woodhouse2014-06-051-1/+1
* vgabios: Add debug message if x86emu leal check triggers.Kevin O'Connor2014-05-131-0/+10
* vgabios: Attempt to detect old x86emu and force a fault.Kevin O'Connor2014-02-051-5/+22
* Small improvements to irqentry_extrastack assembler.Kevin O'Connor2013-12-091-2/+1
* vgabios: Avoid memory references via %esp register in vgabios.Kevin O'Connor2013-12-091-5/+2
* vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor2013-12-041-1/+1
* vgabios: Support allocating an extra stack for vgabios calls and default on.Kevin O'Connor2013-12-041-0/+53
* vgabios: Work around lack of support for "calll" in x86emu emulation.Kevin O'Connor2013-12-041-3/+20
* Direct compile 16bit C code instead of including via .S files.Kevin O'Connor2012-02-111-8/+2
* vgabios: Add support for vesa get/set window function.Kevin O'Connor2012-02-011-0/+5
* vgabios: Place a signature at offset 0x1e of the rom.Kevin O'Connor2011-12-271-0/+4
* Add a PCI header to the VGA ROM if neededJulian Pidancet2011-12-201-1/+10
* Support non-local build directory - allow "make OUT=abc/" to work.Kevin O'Connor2011-01-291-1/+1
* Minor vga binary cleanups.Kevin O'Connor2010-01-011-1/+3
* Define unified entry points for irq handlers.Kevin O'Connor2009-05-161-1/+4
* Add initial port of the "open source vga bios" project.Kevin O'Connor2009-05-061-0/+43