summaryrefslogtreecommitdiff
path: root/vgasrc/vgainit.c
Commit message (Expand)AuthorAgeFilesLines
* vgasrc: add allocate_pmm()Gerd Hoffmann2018-06-221-16/+32
* version: Update header files now that version.c is not auto generatedKevin O'Connor2016-08-051-1/+0
* vgautil: Add new header file with misc function and variable definitionsKevin O'Connor2016-08-051-1/+2
* vgainit: Move video param setup to stdvga_build_video_param()Kevin O'Connor2016-08-051-8/+0
* swcursor: Concentrate swcursor logic in swcursor.cKevin O'Connor2016-08-041-3/+1
* build: Report gcc and binutils versions in debug logKevin O'Connor2015-10-151-0/+1
* vgabios: Add software cursor capabilityKevin O'Connor2014-11-121-0/+34
* vgabios: Move standard table definitions to std/vga.hKevin O'Connor2014-10-271-13/+3
* vgabios: Only set the dcc_index=8 if stdvga ports are availableKevin O'Connor2014-10-271-2/+1
* vgabios: Only init BDA device details in init_bios_area()Kevin O'Connor2014-10-271-11/+8
* vgabios: Define PlatformRunningOn to make compile happy.Kevin O'Connor2014-04-141-0/+3
* vgabios: PMM scan was incorrectly depending on a zero %ds segment.Kevin O'Connor2014-04-111-6/+6
* vgabios: Add option to control use of standard VGA IO ports.Kevin O'Connor2014-04-111-1/+2
* vgabios: Fix PMM allocation request size.Kevin O'Connor2014-03-051-1/+1
* debug: Only call serial_debug_preinit() at startup.Kevin O'Connor2014-01-221-1/+2
* vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor2013-12-041-0/+170