aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/vgaentry.S
AgeCommit message (Expand)AuthorFilesLines
2019-03-15vga: add ati bios tablesGerd Hoffmann1-0/+3
2015-04-11vgabios: Emulate "leal" instructionKevin O'Connor1-23/+1
2015-04-10vgabios: Add config option for assembler fixupsKevin O'Connor1-0/+4
2015-03-18vgabios: Don't use extra stack if it appears a modern OS is in useKevin O'Connor1-2/+16
2014-11-12Use an aligned stack offset when entering on the extra stackKevin O'Connor1-10/+10
2014-11-12vgabios: Add software cursor capabilityKevin O'Connor1-0/+30
2014-10-27Create assembler macros for saving and restoring 'struct bregs'Kevin O'Connor1-20/+2
2014-06-05vgabios: Use .code16 not .code16gccDavid Woodhouse1-1/+1
2014-05-13vgabios: Add debug message if x86emu leal check triggers.Kevin O'Connor1-0/+10
2014-02-05vgabios: Attempt to detect old x86emu and force a fault.Kevin O'Connor1-5/+22
2013-12-09Small improvements to irqentry_extrastack assembler.Kevin O'Connor1-2/+1
2013-12-09vgabios: Avoid memory references via %esp register in vgabios.Kevin O'Connor1-5/+2
2013-12-04vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor1-1/+1
2013-12-04vgabios: Support allocating an extra stack for vgabios calls and default on.Kevin O'Connor1-0/+53
2013-12-04vgabios: Work around lack of support for "calll" in x86emu emulation.Kevin O'Connor1-3/+20
2012-02-11Direct compile 16bit C code instead of including via .S files.Kevin O'Connor1-8/+2
2012-02-01vgabios: Add support for vesa get/set window function.Kevin O'Connor1-0/+5
2011-12-27vgabios: Place a signature at offset 0x1e of the rom.Kevin O'Connor1-0/+4
2011-12-20Add a PCI header to the VGA ROM if neededJulian Pidancet1-1/+10
2011-01-29Support non-local build directory - allow "make OUT=abc/" to work.Kevin O'Connor1-1/+1
2010-01-01Minor vga binary cleanups.Kevin O'Connor1-1/+3
2009-05-16Define unified entry points for irq handlers.Kevin O'Connor1-1/+4
2009-05-06Add initial port of the "open source vga bios" project.Kevin O'Connor1-0/+43