aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/vgainit.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-12vgabios: Add software cursor capabilityKevin O'Connor1-0/+34
2014-10-27vgabios: Move standard table definitions to std/vga.hKevin O'Connor1-13/+3
2014-10-27vgabios: Only set the dcc_index=8 if stdvga ports are availableKevin O'Connor1-2/+1
2014-10-27vgabios: Only init BDA device details in init_bios_area()Kevin O'Connor1-11/+8
2014-04-14vgabios: Define PlatformRunningOn to make compile happy.Kevin O'Connor1-0/+3
2014-04-11vgabios: PMM scan was incorrectly depending on a zero %ds segment.Kevin O'Connor1-6/+6
2014-04-11vgabios: Add option to control use of standard VGA IO ports.Kevin O'Connor1-1/+2
2014-03-05vgabios: Fix PMM allocation request size.Kevin O'Connor1-1/+1
2014-01-22debug: Only call serial_debug_preinit() at startup.Kevin O'Connor1-1/+2
2013-12-04vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor1-0/+170