commit | 3339c05f19468f87da84ab059cf4ee5375abfa55 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Jan 13 20:00:35 2012 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Jan 14 17:19:45 2012 -0500 |
tree | 6bd239b56d6c530716369fd29988a4b94637a7f6 | |
parent | 34203cdf8a89c747e221005850a4558252235360 [diff] |
vgabios: Make VBE code independent of bochsvga. Introduce new global variables (VBE_enabled, VBE_total_memory, VBE_capabilities, VBE_framebuffer) to replace the need for function calls that were specific to bochsvga. Replace info received from bochsvga_mode_info with info found in vgahw_find_mode. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>